-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
根据rfc3629,每个字符只有一种有效的utf8编码,0只应该编码成0,不能是0xc080;
ref:http://tools.ietf.org/html/rfc3629
- Determine the number of octets required from the character number
and the first column of the table above. It is important to note
that the rows of the table are mutually exclusive, i.e., there is
only one valid way to encode a given character.
Metadata
Metadata
Assignees
Labels
No labels