新手入门
- 积分
- 12
- 金钱
- 12
- 注册时间
- 2018-4-17
- 在线时间
- 0 小时
|
发表于 2018-4-17 16:24:40
|
显示全部楼层
本帖最后由 Jayce 于 2018-4-17 16:25 编辑
共勉
Syntax
--locale=lang_country
Where:
lang_country
is the new default locale.
Use this option in combination with --multibyte_chars.
Note
If the source file encoding is UTF-8 or UTF-16, and the file starts with a byte order mark then the compiler ignores the --locale and --[no_]multibyte_chars options and interprets the file as UTF-8 or UTF-16.
Example
To compile Japanese source files on an English-based Windows workstation, use:
--multibyte_chars --locale=japanese
|
|