From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: foreign char Date: Fri, 24 Mar 2000 22:20:27 +0000 Organization: Customer of Planet Online Lines: 18 Message-ID: References: NNTP-Posting-Host: modem-2.neilsborium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news6.svr.pol.co.uk 953850664 3934 62.136.73.130 (23 Mar 2000 22:31:04 GMT) NNTP-Posting-Date: 23 Mar 2000 22:31:04 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Robert L." wrote: > 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. Works fine here. But I have the following line in config.sys, maybe you need something similar (with an appropriate country code): country=044,850,C:\WINDOWS\COMMAND\country.sys > ( cout<<"\x90"; ) > And with this char, the warning > escape sequence out of range of character Again, works fine here. Can you post the full source code to a short test program that demonstrates this, together with the compile command and what version of DJGPP/GCC you use?