Unicode character encoding standard is a fixed-length character that provides a unique code point for every character in the world regardless of the platform, program, or the language.
Unicode字符编码标准是固定长度的字符,它为世界上的每一个字符都提供了一个惟一的代码点,无论平台、程序或语言如何。
NFC returns the unique code point.
Some abstract characters cannot be encoded by a single code point. These are represented by sequences of coded characters.
一些抽象字符无法用单个码位进行编码,要用已编码字符的序列 才能表示它们。
In both encodings, the code units of multi-part encoded code point will have MSB set to 1.
这两个编码中,多字节编码的码位的编码单元会将 MSB 设为 1。
The colors indicate how bits from the code point are distributed among the UTF-16 bytes.
颜色指示如何从码点位被分布在所述的UTF-16字节。
This allows intermediate routers that support ECN to mark those IP packets with the CE code point instead of dropping them in order to signal impending congestion.
这使支持ECN的中间路由器可以标记具有CE码点的IP分组而不是丢弃它们,以指示即将发生的阻塞。
In NFC each code point corresponds to one user-perceived character.
Pango 1.17 and newer support the locl feature tag that allows localized glyphs to be used for the same Unicode code point.
Pango 1.17及更新版本支持使用locl标签允许同一Unicode码点的本地化字符的使用。
This lead to software design decisions such as Python's string O(1) code point access.
这产生了如 Python 字符串的 O(1) 码位访问之类的软件设计决策。
By design of this encoding, UTF-8 guarantees that an ASCII character value or a substring will never match a part of a multi-byte encoded character. The same is true for UTF-16. In both encodings, the code units of multi-part encoded code point will have MSB set to 1.
UTF-8 编码在设计上保证了一个 ASCII 字符或子字符串永远不会匹配到一个多字节编码的字符中间。这在 UTF-16 中也适用。这两个编码中,多字节编码的码位的编码单元会将 MSB 设为 1。
Numeric entity is out of range. The value specified is greater than 65535, which is the largest Unicode code point.
数字实体超出范围。指定的值大于最大的 Unicode 码位(65535)。
Also, you can search for a non-ASCII, UTF-8 encoded substring in a UTF-8 string as if it was a plain byte array-there is no need to mind code point boundaries.
此外,你还可以像在简单的字节数组中一样,直接在一个 UTF-8 编码的字符串中搜索 UTF-8 编码的非 ASCII 的子字符串 - 无需关注码位边界。
The Upgrade Wizard must be installed and run in a folder that does not contain surrogate pair characters (Unicode code point after 0x10000).
升级向导必须安装在不包含代理项对字符(0x10000 之后的 Unicode 码位)的文件夹中并在其中运行。