jack-zheng
10/18/2018 - 9:48 AM

unicode, utf8, utf16

unicode, utf8, utf16

Relationship between Unicode and UTF8, UTF16

Unicode => 一种编码规范
UTF16, UTF8 => 针对Unicode 的一种实现方式

文件头当中有包含信息, 指出文件解码需要用哪种方式

Source

阮一峰