Module icu_collections::codepointtrie::planes
source · Expand description
Sample data for CodePointTrie
that returns the code point’s plane number.
Constants§
Functions§
- Return a
CodePointTrie
that returns the Unicode plane number, an integer from 0-16 inclusive, for each code point. ThisCodePointTrie
does not actually represent any Unicode property, but it is provided in case it is useful to users ofCodePointTrie
for testing or other purposes. See https://www.unicode.org/glossary/#plane.