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 recognize double-byte characters in http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
This option causes the compiler to recognize double-byte characters in
strings.  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.

zk, zk0
    These options cause 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.

zk1
    This option causes the compiler to process strings for Traditional
    Chinese and Taiwanese double-byte characters (range 0x81 - 0xFC).

zk2
    This option causes the compiler to process strings for Korean Hangeul
    double-byte characters (range 0x81 - 0xFD).

zkl
    This option causes the compiler to process strings using the current
    code page.  If the local character set includes double-byte characters
    then string processing will check for lead bytes.

The macro __SW_ZK will be predefined if any "zk" option is selected.

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