Alphanumeric literals contain 8-bit Shift-JIS Hankaku Katakana characters which will expand into 16-bit codes on EUC.
1091 Literal contains DBCS or SBCS Katakana characters.
Hexadecimal literals contain either or both DBCS Shift-JIS or EUC characters.
1092 SBCS Katakana character usage in source is not portable.
Source code contains SHIFT-JIS Katakana characters which will not compile on the target machine due to codes expanding to two bytes and moving source code.
Comments:
This directive adds 3 new flag messages.
Alphanumeric literals contain 8-bit Shift-JIS Hankaku Katakana characters which will expand into 16-bit codes on EUC.
Hexadecimal literals contain either or both DBCS Shift-JIS or EUC characters.
Source code contains SHIFT-JIS Katakana characters which will not compile on the target machine due to codes expanding to two bytes and moving source code.