X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 20 Apr 2002 09:44:29 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ib AT wupperonline DOT de (Ingo Brueckl) Message-Id: <896-Sat20Apr2002094428+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3cc09097@wupperonline.de> (ib@wupperonline.de) Subject: Re: setlocale LC_CTYPE possible? References: <3cc09097 AT wupperonline DOT de> 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: ib AT wupperonline DOT de (Ingo Brueckl) > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 20 Apr 2002 00:00:00 +0200 > > I'm using version 2.01 and would like to set LC_CTYPE to "de_DE" and call > setlocale() to get correct results for tolower(), toupper() and strcasecmp(). > > Is this possible with djgpp? Unfortunately, DJGPP doesn't yet support localization. So you can set LC_CTYPE to whatever you want, but DJGPP will ignore that setting. > Where can I get the LC_CTYPE file? Where must it > be stored? LC_TYPE is an environment variable. You can set it from the shell prompt by typing "set LC_TYPE=de_DE".