cpython/Tools/unicode
Serhiy Storchaka ae62b53928
gh-62259: Add Tools/unicode/gen_expat_table.py (GH-150503)
It was used to generate the _expat_decoding_table attribute of CodecInfo.
2026-06-10 18:04:03 +03:00
..
python-mappings
comparecodecs.py
dawg.py gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names (#97906) 2023-11-04 15:56:58 +01:00
gen_expat_table.py gh-62259: Add Tools/unicode/gen_expat_table.py (GH-150503) 2026-06-10 18:04:03 +03:00
gencjkcodecs.py
gencodec.py
genmap_japanese.py Code: Update Donghee Na's name (#109744) 2023-09-25 18:17:34 +03:00
genmap_korean.py Code: Update Donghee Na's name (#109744) 2023-09-25 18:17:34 +03:00
genmap_schinese.py Code: Update Donghee Na's name (#109744) 2023-09-25 18:17:34 +03:00
genmap_support.py Code: Update Donghee Na's name (#109744) 2023-09-25 18:17:34 +03:00
genmap_tchinese.py gh-84508: tool to generate cjk traditional chinese mappings (gh-93272) 2022-06-11 23:19:41 +09:00
genwincodec.py
genwincodecs.bat
listcodecs.py
Makefile
makeunicodedata.py gh-150889: Improve performance of unicodedata.normalize() (GH-150890) 2026-06-06 11:34:33 +03:00
mkstringprep.py