]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 29 Apr 2020 17:34:24 +0000 (02:34 +0900)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 17:34:24 +0000 (02:34 +0900)
commit113feb3ec2b08948a381175d33b6ff308d24fceb
treebab128ad30da815e0de1eb7cc72a2213a6d92700
parent2d8757758d0d75882fef0fe0e3c74c4756b3e81e
bpo-40328: Add tool for generating cjk mapping headers (GH-19602)
15 files changed:
Misc/NEWS.d/next/Core and Builtins/2020-04-19-22-23-32.bpo-40328.gWJ53f.rst [new file with mode: 0644]
Modules/cjkcodecs/README
Modules/cjkcodecs/mappings_cn.h
Modules/cjkcodecs/mappings_jisx0213_pair.h
Modules/cjkcodecs/mappings_jp.h
Modules/cjkcodecs/mappings_kr.h
Tools/unicode/genmap_japanese.py [new file with mode: 0644]
Tools/unicode/genmap_korean.py [new file with mode: 0644]
Tools/unicode/genmap_schinese.py [new file with mode: 0644]
Tools/unicode/genmap_support.py [new file with mode: 0644]
Tools/unicode/python-mappings/GB2312.TXT [new file with mode: 0644]
Tools/unicode/python-mappings/diff/jisx0213-2000-std.txt.diff [new file with mode: 0644]
Tools/unicode/python-mappings/diff/jisx0213-2004-std.txt.diff [new file with mode: 0644]
Tools/unicode/python-mappings/gb-18030-2000.xml [new file with mode: 0644]
Tools/unicode/python-mappings/jisx0213-2004-std.txt [new file with mode: 0644]