mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
This commit is contained in:
parent
5d8e7a1240
commit
733e15f170
3 changed files with 242 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// AUTO-GENERATED FILE FROM genmap_tchinese.py: DO NOT EDIT
|
||||
static const ucs2_t __big5hkscs_decmap[6219] = {
|
||||
17392,19506,17923,17830,17784,29287,19831,17843,31921,19682,31941,15253,18230,
|
||||
18244,19527,19520,17087,13847,29522,28299,28882,19543,41809,18255,17882,19589,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// AUTO-GENERATED FILE FROM genmap_tchinese.py: DO NOT EDIT
|
||||
static const ucs2_t __big5_decmap[16702] = {
|
||||
12288,65292,12289,12290,65294,8226,65307,65306,65311,65281,65072,8230,8229,
|
||||
65104,65380,65106,183,65108,65109,65110,65111,65372,8211,65073,8212,65075,
|
||||
|
@ -2631,3 +2632,4 @@ static const struct unim_index cp950ext_encmap[256] = {
|
|||
0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},{__cp950ext_encmap+342,81,104},{
|
||||
__cp950ext_encmap+366,15,229},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue