From: "Robert L." Newsgroups: comp.os.msdos.djgpp References: Subject: Re: foreign char Lines: 24 X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: Date: Sat, 25 Mar 2000 04:54:52 GMT NNTP-Posting-Host: 216.209.203.60 X-Trace: news20.bellglobal.com 953960092 216.209.203.60 (Fri, 24 Mar 2000 23:54:52 EST) NNTP-Posting-Date: Fri, 24 Mar 2000 23:54:52 EST Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When i compile with MSVC 6, i can do cout<<"\x90"; and it output the good char, Is there an option in djgpp.env that i can change to use 8 bit char instead of 7 bit char? Thanks. Robert L. a écrit dans le message ... >Hi, >i can't write char with accent ( é à ê ) using djgpp. >it's certainly an ASCII setting i haven't see. >i have try \x90 ( É ) but it's not this char djgpp output. >( cout<<"\x90"; ) >And with this char, the warning >escape sequence out of range of character > >Thanks. > > >