mirror of
https://github.com/python/cpython.git
synced 2026-01-22 15:18:52 +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. Co-authored-by: Guillaume "Vermeille" Sanchez <guillaume.v.sanchez@gmail.com> |
||
|---|---|---|
| .. | ||
| 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 | ||