delorie.com/archives/browse.cgi | search |
From: | Damian Yerrick <Bullcr_pd_yerrick AT hotmail DOT comRemoveBullcr_p> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: foreign char |
Organization: | Pin Eight Software http://pineight.8m.com/ |
Message-ID: | <61akdskpe6vgsvm99hspc3ss468e5988am@4ax.com> |
References: | <lD9C4.1556$1C2 DOT 146525 AT news20 DOT bellglobal DOT com> <J3bC4.1899$AU DOT 150237 AT weber DOT videotron DOT net> |
X-Newsreader: | Forte Agent 1.7/32.534 |
MIME-Version: | 1.0 |
Lines: | 29 |
X-Trace: | /KDWjc5ZA8HZvLXQmqFAQ/FxnpTFZvS+BqvFbm6I8NXlJRrK1mnkFtibD3gQFzxKIjvLW3tOUreW!FdQ84m4SQLlchQyPv07rGie2ojgcqmjNwv8qNd7p8pOi2wVL+pyMSoR2pHAMjJxLftbsp5w9RVP1!BCoA |
X-Complaints-To: | abuse AT gte DOT net |
X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
NNTP-Posting-Date: | Thu, 23 Mar 2000 14:26:18 GMT |
Distribution: | world |
Date: | Thu, 23 Mar 2000 14:26:18 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
On Wed, 22 Mar 2000 16:40:06 -0500, "Martin Peach" <martin AT vr-labs DOT com> wrote: >Robert L. <vlad3 AT sympatico DOT ca> wrote in message >news:lD9C4.1556$1C2 DOT 146525 AT news20 DOT bellglobal DOT com... >> 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 >ASCII only goes up to 0x7F. The A in ASCII stands for American. Americans >don't know about accents, at least not back in the days of teletype >machines..:(. There are no accented characters in ASCII. Unamerican >characters may be represented by multi-byte sequences, hence they are out of >range of char, which is one byte long. 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. -- Damian Yerrick "I refuse to listen to those who refuse to listen to reason." See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html This is McAfee VirusScan. Add these two lines to your signature to prevent the spread of signature viruses. http://www.mcafee.com/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |