Flags occurences of SBCS (8-bit codes) and certain occurences of DBCS (16-bit codes) in the source code.
>>-.---.-.---FLAGEUC---->< +-/-+ +-NO---+
None.
| Default: | NOFLAGEUC |
| Phase: | Syntax check |
| $SET: | Any |
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.