From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: strange character in the source code Date: 14 Nov 2002 12:26:11 GMT Organization: Aachen University of Technology (RWTH) Lines: 20 Message-ID: References: <20021114015554 DOT 61684 DOT qmail AT web20701 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1037276771 26566 137.226.32.75 (14 Nov 2002 12:26:11 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 14 Nov 2002 12:26:11 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rafal 'Raf256' Maj wrote: > Tony Zhou wrote in > news:20021114015554 DOT 61684 DOT qmail AT web20701 DOT mail DOT yahoo DOT com >> I copy source code from mail, the email software add a >> strange code in the C source code(add 0xa0 before the >> SPACE character). > Probably it's problem with \r\n Vs \n new-lines... It quite certainly isn't. 0xa0 has nothing to do with newlines. Note that 0xa0 is the same as SPACE, but with the 8th bit set to 1 (0x20 | 0x80 = 0xa0). I guess your email client must be trying to "protect" those spaces for some silly reason. My suggestion would be to use a less silly email client, or a different editor to paste the code into. Or both. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.