From: "Martin Peach" Newsgroups: comp.os.msdos.djgpp References: <61akdskpe6vgsvm99hspc3ss468e5988am AT 4ax DOT com> Subject: Re: foreign char Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Thu, 23 Mar 2000 10:33:58 -0500 NNTP-Posting-Host: 24.200.47.104 X-Complaints-To: abuse AT videotron DOT net X-Trace: weber.videotron.net 953832492 24.200.47.104 (Thu, 23 Mar 2000 12:28:12 EST) NNTP-Posting-Date: Thu, 23 Mar 2000 12:28:12 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote in message news:61akdskpe6vgsvm99hspc3ss468e5988am AT 4ax DOT com... >... > But what about iso-8859-1, which OP is probably trying to refer to? > It uses the negative characters (char)-96 to (char)-1 to store > precomposed characters that are commonly used in Western writing. > A nice idea, but how do you get djgpp or any compiler to use iso-8859-1 instead of ascii for standard I/O? I know e.g. MS Visual Blah++ lets you use Unicode, which is two-byte sequences, but only in a platform-specific way. \/\/\/*= Martin