NormalizeMode#
- class NormalizeMode#
Defines how a Unicode string is transformed in a canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. Unicode strings should generally be normalized before comparing them.
Fields#
- class NormalizeMode
- ALL#
The type of the None singleton.
- ALL_COMPOSE#
The type of the None singleton.
- DEFAULT#
The type of the None singleton.
- DEFAULT_COMPOSE#
The type of the None singleton.
- NFC#
The type of the None singleton.
- NFD#
The type of the None singleton.
- NFKC#
The type of the None singleton.
- NFKD#
The type of the None singleton.