< Compile Options / Other Options >
[Format]
-outcode = { euc | sjis | utf8 | big5 | gb2312 }
|
The default for this option is outcode=sjis.
[Description]
- | This option specifies the character code to output characters in strings and character constants. |
- | The options correspond to the character codes as shown in the following table. |
Table 2.11 | Correspondences between Options and Character Codes (outcode) |
|
|
euc
|
EUC code
|
sjis
|
SJIS code
|
utf8
|
UTF-8 code
|
big5
|
Big5 code
|
gb2312
|
GB2312 code
|
[Remarks]
- | When outcode=big5 or outcode=gb2312, the big5 or gb2312 option must also be specified. |