Module icu_normalizer::properties
source · Expand description
Access to the Unicode properties or property-based operations that are required for NFC and NFD.
Applications should generally use the full normalizers that are provided at the top level of this crate. However, the APIs in this module are provided for callers such as HarfBuzz that specifically want access to the raw canonical composition operation e.g. for use in a glyph-availability-guided custom normalizer.
Structs§
- Lookup of the Canonical_Combining_Class Unicode property.
- The raw canonical composition operation.
- The raw (non-recursive) canonical decomposition operation.
Enums§
- The outcome of non-recursive canonical decomposition of a character.