X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: ib AT wupperonline DOT de (Ingo Brueckl) Newsgroups: comp.os.msdos.djgpp Subject: setlocale LC_CTYPE possible? Date: Sat, 20 Apr 2002 00:00:00 +0200 Organization: KDT and customers Lines: 7 Message-ID: <3cc09097@wupperonline.de> NNTP-Posting-Host: c3b3bea6.dial.ision.net Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.kdt.de 1019253698 27746 195.179.190.166 (19 Apr 2002 22:01:38 GMT) X-Complaints-To: abuse AT kdt DOT de NNTP-Posting-Date: 19 Apr 2002 22:01:38 GMT X-Newsreader: blueMail 0.10 via SlipDoor To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? Where can I get the LC_CTYPE file? Where must it be stored? Ingo