blob: 6b9d69c5b3a9a4dbb7ea236c3bf6e065fbae5a53 (
plain)
1
2
3
|
The implementation of :func:`~unicodedata.is_normalized` has been greatly
sped up on strings that aren't normalized, by implementing the full
normalization-quick-check algorithm from the Unicode standard.
|