mirror of
https://github.com/python/cpython.git
synced 2026-05-10 04:20:54 +00:00
Add the unicodedata.iter_graphemes() function to iterate over grapheme
clusters according to rules defined in Unicode Standard Annex #29.
Add unicodedata.grapheme_cluster_break(), unicodedata.indic_conjunct_break()
and unicodedata.extended_pictographic() functions to get the properties
of the character which are related to the above algorithm.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| python-mappings | ||
| comparecodecs.py | ||
| dawg.py | ||
| gencjkcodecs.py | ||
| gencodec.py | ||
| genmap_japanese.py | ||
| genmap_korean.py | ||
| genmap_schinese.py | ||
| genmap_support.py | ||
| genmap_tchinese.py | ||
| genwincodec.py | ||
| genwincodecs.bat | ||
| listcodecs.py | ||
| Makefile | ||
| makeunicodedata.py | ||
| mkstringprep.py | ||