Date: Sat, 26 Aug 2000 08:38:22 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: radsmail AT juno DOT com Message-Id: <2950-Sat26Aug2000083822+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: (message from Radical NetSurfer on Fri, 25 Aug 2000 02:44:18 -0400) Subject: Re: BAD strupr, BAD getw References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Radical NetSurfer > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 25 Aug 2000 02:44:18 -0400 > > 2) an ACCURATE and properly implemented method of ACTUALLY > converting Upper/Lower FOREIGN character set should be implemented. This is on our todo list for quite some time. However, adding internationalization support to the library is a lot of work, because you have to support many different locales and languages, each one of which uses the same 8-bit code for a different characters (and thus its upper-case equivalent, if it exists, is different). So this won't happen without motivated individuals who are ready to sit down and get their hands dirty coding this stuff.