-
A byte order mark (BOM) consists of the character code U+FEFF at the beginning of a data stream, where it can be used as a signature defining the byte order and encoding form Bytes Encoding Form
表 12.1. BOM表
BYTE type 00 00 FE FF UTF-32, big-endian FF FE 00 00 UTF-32, little-endian FE FF UTF-16, big-endian FF FE UTF-16, little-endian EF BB BF UTF-8
A byte order mark (BOM)
最新推荐文章于 2024-09-25 18:48:27 发布