Documentation
¶
Overview ¶
Package unistring 是一个混合ASCII/UTF16字符串的实现 对于 ASCII 字符串,底层处理相当于普通的 Go 字符串 对于 unicode 字符串,底层处理为 []uint16 ,符合 UTF16 的编码规则,第0个元素为0xFEFF
Index ¶
Constants ¶
View Source
const BOM = 0xFEFF
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.