Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - this option causes the compiler to process strings for japanese double-byte http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
This option causes the compiler to process strings for Japanese double-byte
characters (range 0x81 - 0x9F and 0xE0 - 0xFC).  The characters in the range
A0 - DF are single-byte Katakana.  All characters, including Kanji, in wide
characters (L'c') and wide strings (L"string") are translated to UNICODE.
When the compiler scans a text string enclosed in quotes ("), it will
recognize the first byte of a double-byte character and suppress lexical
analysis of the second byte.  This will prevent the compiler from
misinterpreting the second byte as a "\" or quote (") character.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson