-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能不能改成utf-8编码 #40
Comments
为啥 utf8 = 国际化? |
因为如果用了utf8,非gb2312的用户看到的,也是一样的中文,而不会是 乱码。 |
近期我将会将里面的中文部分先统一改成utf8编码,将来尽量全翻译成英文,应该就没有这些问题了。 |
为啥要翻译成英文? 从一个极端走向另一个极端 |
纯英文没有字符集的问题,不过我怕是我翻译成英文后很多人看不明白:( |
已转成utf8,为了兼容Unix及Windows平台下的一些常见编辑器,在相应文件头部分添加了UTF8 DOM头,不过一些过低版本的GCC编译器并不识别DOM头而报错。 |
vscode显示注释的时候默认用的是utf-8,显示都是乱码,现在不都流行utf-8了。
用utf-8更加的国际化,更加modern
The text was updated successfully, but these errors were encountered: