in reply to Re: Re: Character Encoding and Windows Console woes
in thread Character Encoding and Windows Console woes
Unicode characters can also be added to a string by using the \x{...} notation. The Unicode code for the desired character, in hexadecimal, should be placed in the braces. For instance, a smiley face is \x{263A}. This encoding scheme only works for characters with a code of 0x100 or above.Something for backward compatiblity, I think.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Character Encoding and Windows Console woes
by John M. Dlugosz (Monsignor) on Feb 17, 2004 at 05:12 UTC |