最近在写插件时,碰到了从.csv文件中读取配置时,中文字符在Editor中显示乱码的问题.有人已经解决了
处理办法
名词解释DBCS (double byte character set) : the “double byte character set” in which some letters were stored in one byte and others took two.
关于需要着重了解的Unicode编码知识Every platonic letter in every alphabet is assigned a magic number by the Unicode consortium which is written like this: U+0639. This magic number is called a code point. The U+ means “Unicode” and the numbers are hexadecimal. U+0639 is the Arabic letter Ain. The English letter A would be U+0041.
The U+ means “Unicode” and the numbers are hexadecimal.
U+表示“Unicode”,数字为十六进制。
844

被折叠的 条评论
为什么被折叠?



