Date: Mon, 15 Feb 1999 16:59:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Salvador Eduardo Tropea (SET)" cc: DJ Delorie , djgpp-workers AT delorie DOT com Subject: Re: ctype functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Mon, 15 Feb 1999, Salvador Eduardo Tropea (SET) wrote: > Additionally a simple test shows that toupper/lower doesn't work for ASCII > values over 127 (I tried eacute and uuml). If by ``doesn't work'' you mean that it returns the argument unchanged, then this is how it is supposed to work in the C locale: all ctype functions are undefined for non-ASCII (8-bit) characters. > Is because the lack of locale stuff? It's because we only support the C locale in ctype functions.