diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2020-12-20 12:14:38 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2020-12-20 12:19:52 +0100 |
| commit | 8bb20f3ce013d9aeef234648e0c0dc75a765d4a1 (patch) | |
| tree | 781d12a0f51374e5d31402b1ef6e95edc0bbd370 /unidecode | |
| parent | 3529535286cabf4f29eb0074a59c7d07eb975d32 (diff) | |
| download | unidecode-8bb20f3ce013d9aeef234648e0c0dc75a765d4a1.tar.gz | |
Mass replace '[?] ' -> None
To make use of the new 'errors' argument.
It seems that '[?] ' (with space) was used for code points that were assigned,
but the replacement was not known.
Diffstat (limited to 'unidecode')
79 files changed, 795 insertions, 795 deletions
diff --git a/unidecode/x02e.py b/unidecode/x02e.py index ebded78..32a45fc 100644 --- a/unidecode/x02e.py +++ b/unidecode/x02e.py @@ -127,122 +127,122 @@ None, # 0x7c None, # 0x7d None, # 0x7e None, # 0x7f -'[?] ', # 0x80 -'[?] ', # 0x81 -'[?] ', # 0x82 -'[?] ', # 0x83 -'[?] ', # 0x84 -'[?] ', # 0x85 -'[?] ', # 0x86 -'[?] ', # 0x87 -'[?] ', # 0x88 -'[?] ', # 0x89 -'[?] ', # 0x8a -'[?] ', # 0x8b -'[?] ', # 0x8c -'[?] ', # 0x8d -'[?] ', # 0x8e -'[?] ', # 0x8f -'[?] ', # 0x90 -'[?] ', # 0x91 -'[?] ', # 0x92 -'[?] ', # 0x93 -'[?] ', # 0x94 -'[?] ', # 0x95 -'[?] ', # 0x96 -'[?] ', # 0x97 -'[?] ', # 0x98 -'[?] ', # 0x99 +None, # 0x80 +None, # 0x81 +None, # 0x82 +None, # 0x83 +None, # 0x84 +None, # 0x85 +None, # 0x86 +None, # 0x87 +None, # 0x88 +None, # 0x89 +None, # 0x8a +None, # 0x8b +None, # 0x8c +None, # 0x8d +None, # 0x8e +None, # 0x8f +None, # 0x90 +None, # 0x91 +None, # 0x92 +None, # 0x93 +None, # 0x94 +None, # 0x95 +None, # 0x96 +None, # 0x97 +None, # 0x98 +None, # 0x99 None, # 0x9a -'[?] ', # 0x9b -'[?] ', # 0x9c -'[?] ', # 0x9d -'[?] ', # 0x9e -'[?] ', # 0x9f -'[?] ', # 0xa0 -'[?] ', # 0xa1 -'[?] ', # 0xa2 -'[?] ', # 0xa3 -'[?] ', # 0xa4 -'[?] ', # 0xa5 -'[?] ', # 0xa6 -'[?] ', # 0xa7 -'[?] ', # 0xa8 -'[?] ', # 0xa9 -'[?] ', # 0xaa -'[?] ', # 0xab -'[?] ', # 0xac -'[?] ', # 0xad -'[?] ', # 0xae -'[?] ', # 0xaf -'[?] ', # 0xb0 -'[?] ', # 0xb1 -'[?] ', # 0xb2 -'[?] ', # 0xb3 -'[?] ', # 0xb4 -'[?] ', # 0xb5 -'[?] ', # 0xb6 -'[?] ', # 0xb7 -'[?] ', # 0xb8 -'[?] ', # 0xb9 -'[?] ', # 0xba -'[?] ', # 0xbb -'[?] ', # 0xbc -'[?] ', # 0xbd -'[?] ', # 0xbe -'[?] ', # 0xbf -'[?] ', # 0xc0 -'[?] ', # 0xc1 -'[?] ', # 0xc2 -'[?] ', # 0xc3 -'[?] ', # 0xc4 -'[?] ', # 0xc5 -'[?] ', # 0xc6 -'[?] ', # 0xc7 -'[?] ', # 0xc8 -'[?] ', # 0xc9 -'[?] ', # 0xca -'[?] ', # 0xcb -'[?] ', # 0xcc -'[?] ', # 0xcd -'[?] ', # 0xce -'[?] ', # 0xcf -'[?] ', # 0xd0 -'[?] ', # 0xd1 -'[?] ', # 0xd2 -'[?] ', # 0xd3 -'[?] ', # 0xd4 -'[?] ', # 0xd5 -'[?] ', # 0xd6 -'[?] ', # 0xd7 -'[?] ', # 0xd8 -'[?] ', # 0xd9 -'[?] ', # 0xda -'[?] ', # 0xdb -'[?] ', # 0xdc -'[?] ', # 0xdd -'[?] ', # 0xde -'[?] ', # 0xdf -'[?] ', # 0xe0 -'[?] ', # 0xe1 -'[?] ', # 0xe2 -'[?] ', # 0xe3 -'[?] ', # 0xe4 -'[?] ', # 0xe5 -'[?] ', # 0xe6 -'[?] ', # 0xe7 -'[?] ', # 0xe8 -'[?] ', # 0xe9 -'[?] ', # 0xea -'[?] ', # 0xeb -'[?] ', # 0xec -'[?] ', # 0xed -'[?] ', # 0xee -'[?] ', # 0xef -'[?] ', # 0xf0 -'[?] ', # 0xf1 -'[?] ', # 0xf2 -'[?] ', # 0xf3 +None, # 0x9b +None, # 0x9c +None, # 0x9d +None, # 0x9e +None, # 0x9f +None, # 0xa0 +None, # 0xa1 +None, # 0xa2 +None, # 0xa3 +None, # 0xa4 +None, # 0xa5 +None, # 0xa6 +None, # 0xa7 +None, # 0xa8 +None, # 0xa9 +None, # 0xaa +None, # 0xab +None, # 0xac +None, # 0xad +None, # 0xae +None, # 0xaf +None, # 0xb0 +None, # 0xb1 +None, # 0xb2 +None, # 0xb3 +None, # 0xb4 +None, # 0xb5 +None, # 0xb6 +None, # 0xb7 +None, # 0xb8 +None, # 0xb9 +None, # 0xba +None, # 0xbb +None, # 0xbc +None, # 0xbd +None, # 0xbe +None, # 0xbf +None, # 0xc0 +None, # 0xc1 +None, # 0xc2 +None, # 0xc3 +None, # 0xc4 +None, # 0xc5 +None, # 0xc6 +None, # 0xc7 +None, # 0xc8 +None, # 0xc9 +None, # 0xca +None, # 0xcb +None, # 0xcc +None, # 0xcd +None, # 0xce +None, # 0xcf +None, # 0xd0 +None, # 0xd1 +None, # 0xd2 +None, # 0xd3 +None, # 0xd4 +None, # 0xd5 +None, # 0xd6 +None, # 0xd7 +None, # 0xd8 +None, # 0xd9 +None, # 0xda +None, # 0xdb +None, # 0xdc +None, # 0xdd +None, # 0xde +None, # 0xdf +None, # 0xe0 +None, # 0xe1 +None, # 0xe2 +None, # 0xe3 +None, # 0xe4 +None, # 0xe5 +None, # 0xe6 +None, # 0xe7 +None, # 0xe8 +None, # 0xe9 +None, # 0xea +None, # 0xeb +None, # 0xec +None, # 0xed +None, # 0xee +None, # 0xef +None, # 0xf0 +None, # 0xf1 +None, # 0xf2 +None, # 0xf3 None, # 0xf4 None, # 0xf5 None, # 0xf6 diff --git a/unidecode/x02f.py b/unidecode/x02f.py index 862d84a..eccead0 100644 --- a/unidecode/x02f.py +++ b/unidecode/x02f.py @@ -1,218 +1,218 @@ data = ( -'[?] ', # 0x00 -'[?] ', # 0x01 -'[?] ', # 0x02 -'[?] ', # 0x03 -'[?] ', # 0x04 -'[?] ', # 0x05 -'[?] ', # 0x06 -'[?] ', # 0x07 -'[?] ', # 0x08 -'[?] ', # 0x09 -'[?] ', # 0x0a -'[?] ', # 0x0b -'[?] ', # 0x0c -'[?] ', # 0x0d -'[?] ', # 0x0e -'[?] ', # 0x0f -'[?] ', # 0x10 -'[?] ', # 0x11 -'[?] ', # 0x12 -'[?] ', # 0x13 -'[?] ', # 0x14 -'[?] ', # 0x15 -'[?] ', # 0x16 -'[?] ', # 0x17 -'[?] ', # 0x18 -'[?] ', # 0x19 -'[?] ', # 0x1a -'[?] ', # 0x1b -'[?] ', # 0x1c -'[?] ', # 0x1d -'[?] ', # 0x1e -'[?] ', # 0x1f -'[?] ', # 0x20 -'[?] ', # 0x21 -'[?] ', # 0x22 -'[?] ', # 0x23 -'[?] ', # 0x24 -'[?] ', # 0x25 -'[?] ', # 0x26 -'[?] ', # 0x27 -'[?] ', # 0x28 -'[?] ', # 0x29 -'[?] ', # 0x2a -'[?] ', # 0x2b -'[?] ', # 0x2c -'[?] ', # 0x2d -'[?] ', # 0x2e -'[?] ', # 0x2f -'[?] ', # 0x30 -'[?] ', # 0x31 -'[?] ', # 0x32 -'[?] ', # 0x33 -'[?] ', # 0x34 -'[?] ', # 0x35 -'[?] ', # 0x36 -'[?] ', # 0x37 -'[?] ', # 0x38 -'[?] ', # 0x39 -'[?] ', # 0x3a -'[?] ', # 0x3b -'[?] ', # 0x3c -'[?] ', # 0x3d -'[?] ', # 0x3e -'[?] ', # 0x3f -'[?] ', # 0x40 -'[?] ', # 0x41 -'[?] ', # 0x42 -'[?] ', # 0x43 -'[?] ', # 0x44 -'[?] ', # 0x45 -'[?] ', # 0x46 -'[?] ', # 0x47 -'[?] ', # 0x48 -'[?] ', # 0x49 -'[?] ', # 0x4a -'[?] ', # 0x4b -'[?] ', # 0x4c -'[?] ', # 0x4d -'[?] ', # 0x4e -'[?] ', # 0x4f -'[?] ', # 0x50 -'[?] ', # 0x51 -'[?] ', # 0x52 -'[?] ', # 0x53 -'[?] ', # 0x54 -'[?] ', # 0x55 -'[?] ', # 0x56 -'[?] ', # 0x57 -'[?] ', # 0x58 -'[?] ', # 0x59 -'[?] ', # 0x5a -'[?] ', # 0x5b -'[?] ', # 0x5c -'[?] ', # 0x5d -'[?] ', # 0x5e -'[?] ', # 0x5f -'[?] ', # 0x60 -'[?] ', # 0x61 -'[?] ', # 0x62 -'[?] ', # 0x63 -'[?] ', # 0x64 -'[?] ', # 0x65 -'[?] ', # 0x66 -'[?] ', # 0x67 -'[?] ', # 0x68 -'[?] ', # 0x69 -'[?] ', # 0x6a -'[?] ', # 0x6b -'[?] ', # 0x6c -'[?] ', # 0x6d -'[?] ', # 0x6e -'[?] ', # 0x6f -'[?] ', # 0x70 -'[?] ', # 0x71 -'[?] ', # 0x72 -'[?] ', # 0x73 -'[?] ', # 0x74 -'[?] ', # 0x75 -'[?] ', # 0x76 -'[?] ', # 0x77 -'[?] ', # 0x78 -'[?] ', # 0x79 -'[?] ', # 0x7a -'[?] ', # 0x7b -'[?] ', # 0x7c -'[?] ', # 0x7d -'[?] ', # 0x7e -'[?] ', # 0x7f -'[?] ', # 0x80 -'[?] ', # 0x81 -'[?] ', # 0x82 -'[?] ', # 0x83 -'[?] ', # 0x84 -'[?] ', # 0x85 -'[?] ', # 0x86 -'[?] ', # 0x87 -'[?] ', # 0x88 -'[?] ', # 0x89 -'[?] ', # 0x8a -'[?] ', # 0x8b -'[?] ', # 0x8c -'[?] ', # 0x8d -'[?] ', # 0x8e -'[?] ', # 0x8f -'[?] ', # 0x90 -'[?] ', # 0x91 -'[?] ', # 0x92 -'[?] ', # 0x93 -'[?] ', # 0x94 -'[?] ', # 0x95 -'[?] ', # 0x96 -'[?] ', # 0x97 -'[?] ', # 0x98 -'[?] ', # 0x99 -'[?] ', # 0x9a -'[?] ', # 0x9b -'[?] ', # 0x9c -'[?] ', # 0x9d -'[?] ', # 0x9e -'[?] ', # 0x9f -'[?] ', # 0xa0 -'[?] ', # 0xa1 -'[?] ', # 0xa2 -'[?] ', # 0xa3 -'[?] ', # 0xa4 -'[?] ', # 0xa5 -'[?] ', # 0xa6 -'[?] ', # 0xa7 -'[?] ', # 0xa8 -'[?] ', # 0xa9 -'[?] ', # 0xaa -'[?] ', # 0xab -'[?] ', # 0xac -'[?] ', # 0xad -'[?] ', # 0xae -'[?] ', # 0xaf -'[?] ', # 0xb0 -'[?] ', # 0xb1 -'[?] ', # 0xb2 -'[?] ', # 0xb3 -'[?] ', # 0xb4 -'[?] ', # 0xb5 -'[?] ', # 0xb6 -'[?] ', # 0xb7 -'[?] ', # 0xb8 -'[?] ', # 0xb9 -'[?] ', # 0xba -'[?] ', # 0xbb -'[?] ', # 0xbc -'[?] ', # 0xbd -'[?] ', # 0xbe -'[?] ', # 0xbf -'[?] ', # 0xc0 -'[?] ', # 0xc1 -'[?] ', # 0xc2 -'[?] ', # 0xc3 -'[?] ', # 0xc4 -'[?] ', # 0xc5 -'[?] ', # 0xc6 -'[?] ', # 0xc7 -'[?] ', # 0xc8 -'[?] ', # 0xc9 -'[?] ', # 0xca -'[?] ', # 0xcb -'[?] ', # 0xcc -'[?] ', # 0xcd -'[?] ', # 0xce -'[?] ', # 0xcf -'[?] ', # 0xd0 -'[?] ', # 0xd1 -'[?] ', # 0xd2 -'[?] ', # 0xd3 -'[?] ', # 0xd4 -'[?] ', # 0xd5 +None, # 0x00 +None, # 0x01 +None, # 0x02 +None, # 0x03 +None, # 0x04 +None, # 0x05 +None, # 0x06 +None, # 0x07 +None, # 0x08 +None, # 0x09 +None, # 0x0a +None, # 0x0b +None, # 0x0c +None, # 0x0d +None, # 0x0e +None, # 0x0f +None, # 0x10 +None, # 0x11 +None, # 0x12 +None, # 0x13 +None, # 0x14 +None, # 0x15 +None, # 0x16 +None, # 0x17 +None, # 0x18 +None, # 0x19 +None, # 0x1a +None, # 0x1b +None, # 0x1c +None, # 0x1d +None, # 0x1e +None, # 0x1f +None, # 0x20 +None, # 0x21 +None, # 0x22 +None, # 0x23 +None, # 0x24 +None, # 0x25 +None, # 0x26 +None, # 0x27 +None, # 0x28 +None, # 0x29 +None, # 0x2a +None, # 0x2b +None, # 0x2c +None, # 0x2d +None, # 0x2e +None, # 0x2f +None, # 0x30 +None, # 0x31 +None, # 0x32 +None, # 0x33 +None, # 0x34 +None, # 0x35 +None, # 0x36 +None, # 0x37 +None, # 0x38 +None, # 0x39 +None, # 0x3a +None, # 0x3b +None, # 0x3c +None, # 0x3d +None, # 0x3e +None, # 0x3f +None, # 0x40 +None, # 0x41 +None, # 0x42 +None, # 0x43 +None, # 0x44 +None, # 0x45 +None, # 0x46 +None, # 0x47 +None, # 0x48 +None, # 0x49 +None, # 0x4a +None, # 0x4b +None, # 0x4c +None, # 0x4d +None, # 0x4e +None, # 0x4f +None, # 0x50 +None, # 0x51 +None, # 0x52 +None, # 0x53 +None, # 0x54 +None, # 0x55 +None, # 0x56 +None, # 0x57 +None, # 0x58 +None, # 0x59 +None, # 0x5a +None, # 0x5b +None, # 0x5c +None, # 0x5d +None, # 0x5e +None, # 0x5f +None, # 0x60 +None, # 0x61 +None, # 0x62 +None, # 0x63 +None, # 0x64 +None, # 0x65 +None, # 0x66 +None, # 0x67 +None, # 0x68 +None, # 0x69 +None, # 0x6a +None, # 0x6b +None, # 0x6c +None, # 0x6d +None, # 0x6e +None, # 0x6f +None, # 0x70 +None, # 0x71 +None, # 0x72 +None, # 0x73 +None, # 0x74 +None, # 0x75 +None, # 0x76 +None, # 0x77 +None, # 0x78 +None, # 0x79 +None, # 0x7a +None, # 0x7b +None, # 0x7c +None, # 0x7d +None, # 0x7e +None, # 0x7f +None, # 0x80 +None, # 0x81 +None, # 0x82 +None, # 0x83 +None, # 0x84 +None, # 0x85 +None, # 0x86 +None, # 0x87 +None, # 0x88 +None, # 0x89 +None, # 0x8a +None, # 0x8b +None, # 0x8c +None, # 0x8d +None, # 0x8e +None, # 0x8f +None, # 0x90 +None, # 0x91 +None, # 0x92 +None, # 0x93 +None, # 0x94 +None, # 0x95 +None, # 0x96 +None, # 0x97 +None, # 0x98 +None, # 0x99 +None, # 0x9a +None, # 0x9b +None, # 0x9c +None, # 0x9d +None, # 0x9e +None, # 0x9f +None, # 0xa0 +None, # 0xa1 +None, # 0xa2 +None, # 0xa3 +None, # 0xa4 +None, # 0xa5 +None, # 0xa6 +None, # 0xa7 +None, # 0xa8 +None, # 0xa9 +None, # 0xaa +None, # 0xab +None, # 0xac +None, # 0xad +None, # 0xae +None, # 0xaf +None, # 0xb0 +None, # 0xb1 +None, # 0xb2 +None, # 0xb3 +None, # 0xb4 +None, # 0xb5 +None, # 0xb6 +None, # 0xb7 +None, # 0xb8 +None, # 0xb9 +None, # 0xba +None, # 0xbb +None, # 0xbc +None, # 0xbd +None, # 0xbe +None, # 0xbf +None, # 0xc0 +None, # 0xc1 +None, # 0xc2 +None, # 0xc3 +None, # 0xc4 +None, # 0xc5 +None, # 0xc6 +None, # 0xc7 +None, # 0xc8 +None, # 0xc9 +None, # 0xca +None, # 0xcb +None, # 0xcc +None, # 0xcd +None, # 0xce +None, # 0xcf +None, # 0xd0 +None, # 0xd1 +None, # 0xd2 +None, # 0xd3 +None, # 0xd4 +None, # 0xd5 None, # 0xd6 None, # 0xd7 None, # 0xd8 @@ -239,18 +239,18 @@ None, # 0xec None, # 0xed None, # 0xee None, # 0xef -'[?] ', # 0xf0 -'[?] ', # 0xf1 -'[?] ', # 0xf2 -'[?] ', # 0xf3 -'[?] ', # 0xf4 -'[?] ', # 0xf5 -'[?] ', # 0xf6 -'[?] ', # 0xf7 -'[?] ', # 0xf8 -'[?] ', # 0xf9 -'[?] ', # 0xfa -'[?] ', # 0xfb +None, # 0xf0 +None, # 0xf1 +None, # 0xf2 +None, # 0xf3 +None, # 0xf4 +None, # 0xf5 +None, # 0xf6 +None, # 0xf7 +None, # 0xf8 +None, # 0xf9 +None, # 0xfa +None, # 0xfb None, # 0xfc None, # 0xfd None, # 0xfe diff --git a/unidecode/x04d.py b/unidecode/x04d.py index b93b265..eccead0 100644 --- a/unidecode/x04d.py +++ b/unidecode/x04d.py @@ -1,186 +1,186 @@ data = ( -'[?] ', # 0x00 -'[?] ', # 0x01 -'[?] ', # 0x02 -'[?] ', # 0x03 -'[?] ', # 0x04 -'[?] ', # 0x05 -'[?] ', # 0x06 -'[?] ', # 0x07 -'[?] ', # 0x08 -'[?] ', # 0x09 -'[?] ', # 0x0a -'[?] ', # 0x0b -'[?] ', # 0x0c -'[?] ', # 0x0d -'[?] ', # 0x0e -'[?] ', # 0x0f -'[?] ', # 0x10 -'[?] ', # 0x11 -'[?] ', # 0x12 -'[?] ', # 0x13 -'[?] ', # 0x14 -'[?] ', # 0x15 -'[?] ', # 0x16 -'[?] ', # 0x17 -'[?] ', # 0x18 -'[?] ', # 0x19 -'[?] ', # 0x1a -'[?] ', # 0x1b -'[?] ', # 0x1c -'[?] ', # 0x1d -'[?] ', # 0x1e -'[?] ', # 0x1f -'[?] ', # 0x20 -'[?] ', # 0x21 -'[?] ', # 0x22 -'[?] ', # 0x23 -'[?] ', # 0x24 -'[?] ', # 0x25 -'[?] ', # 0x26 -'[?] ', # 0x27 -'[?] ', # 0x28 -'[?] ', # 0x29 -'[?] ', # 0x2a -'[?] ', # 0x2b -'[?] ', # 0x2c -'[?] ', # 0x2d -'[?] ', # 0x2e -'[?] ', # 0x2f -'[?] ', # 0x30 -'[?] ', # 0x31 -'[?] ', # 0x32 -'[?] ', # 0x33 -'[?] ', # 0x34 -'[?] ', # 0x35 -'[?] ', # 0x36 -'[?] ', # 0x37 -'[?] ', # 0x38 -'[?] ', # 0x39 -'[?] ', # 0x3a -'[?] ', # 0x3b -'[?] ', # 0x3c -'[?] ', # 0x3d -'[?] ', # 0x3e -'[?] ', # 0x3f -'[?] ', # 0x40 -'[?] ', # 0x41 -'[?] ', # 0x42 -'[?] ', # 0x43 -'[?] ', # 0x44 -'[?] ', # 0x45 -'[?] ', # 0x46 -'[?] ', # 0x47 -'[?] ', # 0x48 -'[?] ', # 0x49 -'[?] ', # 0x4a -'[?] ', # 0x4b -'[?] ', # 0x4c -'[?] ', # 0x4d -'[?] ', # 0x4e -'[?] ', # 0x4f -'[?] ', # 0x50 -'[?] ', # 0x51 -'[?] ', # 0x52 -'[?] ', # 0x53 -'[?] ', # 0x54 -'[?] ', # 0x55 -'[?] ', # 0x56 -'[?] ', # 0x57 -'[?] ', # 0x58 -'[?] ', # 0x59 -'[?] ', # 0x5a -'[?] ', # 0x5b -'[?] ', # 0x5c -'[?] ', # 0x5d -'[?] ', # 0x5e -'[?] ', # 0x5f -'[?] ', # 0x60 -'[?] ', # 0x61 -'[?] ', # 0x62 -'[?] ', # 0x63 -'[?] ', # 0x64 -'[?] ', # 0x65 -'[?] ', # 0x66 -'[?] ', # 0x67 -'[?] ', # 0x68 -'[?] ', # 0x69 -'[?] ', # 0x6a -'[?] ', # 0x6b -'[?] ', # 0x6c -'[?] ', # 0x6d -'[?] ', # 0x6e -'[?] ', # 0x6f -'[?] ', # 0x70 -'[?] ', # 0x71 -'[?] ', # 0x72 -'[?] ', # 0x73 -'[?] ', # 0x74 -'[?] ', # 0x75 -'[?] ', # 0x76 -'[?] ', # 0x77 -'[?] ', # 0x78 -'[?] ', # 0x79 -'[?] ', # 0x7a -'[?] ', # 0x7b -'[?] ', # 0x7c -'[?] ', # 0x7d -'[?] ', # 0x7e -'[?] ', # 0x7f -'[?] ', # 0x80 -'[?] ', # 0x81 -'[?] ', # 0x82 -'[?] ', # 0x83 -'[?] ', # 0x84 -'[?] ', # 0x85 -'[?] ', # 0x86 -'[?] ', # 0x87 -'[?] ', # 0x88 -'[?] ', # 0x89 -'[?] ', # 0x8a -'[?] ', # 0x8b -'[?] ', # 0x8c -'[?] ', # 0x8d -'[?] ', # 0x8e -'[?] ', # 0x8f -'[?] ', # 0x90 -'[?] ', # 0x91 -'[?] ', # 0x92 -'[?] ', # 0x93 -'[?] ', # 0x94 -'[?] ', # 0x95 -'[?] ', # 0x96 -'[?] ', # 0x97 -'[?] ', # 0x98 -'[?] ', # 0x99 -'[?] ', # 0x9a -'[?] ', # 0x9b -'[?] ', # 0x9c -'[?] ', # 0x9d -'[?] ', # 0x9e -'[?] ', # 0x9f -'[?] ', # 0xa0 -'[?] ', # 0xa1 -'[?] ', # 0xa2 -'[?] ', # 0xa3 -'[?] ', # 0xa4 -'[?] ', # 0xa5 -'[?] ', # 0xa6 -'[?] ', # 0xa7 -'[?] ', # 0xa8 -'[?] ', # 0xa9 -'[?] ', # 0xaa -'[?] ', # 0xab -'[?] ', # 0xac -'[?] ', # 0xad -'[?] ', # 0xae -'[?] ', # 0xaf -'[?] ', # 0xb0 -'[?] ', # 0xb1 -'[?] ', # 0xb2 -'[?] ', # 0xb3 -'[?] ', # 0xb4 -'[?] ', # 0xb5 +None, # 0x00 +None, # 0x01 +None, # 0x02 +None, # 0x03 +None, # 0x04 +None, # 0x05 +None, # 0x06 +None, # 0x07 +None, # 0x08 +None, # 0x09 +None, # 0x0a +None, # 0x0b +None, # 0x0c +None, # 0x0d +None, # 0x0e +None, # 0x0f +None, # 0x10 +None, # 0x11 +None, # 0x12 +None, # 0x13 +None, # 0x14 +None, # 0x15 +None, # 0x16 +None, # 0x17 +None, # 0x18 +None, # 0x19 +None, # 0x1a +None, # 0x1b +None, # 0x1c +None, # 0x1d +None, # 0x1e +None, # 0x1f +None, # 0x20 +None, # 0x21 +None, # 0x22 +None, # 0x23 +None, # 0x24 +None, # 0x25 +None, # 0x26 +None, # 0x27 +None, # 0x28 +None, # 0x29 +None, # 0x2a +None, # 0x2b +None, # 0x2c +None, # 0x2d +None, # 0x2e +None, # 0x2f +None, # 0x30 +None, # 0x31 +None, # 0x32 +None, # 0x33 +None, # 0x34 +None, # 0x35 +None, # 0x36 +None, # 0x37 +None, # 0x38 +None, # 0x39 +None, # 0x3a +None, # 0x3b +None, # 0x3c +None, # 0x3d +None, # 0x3e +None, # 0x3f +None, # 0x40 +None, # 0x41 +None, # 0x42 +None, # 0x43 +None, # 0x44 +None, # 0x45 +None, # 0x46 +None, # 0x47 +None, # 0x48 +None, # 0x49 +None, # 0x4a +None, # 0x4b +None, # 0x4c +None, # 0x4d +None, # 0x4e +None, # 0x4f +None, # 0x50 +None, # 0x51 +None, # 0x52 +None, # 0x53 +None, # 0x54 +None, # 0x55 +None, # 0x56 +None, # 0x57 +None, # 0x58 +None, # 0x59 +None, # 0x5a +None, # 0x5b +None, # 0x5c +None, # 0x5d +None, # 0x5e +None, # 0x5f +None, # 0x60 +None, # 0x61 +None, # 0x62 +None, # 0x63 +None, # 0x64 +None, # 0x65 +None, # 0x66 +None, # 0x67 +None, # 0x68 +None, # 0x69 +None, # 0x6a +None, # 0x6b +None, # 0x6c +None, # 0x6d +None, # 0x6e +None, # 0x6f +None, # 0x70 +None, # 0x71 +None, # 0x72 +None, # 0x73 +None, # 0x74 +None, # 0x75 +None, # 0x76 +None, # 0x77 +None, # 0x78 +None, # 0x79 +None, # 0x7a +None, # 0x7b +None, # 0x7c +None, # 0x7d +None, # 0x7e +None, # 0x7f +None, # 0x80 +None, # 0x81 +None, # 0x82 +None, # 0x83 +None, # 0x84 +None, # 0x85 +None, # 0x86 +None, # 0x87 +None, # 0x88 +None, # 0x89 +None, # 0x8a +None, # 0x8b +None, # 0x8c +None, # 0x8d +None, # 0x8e +None, # 0x8f +None, # 0x90 +None, # 0x91 +None, # 0x92 +None, # 0x93 +None, # 0x94 +None, # 0x95 +None, # 0x96 +None, # 0x97 +None, # 0x98 +None, # 0x99 +None, # 0x9a +None, # 0x9b +None, # 0x9c +None, # 0x9d +None, # 0x9e +None, # 0x9f +None, # 0xa0 +None, # 0xa1 +None, # 0xa2 +None, # 0xa3 +None, # 0xa4 +None, # 0xa5 +None, # 0xa6 +None, # 0xa7 +None, # 0xa8 +None, # 0xa9 +None, # 0xaa +None, # 0xab +None, # 0xac +None, # 0xad +None, # 0xae +None, # 0xaf +None, # 0xb0 +None, # 0xb1 +None, # 0xb2 +None, # 0xb3 +None, # 0xb4 +None, # 0xb5 None, # 0xb6 None, # 0xb7 None, # 0xb8 diff --git a/unidecode/x04e.py b/unidecode/x04e.py index b472b85..6037a63 100644 --- a/unidecode/x04e.py +++ b/unidecode/x04e.py @@ -5,7 +5,7 @@ data = ( 'Qi ', # 0x03 'Shang ', # 0x04 'Xia ', # 0x05 -'[?] ', # 0x06 +None, # 0x06 'Mo ', # 0x07 'Zhang ', # 0x08 'San ', # 0x09 @@ -73,7 +73,7 @@ data = ( 'Zhe ', # 0x47 'Yao ', # 0x48 'Yi ', # 0x49 -'[?] ', # 0x4a +None, # 0x4a 'Zhi ', # 0x4b 'Wu ', # 0x4c 'Zha ', # 0x4d @@ -90,7 +90,7 @@ data = ( 'Cheng ', # 0x58 'Yi ', # 0x59 'Yin ', # 0x5a -'[?] ', # 0x5b +None, # 0x5b 'Mie ', # 0x5c 'Jiu ', # 0x5d 'Qi ', # 0x5e @@ -100,7 +100,7 @@ data = ( 'Gai ', # 0x62 'Diu ', # 0x63 'Hal ', # 0x64 -'[?] ', # 0x65 +None, # 0x65 'Shu ', # 0x66 'Twul ', # 0x67 'Shi ', # 0x68 @@ -109,7 +109,7 @@ data = ( 'Jia ', # 0x6b 'Kel ', # 0x6c 'Shi ', # 0x6d -'[?] ', # 0x6e +None, # 0x6e 'Ol ', # 0x6f 'Mai ', # 0x70 'Luan ', # 0x71 @@ -124,7 +124,7 @@ data = ( 'Sol ', # 0x7a 'El ', # 0x7b 'Cwul ', # 0x7c -'[?] ', # 0x7d +None, # 0x7d 'Gan ', # 0x7e 'Chi ', # 0x7f 'Gui ', # 0x80 @@ -169,7 +169,7 @@ data = ( 'Chan ', # 0xa7 'Heng ', # 0xa8 'Mu ', # 0xa9 -'[?] ', # 0xaa +None, # 0xaa 'Xiang ', # 0xab 'Jing ', # 0xac 'Ting ', # 0xad @@ -232,7 +232,7 @@ data = ( 'Chao ', # 0xe6 'Chang ', # 0xe7 'Sa ', # 0xe8 -'[?] ', # 0xe9 +None, # 0xe9 'Yi ', # 0xea 'Mu ', # 0xeb 'Men ', # 0xec diff --git a/unidecode/x04f.py b/unidecode/x04f.py index 98c2291..3e37286 100644 --- a/unidecode/x04f.py +++ b/unidecode/x04f.py @@ -43,7 +43,7 @@ data = ( 'Xin ', # 0x29 'Wei ', # 0x2a 'Zhu ', # 0x2b -'[?] ', # 0x2c +None, # 0x2c 'Xuan ', # 0x2d 'Nu ', # 0x2e 'Bo ', # 0x2f @@ -101,9 +101,9 @@ data = ( 'Yong ', # 0x63 'Wa ', # 0x64 'Qian ', # 0x65 -'[?] ', # 0x66 +None, # 0x66 'Ka ', # 0x67 -'[?] ', # 0x68 +None, # 0x68 'Pei ', # 0x69 'Huai ', # 0x6a 'He ', # 0x6b @@ -230,12 +230,12 @@ data = ( 'Ti ', # 0xe4 'Che ', # 0xe5 'Chou ', # 0xe6 -'[?] ', # 0xe7 +None, # 0xe7 'Yan ', # 0xe8 'Lia ', # 0xe9 'Li ', # 0xea 'Lai ', # 0xeb -'[?] ', # 0xec +None, # 0xec 'Jian ', # 0xed 'Xiu ', # 0xee 'Fu ', # 0xef diff --git a/unidecode/x050.py b/unidecode/x050.py index 184b87f..dbadd29 100644 --- a/unidecode/x050.py +++ b/unidecode/x050.py @@ -62,7 +62,7 @@ data = ( 'Zhi ', # 0x3c 'Sha ', # 0x3d 'Qing ', # 0x3e -'[?] ', # 0x3f +None, # 0x3f 'Ying ', # 0x40 'Cheng ', # 0x41 'Jian ', # 0x42 @@ -165,7 +165,7 @@ data = ( 'Dai ', # 0xa3 'Zai ', # 0xa4 'Tang ', # 0xa5 -'[?] ', # 0xa6 +None, # 0xa6 'Bin ', # 0xa7 'Chu ', # 0xa8 'Nuo ', # 0xa9 @@ -241,7 +241,7 @@ data = ( 'Lin ', # 0xef 'Bo ', # 0xf0 'Gu ', # 0xf1 -'[?] ', # 0xf2 +None, # 0xf2 'Su ', # 0xf3 'Xian ', # 0xf4 'Jiang ', # 0xf5 diff --git a/unidecode/x051.py b/unidecode/x051.py index c192835..8dae426 100644 --- a/unidecode/x051.py +++ b/unidecode/x051.py @@ -14,7 +14,7 @@ data = ( 'Jiao ', # 0x0c 'Sha ', # 0x0d 'Zai ', # 0x0e -'[?] ', # 0x0f +None, # 0x0f 'Bin ', # 0x10 'An ', # 0x11 'Ru ', # 0x12 @@ -110,7 +110,7 @@ data = ( 'Gong ', # 0x6c 'Liu ', # 0x6d 'Xi ', # 0x6e -'[?] ', # 0x6f +None, # 0x6f 'Lan ', # 0x70 'Gong ', # 0x71 'Tian ', # 0x72 diff --git a/unidecode/x053.py b/unidecode/x053.py index fa08b6e..ab313b3 100644 --- a/unidecode/x053.py +++ b/unidecode/x053.py @@ -6,7 +6,7 @@ data = ( 'Gai ', # 0x04 'Bao ', # 0x05 'Cong ', # 0x06 -'[?] ', # 0x07 +None, # 0x07 'Xiong ', # 0x08 'Peng ', # 0x09 'Ju ', # 0x0a @@ -128,7 +128,7 @@ data = ( 'E ', # 0x7e 'Qing ', # 0x7f 'Xi ', # 0x80 -'[?] ', # 0x81 +None, # 0x81 'Han ', # 0x82 'Zhan ', # 0x83 'E ', # 0x84 @@ -144,7 +144,7 @@ data = ( 'Zhi ', # 0x8e 'Zha ', # 0x8f 'Pang ', # 0x90 -'[?] ', # 0x91 +None, # 0x91 'He ', # 0x92 'Ya ', # 0x93 'Zhi ', # 0x94 @@ -253,6 +253,6 @@ data = ( 'Le ', # 0xfb 'Diao ', # 0xfc 'Ji ', # 0xfd -'[?] ', # 0xfe +None, # 0xfe 'Hong ', # 0xff ) diff --git a/unidecode/x054.py b/unidecode/x054.py index c014e0f..b12b624 100644 --- a/unidecode/x054.py +++ b/unidecode/x054.py @@ -89,7 +89,7 @@ data = ( 'Bai ', # 0x57 'Yuan ', # 0x58 'Kuai ', # 0x59 -'[?] ', # 0x5a +None, # 0x5a 'Qiang ', # 0x5b 'Wu ', # 0x5c 'E ', # 0x5d @@ -213,12 +213,12 @@ data = ( 'Xiao ', # 0xd3 'Bi ', # 0xd4 'Yue ', # 0xd5 -'[?] ', # 0xd6 +None, # 0xd6 'Hua ', # 0xd7 'Sasou ', # 0xd8 'Kuai ', # 0xd9 'Duo ', # 0xda -'[?] ', # 0xdb +None, # 0xdb 'Ji ', # 0xdc 'Nong ', # 0xdd 'Mou ', # 0xde diff --git a/unidecode/x055.py b/unidecode/x055.py index 26aea74..71be208 100644 --- a/unidecode/x055.py +++ b/unidecode/x055.py @@ -120,7 +120,7 @@ data = ( 'Ding ', # 0x76 'Lang ', # 0x77 'Xiao ', # 0x78 -'[?] ', # 0x79 +None, # 0x79 'Tang ', # 0x7a 'Chi ', # 0x7b 'Ti ', # 0x7c @@ -243,7 +243,7 @@ data = ( 'Na ', # 0xf1 'Dia ', # 0xf2 'Ai ', # 0xf3 -'[?] ', # 0xf4 +None, # 0xf4 'Tong ', # 0xf5 'Bi ', # 0xf6 'Ao ', # 0xf7 diff --git a/unidecode/x056.py b/unidecode/x056.py index 30b7fa5..341e046 100644 --- a/unidecode/x056.py +++ b/unidecode/x056.py @@ -144,8 +144,8 @@ data = ( 'Hao ', # 0x8e 'Ti ', # 0x8f 'Chang ', # 0x90 -'[?] ', # 0x91 -'[?] ', # 0x92 +None, # 0x91 +None, # 0x92 'Ca ', # 0x93 'Ti ', # 0x94 'Lu ', # 0x95 @@ -212,8 +212,8 @@ data = ( 'Lan ', # 0xd2 'Nie ', # 0xd3 'Nang ', # 0xd4 -'[?] ', # 0xd5 -'[?] ', # 0xd6 +None, # 0xd5 +None, # 0xd6 'Wei ', # 0xd7 'Hui ', # 0xd8 'Yin ', # 0xd9 diff --git a/unidecode/x057.py b/unidecode/x057.py index 9392fb8..fd6a5bf 100644 --- a/unidecode/x057.py +++ b/unidecode/x057.py @@ -137,7 +137,7 @@ data = ( 'Ao ', # 0x87 'Tay ', # 0x88 'Pao ', # 0x89 -'[?] ', # 0x8a +None, # 0x8a 'Xing ', # 0x8b 'Dong ', # 0x8c 'Ji ', # 0x8d @@ -174,7 +174,7 @@ data = ( 'Hong ', # 0xac 'Wu ', # 0xad 'Kua ', # 0xae -'[?] ', # 0xaf +None, # 0xaf 'Tao ', # 0xb0 'Dang ', # 0xb1 'Kai ', # 0xb2 diff --git a/unidecode/x058.py b/unidecode/x058.py index 8805718..f23c1a6 100644 --- a/unidecode/x058.py +++ b/unidecode/x058.py @@ -14,12 +14,12 @@ data = ( 'Gu ', # 0x0c 'Tu ', # 0x0d 'Leng ', # 0x0e -'[?] ', # 0x0f +None, # 0x0f 'Ya ', # 0x10 'Qian ', # 0x11 -'[?] ', # 0x12 +None, # 0x12 'An ', # 0x13 -'[?] ', # 0x14 +None, # 0x14 'Duo ', # 0x15 'Nao ', # 0x16 'Tu ', # 0x17 @@ -69,7 +69,7 @@ data = ( 'Huang ', # 0x43 'Leng ', # 0x44 'Duan ', # 0x45 -'[?] ', # 0x46 +None, # 0x46 'Xuan ', # 0x47 'Ji ', # 0x48 'Ji ', # 0x49 @@ -154,7 +154,7 @@ data = ( 'Qi ', # 0x98 'Qiang ', # 0x99 'Liang ', # 0x9a -'[?] ', # 0x9b +None, # 0x9b 'Zhui ', # 0x9c 'Qiao ', # 0x9d 'Zeng ', # 0x9e @@ -233,10 +233,10 @@ data = ( 'Yan ', # 0xe7 'Lei ', # 0xe8 'Ba ', # 0xe9 -'[?] ', # 0xea +None, # 0xea 'Shi ', # 0xeb 'Ren ', # 0xec -'[?] ', # 0xed +None, # 0xed 'Zhuang ', # 0xee 'Zhuang ', # 0xef 'Sheng ', # 0xf0 diff --git a/unidecode/x059.py b/unidecode/x059.py index 4596666..f850b0f 100644 --- a/unidecode/x059.py +++ b/unidecode/x059.py @@ -16,7 +16,7 @@ data = ( 'Zuo ', # 0x0e 'Xia ', # 0x0f 'Xiong ', # 0x10 -'[?] ', # 0x11 +None, # 0x11 'Nao ', # 0x12 'Xia ', # 0x13 'Kui ', # 0x14 @@ -76,7 +76,7 @@ data = ( 'Xie ', # 0x4a 'Fen ', # 0x4b 'Dian ', # 0x4c -'[?] ', # 0x4d +None, # 0x4d 'Kui ', # 0x4e 'Zou ', # 0x4f 'Huan ', # 0x50 diff --git a/unidecode/x05a.py b/unidecode/x05a.py index be56e65..8e93864 100644 --- a/unidecode/x05a.py +++ b/unidecode/x05a.py @@ -50,7 +50,7 @@ data = ( 'Si ', # 0x30 'Yu ', # 0x31 'Wa ', # 0x32 -'[?] ', # 0x33 +None, # 0x33 'Xian ', # 0x34 'Ju ', # 0x35 'Qu ', # 0x36 @@ -170,7 +170,7 @@ data = ( 'Jiu ', # 0xa8 'Hu ', # 0xa9 'Ao ', # 0xaa -'[?] ', # 0xab +None, # 0xab 'Bou ', # 0xac 'Xu ', # 0xad 'Tou ', # 0xae diff --git a/unidecode/x05b.py b/unidecode/x05b.py index 1b167b3..3d2ec49 100644 --- a/unidecode/x05b.py +++ b/unidecode/x05b.py @@ -102,7 +102,7 @@ data = ( 'Gu ', # 0x64 'Nu ', # 0x65 'Xue ', # 0x66 -'[?] ', # 0x67 +None, # 0x67 'Zhuan ', # 0x68 'Hai ', # 0x69 'Luan ', # 0x6a diff --git a/unidecode/x05c.py b/unidecode/x05c.py index 62957e8..bcb2df6 100644 --- a/unidecode/x05c.py +++ b/unidecode/x05c.py @@ -32,7 +32,7 @@ data = ( 'Liao ', # 0x1e 'Xian ', # 0x1f 'Xian ', # 0x20 -'[?] ', # 0x21 +None, # 0x21 'Wang ', # 0x22 'Wang ', # 0x23 'You ', # 0x24 @@ -86,7 +86,7 @@ data = ( 'Ni ', # 0x54 'Zhan ', # 0x55 'Xi ', # 0x56 -'[?] ', # 0x57 +None, # 0x57 'Man ', # 0x58 'E ', # 0x59 'Lou ', # 0x5a @@ -113,12 +113,12 @@ data = ( 'Tun ', # 0x6f 'Ni ', # 0x70 'Shan ', # 0x71 -'[?] ', # 0x72 +None, # 0x72 'Xian ', # 0x73 'Li ', # 0x74 'Xue ', # 0x75 'Nata ', # 0x76 -'[?] ', # 0x77 +None, # 0x77 'Long ', # 0x78 'Yi ', # 0x79 'Qi ', # 0x7a @@ -130,7 +130,7 @@ data = ( 'Chu ', # 0x80 'Sui ', # 0x81 'Qi ', # 0x82 -'[?] ', # 0x83 +None, # 0x83 'Yue ', # 0x84 'Ban ', # 0x85 'Yao ', # 0x86 diff --git a/unidecode/x05d.py b/unidecode/x05d.py index c85032a..6f43044 100644 --- a/unidecode/x05d.py +++ b/unidecode/x05d.py @@ -47,7 +47,7 @@ data = ( 'Zhan ', # 0x2d 'Gu ', # 0x2e 'Yin ', # 0x2f -'[?] ', # 0x30 +None, # 0x30 'Ze ', # 0x31 'Huang ', # 0x32 'Yu ', # 0x33 @@ -116,7 +116,7 @@ data = ( 'Nie ', # 0x72 'Cuo ', # 0x73 'Ji ', # 0x74 -'[?] ', # 0x75 +None, # 0x75 'Tao ', # 0x76 'Song ', # 0x77 'Zong ', # 0x78 @@ -181,7 +181,7 @@ data = ( 'Di ', # 0xb3 'Ao ', # 0xb4 'Zui ', # 0xb5 -'[?] ', # 0xb6 +None, # 0xb6 'Ni ', # 0xb7 'Rong ', # 0xb8 'Dao ', # 0xb9 @@ -190,7 +190,7 @@ data = ( 'Yu ', # 0xbc 'Yue ', # 0xbd 'Yin ', # 0xbe -'[?] ', # 0xbf +None, # 0xbf 'Jie ', # 0xc0 'Li ', # 0xc1 'Sui ', # 0xc2 @@ -212,7 +212,7 @@ data = ( 'Luan ', # 0xd2 'Dian ', # 0xd3 'Dian ', # 0xd4 -'[?] ', # 0xd5 +None, # 0xd5 'Yan ', # 0xd6 'Yan ', # 0xd7 'Yan ', # 0xd8 diff --git a/unidecode/x05e.py b/unidecode/x05e.py index af87928..4f58740 100644 --- a/unidecode/x05e.py +++ b/unidecode/x05e.py @@ -100,7 +100,7 @@ data = ( 'Chuang ', # 0x62 'Bi ', # 0x63 'Hei ', # 0x64 -'[?] ', # 0x65 +None, # 0x65 'Mi ', # 0x66 'Qiao ', # 0x67 'Chan ', # 0x68 @@ -145,7 +145,7 @@ data = ( 'Xu ', # 0x8f 'Lu ', # 0x90 'Wu ', # 0x91 -'[?] ', # 0x92 +None, # 0x92 'Ku ', # 0x93 'Ying ', # 0x94 'Di ', # 0x95 @@ -236,7 +236,7 @@ data = ( 'Lin ', # 0xea 'Liao ', # 0xeb 'Lu ', # 0xec -'[?] ', # 0xed +None, # 0xed 'Ying ', # 0xee 'Xian ', # 0xef 'Ting ', # 0xf0 diff --git a/unidecode/x05f.py b/unidecode/x05f.py index 032eab8..547d75d 100644 --- a/unidecode/x05f.py +++ b/unidecode/x05f.py @@ -147,13 +147,13 @@ data = ( 'Jing ', # 0x91 'Tu ', # 0x92 'Cong ', # 0x93 -'[?] ', # 0x94 +None, # 0x94 'Lai ', # 0x95 'Cong ', # 0x96 'De ', # 0x97 'Pai ', # 0x98 'Xi ', # 0x99 -'[?] ', # 0x9a +None, # 0x9a 'Qi ', # 0x9b 'Chang ', # 0x9c 'Zhi ', # 0x9d diff --git a/unidecode/x060.py b/unidecode/x060.py index ad3728f..5487c56 100644 --- a/unidecode/x060.py +++ b/unidecode/x060.py @@ -60,7 +60,7 @@ data = ( 'Koraeru ', # 0x3a 'Zong ', # 0x3b 'Dui ', # 0x3c -'[?] ', # 0x3d +None, # 0x3d 'Ki ', # 0x3e 'Yi ', # 0x3f 'Chi ', # 0x40 diff --git a/unidecode/x061.py b/unidecode/x061.py index 6e8ab80..39a3b4b 100644 --- a/unidecode/x061.py +++ b/unidecode/x061.py @@ -36,7 +36,7 @@ data = ( 'Sai ', # 0x22 'Leng ', # 0x23 'Fen ', # 0x24 -'[?] ', # 0x25 +None, # 0x25 'Kui ', # 0x26 'Kui ', # 0x27 'Que ', # 0x28 @@ -79,7 +79,7 @@ data = ( 'Yun ', # 0x4d 'Shen ', # 0x4e 'Ming ', # 0x4f -'[?] ', # 0x50 +None, # 0x50 'She ', # 0x51 'Cong ', # 0x52 'Piao ', # 0x53 @@ -242,7 +242,7 @@ data = ( 'Liu ', # 0xf0 'Mie ', # 0xf1 'Cheng ', # 0xf2 -'[?] ', # 0xf3 +None, # 0xf3 'Chan ', # 0xf4 'Meng ', # 0xf5 'Lan ', # 0xf6 diff --git a/unidecode/x062.py b/unidecode/x062.py index 9797920..ffa55ae 100644 --- a/unidecode/x062.py +++ b/unidecode/x062.py @@ -162,7 +162,7 @@ data = ( 'Kou ', # 0xa0 'Lun ', # 0xa1 'Qiang ', # 0xa2 -'[?] ', # 0xa3 +None, # 0xa3 'Hu ', # 0xa4 'Bao ', # 0xa5 'Bing ', # 0xa6 @@ -227,7 +227,7 @@ data = ( 'Kuo ', # 0xe1 'Long ', # 0xe2 'Jian ', # 0xe3 -'[?] ', # 0xe4 +None, # 0xe4 'Yong ', # 0xe5 'Lan ', # 0xe6 'Ning ', # 0xe7 diff --git a/unidecode/x063.py b/unidecode/x063.py index 896cea2..3906e52 100644 --- a/unidecode/x063.py +++ b/unidecode/x063.py @@ -99,7 +99,7 @@ data = ( 'Jian ', # 0x61 'Huan ', # 0x62 'Dao ', # 0x63 -'[?] ', # 0x64 +None, # 0x64 'Wan ', # 0x65 'Qin ', # 0x66 'Peng ', # 0x67 @@ -181,7 +181,7 @@ data = ( 'Lu ', # 0xb3 'Guo ', # 0xb4 'Haba ', # 0xb5 -'[?] ', # 0xb6 +None, # 0xb6 'Zhi ', # 0xb7 'Dan ', # 0xb8 'Mang ', # 0xb9 @@ -250,8 +250,8 @@ data = ( 'Zha ', # 0xf8 'Bei ', # 0xf9 'Yao ', # 0xfa -'[?] ', # 0xfb -'[?] ', # 0xfc +None, # 0xfb +None, # 0xfc 'Lan ', # 0xfd 'Wen ', # 0xfe 'Qin ', # 0xff diff --git a/unidecode/x064.py b/unidecode/x064.py index dc1514b..d36ffd8 100644 --- a/unidecode/x064.py +++ b/unidecode/x064.py @@ -181,7 +181,7 @@ data = ( 'Qin ', # 0xb3 'Dun ', # 0xb4 'Nian ', # 0xb5 -'[?] ', # 0xb6 +None, # 0xb6 'Xie ', # 0xb7 'Lu ', # 0xb8 'Jiao ', # 0xb9 @@ -219,7 +219,7 @@ data = ( 'Ao ', # 0xd9 'Ju ', # 0xda 'Ye ', # 0xdb -'[?] ', # 0xdc +None, # 0xdc 'Mang ', # 0xdd 'Sou ', # 0xde 'Mi ', # 0xdf diff --git a/unidecode/x065.py b/unidecode/x065.py index ede5176..5390e96 100644 --- a/unidecode/x065.py +++ b/unidecode/x065.py @@ -25,7 +25,7 @@ data = ( 'Mei ', # 0x17 'Rang ', # 0x18 'Chan ', # 0x19 -'[?] ', # 0x1a +None, # 0x1a 'Cuan ', # 0x1b 'Xi ', # 0x1c 'She ', # 0x1d @@ -142,7 +142,7 @@ data = ( 'Bin ', # 0x8c 'Jue ', # 0x8d 'Zhai ', # 0x8e -'[?] ', # 0x8f +None, # 0x8f 'Fei ', # 0x90 'Ban ', # 0x91 'Ban ', # 0x92 diff --git a/unidecode/x066.py b/unidecode/x066.py index 01898d5..08549f4 100644 --- a/unidecode/x066.py +++ b/unidecode/x066.py @@ -225,7 +225,7 @@ data = ( 'Chen ', # 0xdf 'Kuang ', # 0xe0 'Die ', # 0xe1 -'[?] ', # 0xe2 +None, # 0xe2 'Yan ', # 0xe3 'Huo ', # 0xe4 'Lu ', # 0xe5 diff --git a/unidecode/x067.py b/unidecode/x067.py index 2e863ae..51cab59 100644 --- a/unidecode/x067.py +++ b/unidecode/x067.py @@ -16,7 +16,7 @@ data = ( 'Ling ', # 0x0e 'Fei ', # 0x0f 'Qu ', # 0x10 -'[?] ', # 0x11 +None, # 0x11 'Nu ', # 0x12 'Tiao ', # 0x13 'Shuo ', # 0x14 @@ -36,7 +36,7 @@ data = ( 'Wang ', # 0x22 'Tong ', # 0x23 'Lang ', # 0x24 -'[?] ', # 0x25 +None, # 0x25 'Meng ', # 0x26 'Long ', # 0x27 'Mu ', # 0x28 @@ -47,7 +47,7 @@ data = ( 'Zha ', # 0x2d 'Zhu ', # 0x2e 'Zhu ', # 0x2f -'[?] ', # 0x30 +None, # 0x30 'Zhu ', # 0x31 'Ren ', # 0x32 'Ba ', # 0x33 @@ -163,7 +163,7 @@ data = ( 'Dou ', # 0xa1 'Shu ', # 0xa2 'Zao ', # 0xa3 -'[?] ', # 0xa4 +None, # 0xa4 'Li ', # 0xa5 'Haze ', # 0xa6 'Jian ', # 0xa7 diff --git a/unidecode/x068.py b/unidecode/x068.py index c562311..822ec5f 100644 --- a/unidecode/x068.py +++ b/unidecode/x068.py @@ -5,7 +5,7 @@ data = ( 'Hoy ', # 0x03 'Rong ', # 0x04 'Zha ', # 0x05 -'[?] ', # 0x06 +None, # 0x06 'Biao ', # 0x07 'Zhan ', # 0x08 'Jie ', # 0x09 @@ -93,7 +93,7 @@ data = ( 'Kasei ', # 0x5b 'Ying ', # 0x5c 'Masu ', # 0x5d -'[?] ', # 0x5e +None, # 0x5e 'Zhan ', # 0x5f 'Ya ', # 0x60 'Nao ', # 0x61 diff --git a/unidecode/x069.py b/unidecode/x069.py index 7fa8c7d..ed13a6a 100644 --- a/unidecode/x069.py +++ b/unidecode/x069.py @@ -40,10 +40,10 @@ data = ( 'Ken ', # 0x26 'Myeng ', # 0x27 'Tafu ', # 0x28 -'[?] ', # 0x29 +None, # 0x29 'Peng ', # 0x2a 'Zhan ', # 0x2b -'[?] ', # 0x2c +None, # 0x2c 'Tuo ', # 0x2d 'Sen ', # 0x2e 'Duo ', # 0x2f @@ -138,7 +138,7 @@ data = ( 'Lu ', # 0x88 'Ju ', # 0x89 'Sakaki ', # 0x8a -'[?] ', # 0x8b +None, # 0x8b 'Pi ', # 0x8c 'Xie ', # 0x8d 'Jia ', # 0x8e @@ -224,7 +224,7 @@ data = ( 'Ori ', # 0xde 'Bin ', # 0xdf 'Zhu ', # 0xe0 -'[?] ', # 0xe1 +None, # 0xe1 'Xi ', # 0xe2 'Qi ', # 0xe3 'Lian ', # 0xe4 diff --git a/unidecode/x06a.py b/unidecode/x06a.py index 12fcabd..5f5abdf 100644 --- a/unidecode/x06a.py +++ b/unidecode/x06a.py @@ -44,7 +44,7 @@ data = ( 'Heng ', # 0x2a 'Jian ', # 0x2b 'Cong ', # 0x2c -'[?] ', # 0x2d +None, # 0x2d 'Hokuso ', # 0x2e 'Qiang ', # 0x2f 'Tara ', # 0x30 @@ -121,8 +121,8 @@ data = ( 'Dou ', # 0x77 'Shou ', # 0x78 'Lu ', # 0x79 -'[?] ', # 0x7a -'[?] ', # 0x7b +None, # 0x7a +None, # 0x7b 'Yuan ', # 0x7c 'Ta ', # 0x7d 'Shu ', # 0x7e @@ -201,7 +201,7 @@ data = ( 'Po ', # 0xc7 'Deng ', # 0xc8 'Chu ', # 0xc9 -'[?] ', # 0xca +None, # 0xca 'Mian ', # 0xcb 'You ', # 0xcc 'Zhi ', # 0xcd @@ -229,7 +229,7 @@ data = ( 'Lian ', # 0xe3 'Tamo ', # 0xe4 'Chu ', # 0xe5 -'[?] ', # 0xe6 +None, # 0xe6 'Zhu ', # 0xe7 'Lu ', # 0xe8 'Yan ', # 0xe9 @@ -244,7 +244,7 @@ data = ( 'Yu ', # 0xf2 'Long ', # 0xf3 'Lai ', # 0xf4 -'[?] ', # 0xf5 +None, # 0xf5 'Xian ', # 0xf6 'Kwi ', # 0xf7 'Ju ', # 0xf8 diff --git a/unidecode/x06b.py b/unidecode/x06b.py index 56aa7c6..417056c 100644 --- a/unidecode/x06b.py +++ b/unidecode/x06b.py @@ -12,7 +12,7 @@ data = ( 'Quan ', # 0x0a 'Qu ', # 0x0b 'Cang ', # 0x0c -'[?] ', # 0x0d +None, # 0x0d 'Yu ', # 0x0e 'Luo ', # 0x0f 'Li ', # 0x10 @@ -219,8 +219,8 @@ data = ( 'Bi ', # 0xd9 'Chan ', # 0xda 'Mao ', # 0xdb -'[?] ', # 0xdc -'[?] ', # 0xdd +None, # 0xdc +None, # 0xdd 'Pu ', # 0xde 'Mushiru ', # 0xdf 'Jia ', # 0xe0 @@ -245,7 +245,7 @@ data = ( 'Cui ', # 0xf3 'Bi ', # 0xf4 'San ', # 0xf5 -'[?] ', # 0xf6 +None, # 0xf6 'Mao ', # 0xf7 'Sui ', # 0xf8 'Yu ', # 0xf9 diff --git a/unidecode/x06c.py b/unidecode/x06c.py index a1534e7..db7650a 100644 --- a/unidecode/x06c.py +++ b/unidecode/x06c.py @@ -29,7 +29,7 @@ data = ( 'Fen ', # 0x1b 'Ri ', # 0x1c 'Nei ', # 0x1d -'[?] ', # 0x1e +None, # 0x1e 'Fu ', # 0x1f 'Shen ', # 0x20 'Dong ', # 0x21 @@ -98,7 +98,7 @@ data = ( 'Chi ', # 0x60 'Wu ', # 0x61 'Tsuchi ', # 0x62 -'[?] ', # 0x63 +None, # 0x63 'Tang ', # 0x64 'Zhi ', # 0x65 'Chi ', # 0x66 @@ -248,7 +248,7 @@ data = ( 'Xue ', # 0xf6 'Long ', # 0xf7 'Lu ', # 0xf8 -'[?] ', # 0xf9 +None, # 0xf9 'Bo ', # 0xfa 'Xie ', # 0xfb 'Po ', # 0xfc diff --git a/unidecode/x06d.py b/unidecode/x06d.py index a911346..da29aab 100644 --- a/unidecode/x06d.py +++ b/unidecode/x06d.py @@ -27,7 +27,7 @@ data = ( 'Zhu ', # 0x19 'Jiang ', # 0x1a 'Luo ', # 0x1b -'[?] ', # 0x1c +None, # 0x1c 'An ', # 0x1d 'Dong ', # 0x1e 'Yi ', # 0x1f @@ -164,7 +164,7 @@ data = ( 'Yun ', # 0xa2 'Huan ', # 0xa3 'Di ', # 0xa4 -'[?] ', # 0xa5 +None, # 0xa5 'Run ', # 0xa6 'Jian ', # 0xa7 'Zhang ', # 0xa8 diff --git a/unidecode/x06e.py b/unidecode/x06e.py index d4698fd..e12e659 100644 --- a/unidecode/x06e.py +++ b/unidecode/x06e.py @@ -14,7 +14,7 @@ data = ( 'Lu ', # 0x0c 'Zi ', # 0x0d 'Du ', # 0x0e -'[?] ', # 0x0f +None, # 0x0f 'Jian ', # 0x10 'Min ', # 0x11 'Pi ', # 0x12 @@ -131,14 +131,14 @@ data = ( 'Ying ', # 0x81 'Ratsu ', # 0x82 'Kui ', # 0x83 -'[?] ', # 0x84 +None, # 0x84 'Jian ', # 0x85 'Xu ', # 0x86 'Lu ', # 0x87 'Gui ', # 0x88 'Gai ', # 0x89 -'[?] ', # 0x8a -'[?] ', # 0x8b +None, # 0x8a +None, # 0x8b 'Po ', # 0x8c 'Jin ', # 0x8d 'Gui ', # 0x8e @@ -230,7 +230,7 @@ data = ( 'Lu ', # 0xe4 'Lan ', # 0xe5 'Luan ', # 0xe6 -'[?] ', # 0xe7 +None, # 0xe7 'Bin ', # 0xe8 'Tan ', # 0xe9 'Yu ', # 0xea diff --git a/unidecode/x06f.py b/unidecode/x06f.py index 36bf2a2..822a628 100644 --- a/unidecode/x06f.py +++ b/unidecode/x06f.py @@ -71,8 +71,8 @@ data = ( 'Guan ', # 0x45 'Ying ', # 0x46 'Xiao ', # 0x47 -'[?] ', # 0x48 -'[?] ', # 0x49 +None, # 0x48 +None, # 0x49 'Xu ', # 0x4a 'Lian ', # 0x4b 'Zhi ', # 0x4c @@ -154,9 +154,9 @@ data = ( 'Shan ', # 0x98 'Xi ', # 0x99 'Oki ', # 0x9a -'[?] ', # 0x9b +None, # 0x9b 'Lan ', # 0x9c -'[?] ', # 0x9d +None, # 0x9d 'Yu ', # 0x9e 'Lin ', # 0x9f 'Min ', # 0xa0 @@ -206,7 +206,7 @@ data = ( 'Ta ', # 0xcc 'Song ', # 0xcd 'Ding ', # 0xce -'[?] ', # 0xcf +None, # 0xcf 'Zhu ', # 0xd0 'Lai ', # 0xd1 'Bin ', # 0xd2 @@ -247,7 +247,7 @@ data = ( 'Hama ', # 0xf5 'Kuo ', # 0xf6 'Fei ', # 0xf7 -'[?] ', # 0xf8 +None, # 0xf8 'Boku ', # 0xf9 'Jian ', # 0xfa 'Wei ', # 0xfb diff --git a/unidecode/x070.py b/unidecode/x070.py index b12567f..4330f27 100644 --- a/unidecode/x070.py +++ b/unidecode/x070.py @@ -44,8 +44,8 @@ data = ( 'Fan ', # 0x2a 'Hu ', # 0x2b 'Lai ', # 0x2c -'[?] ', # 0x2d -'[?] ', # 0x2e +None, # 0x2d +None, # 0x2e 'Ying ', # 0x2f 'Mi ', # 0x30 'Ji ', # 0x31 @@ -91,7 +91,7 @@ data = ( 'Dang ', # 0x59 'Jiao ', # 0x5a 'Chan ', # 0x5b -'[?] ', # 0x5c +None, # 0x5c 'Hao ', # 0x5d 'Ba ', # 0x5e 'Zhu ', # 0x5f @@ -157,7 +157,7 @@ data = ( 'Guang ', # 0x9b 'Wei ', # 0x9c 'Qiang ', # 0x9d -'[?] ', # 0x9e +None, # 0x9e 'Da ', # 0x9f 'Xia ', # 0xa0 'Zheng ', # 0xa1 @@ -190,7 +190,7 @@ data = ( 'Lian ', # 0xbc 'Chi ', # 0xbd 'Huang ', # 0xbe -'[?] ', # 0xbf +None, # 0xbf 'Hu ', # 0xc0 'Shuo ', # 0xc1 'Lan ', # 0xc2 @@ -228,16 +228,16 @@ data = ( 'Zhe ', # 0xe2 'Hui ', # 0xe3 'Kao ', # 0xe4 -'[?] ', # 0xe5 +None, # 0xe5 'Fan ', # 0xe6 'Shao ', # 0xe7 'Ye ', # 0xe8 'Hui ', # 0xe9 -'[?] ', # 0xea +None, # 0xea 'Tang ', # 0xeb 'Jin ', # 0xec 'Re ', # 0xed -'[?] ', # 0xee +None, # 0xee 'Xi ', # 0xef 'Fu ', # 0xf0 'Jiong ', # 0xf1 diff --git a/unidecode/x071.py b/unidecode/x071.py index bad8f7e..5d0b73f 100644 --- a/unidecode/x071.py +++ b/unidecode/x071.py @@ -16,8 +16,8 @@ data = ( 'Xie ', # 0x0e 'Ji ', # 0x0f 'Wu ', # 0x10 -'[?] ', # 0x11 -'[?] ', # 0x12 +None, # 0x11 +None, # 0x12 'Han ', # 0x13 'Yan ', # 0x14 'Huan ', # 0x15 @@ -56,14 +56,14 @@ data = ( 'Ran ', # 0x36 'Pi ', # 0x37 'Gu ', # 0x38 -'[?] ', # 0x39 +None, # 0x39 'Sheng ', # 0x3a 'Chang ', # 0x3b 'Shao ', # 0x3c -'[?] ', # 0x3d -'[?] ', # 0x3e -'[?] ', # 0x3f -'[?] ', # 0x40 +None, # 0x3d +None, # 0x3e +None, # 0x3f +None, # 0x40 'Chen ', # 0x41 'He ', # 0x42 'Kui ', # 0x43 @@ -117,8 +117,8 @@ data = ( 'Hu ', # 0x73 'Yun ', # 0x74 'Xia ', # 0x75 -'[?] ', # 0x76 -'[?] ', # 0x77 +None, # 0x76 +None, # 0x77 'Bian ', # 0x78 'Gou ', # 0x79 'Tui ', # 0x7a @@ -149,7 +149,7 @@ data = ( 'Wen ', # 0x93 'Rong ', # 0x94 'Oozutsu ', # 0x95 -'[?] ', # 0x96 +None, # 0x96 'Qiang ', # 0x97 'Liu ', # 0x98 'Xi ', # 0x99 @@ -179,7 +179,7 @@ data = ( 'Re ', # 0xb1 'Jiong ', # 0xb2 'Man ', # 0xb3 -'[?] ', # 0xb4 +None, # 0xb4 'Shang ', # 0xb5 'Cuan ', # 0xb6 'Zeng ', # 0xb7 @@ -220,8 +220,8 @@ data = ( 'Yi ', # 0xda 'Jing ', # 0xdb 'Men ', # 0xdc -'[?] ', # 0xdd -'[?] ', # 0xde +None, # 0xdd +None, # 0xde 'Ying ', # 0xdf 'Yu ', # 0xe0 'Yi ', # 0xe1 diff --git a/unidecode/x072.py b/unidecode/x072.py index c91c93c..eb48d95 100644 --- a/unidecode/x072.py +++ b/unidecode/x072.py @@ -13,7 +13,7 @@ data = ( 'Xun ', # 0x0b 'Kuang ', # 0x0c 'Shuo ', # 0x0d -'[?] ', # 0x0e +None, # 0x0e 'Li ', # 0x0f 'Lu ', # 0x10 'Jue ', # 0x11 @@ -23,7 +23,7 @@ data = ( 'Xie ', # 0x15 'Long ', # 0x16 'Ye ', # 0x17 -'[?] ', # 0x18 +None, # 0x18 'Rang ', # 0x19 'Yue ', # 0x1a 'Lan ', # 0x1b @@ -31,13 +31,13 @@ data = ( 'Jue ', # 0x1d 'Tong ', # 0x1e 'Guan ', # 0x1f -'[?] ', # 0x20 +None, # 0x20 'Che ', # 0x21 'Mi ', # 0x22 'Tang ', # 0x23 'Lan ', # 0x24 'Zhu ', # 0x25 -'[?] ', # 0x26 +None, # 0x26 'Ling ', # 0x27 'Cuan ', # 0x28 'Yu ', # 0x29 @@ -50,7 +50,7 @@ data = ( 'Yuan ', # 0x30 'Ai ', # 0x31 'Wei ', # 0x32 -'[?] ', # 0x33 +None, # 0x33 'Jue ', # 0x34 'Jue ', # 0x35 'Fu ', # 0x36 @@ -86,7 +86,7 @@ data = ( 'Bo ', # 0x54 'Chuang ', # 0x55 'You ', # 0x56 -'[?] ', # 0x57 +None, # 0x57 'Du ', # 0x58 'Ya ', # 0x59 'Cheng ', # 0x5a @@ -157,7 +157,7 @@ data = ( 'Li ', # 0x9b 'Dun ', # 0x9c 'Tong ', # 0x9d -'[?] ', # 0x9e +None, # 0x9e 'Jiang ', # 0x9f 'Ikenie ', # 0xa0 'Li ', # 0xa1 diff --git a/unidecode/x073.py b/unidecode/x073.py index 4cf0176..8e29441 100644 --- a/unidecode/x073.py +++ b/unidecode/x073.py @@ -70,7 +70,7 @@ data = ( 'Yu ', # 0x44 'Shi ', # 0x45 'Hao ', # 0x46 -'[?] ', # 0x47 +None, # 0x47 'Yi ', # 0x48 'Zhen ', # 0x49 'Chuang ', # 0x4a @@ -238,7 +238,7 @@ data = ( 'Xu ', # 0xec 'Ban ', # 0xed 'Pei ', # 0xee -'[?] ', # 0xef +None, # 0xef 'Dang ', # 0xf0 'Ei ', # 0xf1 'Hun ', # 0xf2 diff --git a/unidecode/x074.py b/unidecode/x074.py index 312fc64..c44a3a0 100644 --- a/unidecode/x074.py +++ b/unidecode/x074.py @@ -17,7 +17,7 @@ data = ( 'Lian ', # 0x0f 'Suo ', # 0x10 'Chiisai ', # 0x11 -'[?] ', # 0x12 +None, # 0x12 'Wan ', # 0x13 'Dian ', # 0x14 'Pin ', # 0x15 @@ -58,7 +58,7 @@ data = ( 'Zhuo ', # 0x38 'Qin ', # 0x39 'Fa ', # 0x3a -'[?] ', # 0x3b +None, # 0x3b 'Qiong ', # 0x3c 'Du ', # 0x3d 'Jie ', # 0x3e @@ -140,7 +140,7 @@ data = ( 'Man ', # 0x8a 'Zhang ', # 0x8b 'Yin ', # 0x8c -'[?] ', # 0x8d +None, # 0x8d 'Ying ', # 0x8e 'Zhi ', # 0x8f 'Lu ', # 0x90 @@ -163,7 +163,7 @@ data = ( 'Jin ', # 0xa1 'Liu ', # 0xa2 'Ji ', # 0xa3 -'[?] ', # 0xa4 +None, # 0xa4 'Jing ', # 0xa5 'Ai ', # 0xa6 'Bi ', # 0xa7 @@ -179,7 +179,7 @@ data = ( 'Se ', # 0xb1 'Sui ', # 0xb2 'Tian ', # 0xb3 -'[?] ', # 0xb4 +None, # 0xb4 'Yu ', # 0xb5 'Jin ', # 0xb6 'Lu ', # 0xb7 diff --git a/unidecode/x076.py b/unidecode/x076.py index fc8b167..29667f6 100644 --- a/unidecode/x076.py +++ b/unidecode/x076.py @@ -101,7 +101,7 @@ data = ( 'Xian ', # 0x63 'Jie ', # 0x64 'Zheng ', # 0x65 -'[?] ', # 0x66 +None, # 0x66 'Li ', # 0x67 'Huo ', # 0x68 'Lai ', # 0x69 @@ -118,7 +118,7 @@ data = ( 'Luan ', # 0x74 'Luan ', # 0x75 'Bo ', # 0x76 -'[?] ', # 0x77 +None, # 0x77 'Gui ', # 0x78 'Po ', # 0x79 'Fa ', # 0x7a diff --git a/unidecode/x077.py b/unidecode/x077.py index 3ed6a36..347afbd 100644 --- a/unidecode/x077.py +++ b/unidecode/x077.py @@ -162,7 +162,7 @@ data = ( 'Cheng ', # 0xa0 'Ji ', # 0xa1 'Meng ', # 0xa2 -'[?] ', # 0xa3 +None, # 0xa3 'Run ', # 0xa4 'Pie ', # 0xa5 'Xi ', # 0xa6 diff --git a/unidecode/x078.py b/unidecode/x078.py index 23d677d..e07980e 100644 --- a/unidecode/x078.py +++ b/unidecode/x078.py @@ -26,7 +26,7 @@ data = ( 'Dun ', # 0x18 'Pan ', # 0x19 'Yan ', # 0x1a -'[?] ', # 0x1b +None, # 0x1b 'Feng ', # 0x1c 'Fa ', # 0x1d 'Mo ', # 0x1e @@ -60,7 +60,7 @@ data = ( 'Li ', # 0x3a 'Long ', # 0x3b 'Tong ', # 0x3c -'[?] ', # 0x3d +None, # 0x3d 'Li ', # 0x3e 'Aragane ', # 0x3f 'Chu ', # 0x40 @@ -82,15 +82,15 @@ data = ( 'Tong ', # 0x50 'Peng ', # 0x51 'Xi ', # 0x52 -'[?] ', # 0x53 +None, # 0x53 'Hong ', # 0x54 'Shuo ', # 0x55 'Xia ', # 0x56 'Qiao ', # 0x57 -'[?] ', # 0x58 +None, # 0x58 'Wei ', # 0x59 'Qiao ', # 0x5a -'[?] ', # 0x5b +None, # 0x5b 'Keng ', # 0x5c 'Xiao ', # 0x5d 'Que ', # 0x5e @@ -114,7 +114,7 @@ data = ( 'Sha ', # 0x70 'Kun ', # 0x71 'Yu ', # 0x72 -'[?] ', # 0x73 +None, # 0x73 'Kaki ', # 0x74 'Lu ', # 0x75 'Chen ', # 0x76 @@ -182,7 +182,7 @@ data = ( 'Cha ', # 0xb4 'Seki ', # 0xb5 'Qi ', # 0xb6 -'[?] ', # 0xb7 +None, # 0xb7 'Feng ', # 0xb8 'Xuan ', # 0xb9 'Que ', # 0xba @@ -214,7 +214,7 @@ data = ( 'Zhe ', # 0xd4 'Ke ', # 0xd5 'La ', # 0xd6 -'[?] ', # 0xd7 +None, # 0xd7 'Qing ', # 0xd8 'Gun ', # 0xd9 'Zhuan ', # 0xda @@ -237,7 +237,7 @@ data = ( 'Zong ', # 0xeb 'Qing ', # 0xec 'Chuo ', # 0xed -'[?] ', # 0xee +None, # 0xee 'Ji ', # 0xef 'Shan ', # 0xf0 'Lao ', # 0xf1 diff --git a/unidecode/x079.py b/unidecode/x079.py index ed1c514..130ed60 100644 --- a/unidecode/x079.py +++ b/unidecode/x079.py @@ -1,7 +1,7 @@ data = ( 'Tani ', # 0x00 'Jiao ', # 0x01 -'[?] ', # 0x02 +None, # 0x02 'Zhang ', # 0x03 'Qiao ', # 0x04 'Dun ', # 0x05 @@ -32,8 +32,8 @@ data = ( 'Meng ', # 0x1e 'Pao ', # 0x1f 'Ci ', # 0x20 -'[?] ', # 0x21 -'[?] ', # 0x22 +None, # 0x21 +None, # 0x22 'Mie ', # 0x23 'Ca ', # 0x24 'Xian ', # 0x25 @@ -76,7 +76,7 @@ data = ( 'Beng ', # 0x4a 'Dui ', # 0x4b 'Zhong ', # 0x4c -'[?] ', # 0x4d +None, # 0x4d 'Yi ', # 0x4e 'Shi ', # 0x4f 'You ', # 0x50 @@ -152,7 +152,7 @@ data = ( 'Mei ', # 0x96 'Si ', # 0x97 'Di ', # 0x98 -'[?] ', # 0x99 +None, # 0x99 'Zhuo ', # 0x9a 'Zhen ', # 0x9b 'Yong ', # 0x9c @@ -162,7 +162,7 @@ data = ( 'Si ', # 0xa0 'Ma ', # 0xa1 'Ta ', # 0xa2 -'[?] ', # 0xa3 +None, # 0xa3 'Xuan ', # 0xa4 'Qi ', # 0xa5 'Yu ', # 0xa6 diff --git a/unidecode/x07a.py b/unidecode/x07a.py index b6d512c..856b1cc 100644 --- a/unidecode/x07a.py +++ b/unidecode/x07a.py @@ -36,7 +36,7 @@ data = ( 'Yu ', # 0x22 'Su ', # 0x23 'Lue ', # 0x24 -'[?] ', # 0x25 +None, # 0x25 'Yi ', # 0x26 'Xi ', # 0x27 'Bian ', # 0x28 @@ -81,7 +81,7 @@ data = ( 'Wen ', # 0x4f 'Qiu ', # 0x50 'Se ', # 0x51 -'[?] ', # 0x52 +None, # 0x52 'Yi ', # 0x53 'Huang ', # 0x54 'Qie ', # 0x55 @@ -110,7 +110,7 @@ data = ( 'Gong ', # 0x6c 'Lu ', # 0x6d 'Biao ', # 0x6e -'[?] ', # 0x6f +None, # 0x6f 'Rang ', # 0x70 'Zhuo ', # 0x71 'Li ', # 0x72 @@ -166,7 +166,7 @@ data = ( 'Guan ', # 0xa4 'Kui ', # 0xa5 'Dou ', # 0xa6 -'[?] ', # 0xa7 +None, # 0xa7 'Yin ', # 0xa8 'Wo ', # 0xa9 'Wa ', # 0xaa @@ -188,7 +188,7 @@ data = ( 'Kui ', # 0xba 'Chuang ', # 0xbb 'Zhao ', # 0xbc -'[?] ', # 0xbd +None, # 0xbd 'Kuan ', # 0xbe 'Long ', # 0xbf 'Cheng ', # 0xc0 diff --git a/unidecode/x07b.py b/unidecode/x07b.py index c904395..e3aa7a6 100644 --- a/unidecode/x07b.py +++ b/unidecode/x07b.py @@ -207,7 +207,7 @@ data = ( 'Qiu ', # 0xcd 'Miao ', # 0xce 'Qian ', # 0xcf -'[?] ', # 0xd0 +None, # 0xd0 'Kui ', # 0xd1 'Sik ', # 0xd2 'Lou ', # 0xd3 diff --git a/unidecode/x07c.py b/unidecode/x07c.py index 3379947..f458050 100644 --- a/unidecode/x07c.py +++ b/unidecode/x07c.py @@ -46,7 +46,7 @@ data = ( 'Du ', # 0x2c 'Shi ', # 0x2d 'Zan ', # 0x2e -'[?] ', # 0x2f +None, # 0x2f 'Pai ', # 0x30 'Hata ', # 0x31 'Pai ', # 0x32 @@ -65,7 +65,7 @@ data = ( 'Bo ', # 0x3f 'Zhou ', # 0x40 'Lai ', # 0x41 -'[?] ', # 0x42 +None, # 0x42 'Lan ', # 0x43 'Kui ', # 0x44 'Yu ', # 0x45 @@ -77,7 +77,7 @@ data = ( 'Mi ', # 0x4b 'Chou ', # 0x4c 'Ji ', # 0x4d -'[?] ', # 0x4e +None, # 0x4e 'Hata ', # 0x4f 'Teng ', # 0x50 'Zhuan ', # 0x51 @@ -127,7 +127,7 @@ data = ( 'Zi ', # 0x7d 'Ni ', # 0x7e 'Cun ', # 0x7f -'[?] ', # 0x80 +None, # 0x80 'Qian ', # 0x81 'Kume ', # 0x82 'Bi ', # 0x83 @@ -139,7 +139,7 @@ data = ( 'Fen ', # 0x89 'Bi ', # 0x8a 'Cui ', # 0x8b -'[?] ', # 0x8c +None, # 0x8c 'Li ', # 0x8d 'Chi ', # 0x8e 'Nukamiso ', # 0x8f @@ -168,10 +168,10 @@ data = ( 'Lin ', # 0xa6 'Zhuang ', # 0xa7 'Bai ', # 0xa8 -'[?] ', # 0xa9 +None, # 0xa9 'Fen ', # 0xaa 'Ji ', # 0xab -'[?] ', # 0xac +None, # 0xac 'Sukumo ', # 0xad 'Liang ', # 0xae 'Xian ', # 0xaf @@ -235,7 +235,7 @@ data = ( 'Kuai ', # 0xe9 'Bo ', # 0xea 'Huan ', # 0xeb -'[?] ', # 0xec +None, # 0xec 'Zong ', # 0xed 'Xian ', # 0xee 'Nuo ', # 0xef diff --git a/unidecode/x07e.py b/unidecode/x07e.py index 131ef35..e302f2a 100644 --- a/unidecode/x07e.py +++ b/unidecode/x07e.py @@ -235,7 +235,7 @@ data = ( 'Ji ', # 0xe9 'Xu ', # 0xea 'Ling ', # 0xeb -'[?] ', # 0xec +None, # 0xec 'Xu ', # 0xed 'Qi ', # 0xee 'Fei ', # 0xef diff --git a/unidecode/x07f.py b/unidecode/x07f.py index 0a708d6..994f470 100644 --- a/unidecode/x07f.py +++ b/unidecode/x07f.py @@ -63,7 +63,7 @@ data = ( 'Bo ', # 0x3d 'Ping ', # 0x3e 'Hou ', # 0x3f -'[?] ', # 0x40 +None, # 0x40 'Gang ', # 0x41 'Ying ', # 0x42 'Ying ', # 0x43 @@ -85,7 +85,7 @@ data = ( 'Gang ', # 0x53 'Wang ', # 0x54 'Han ', # 0x55 -'[?] ', # 0x56 +None, # 0x56 'Luo ', # 0x57 'Fu ', # 0x58 'Mi ', # 0x59 @@ -245,7 +245,7 @@ data = ( 'Yi ', # 0xf3 'Lian ', # 0xf4 'Qu ', # 0xf5 -'[?] ', # 0xf6 +None, # 0xf6 'Lin ', # 0xf7 'Pen ', # 0xf8 'Qiao ', # 0xf9 diff --git a/unidecode/x080.py b/unidecode/x080.py index 11f324b..145ab01 100644 --- a/unidecode/x080.py +++ b/unidecode/x080.py @@ -1,7 +1,7 @@ data = ( 'Yao ', # 0x00 'Lao ', # 0x01 -'[?] ', # 0x02 +None, # 0x02 'Kao ', # 0x03 'Mao ', # 0x04 'Zhe ', # 0x05 @@ -64,7 +64,7 @@ data = ( 'Hong ', # 0x3e 'Geng ', # 0x3f 'Zhi ', # 0x40 -'[?] ', # 0x41 +None, # 0x41 'Nie ', # 0x42 'Dan ', # 0x43 'Zhen ', # 0x44 @@ -82,7 +82,7 @@ data = ( 'Ya ', # 0x50 'Die ', # 0x51 'Gua ', # 0x52 -'[?] ', # 0x53 +None, # 0x53 'Lian ', # 0x54 'Hao ', # 0x55 'Sheng ', # 0x56 @@ -98,7 +98,7 @@ data = ( 'Ping ', # 0x60 'Cong ', # 0x61 'Shikato ', # 0x62 -'[?] ', # 0x63 +None, # 0x63 'Ting ', # 0x64 'Yu ', # 0x65 'Cong ', # 0x66 diff --git a/unidecode/x081.py b/unidecode/x081.py index 01ca95d..3881781 100644 --- a/unidecode/x081.py +++ b/unidecode/x081.py @@ -11,7 +11,7 @@ data = ( 'Mai ', # 0x09 'Ji ', # 0x0a 'Obiyaakasu ', # 0x0b -'[?] ', # 0x0c +None, # 0x0c 'Kuai ', # 0x0d 'Sa ', # 0x0e 'Zang ', # 0x0f diff --git a/unidecode/x082.py b/unidecode/x082.py index daea2e2..890f63e 100644 --- a/unidecode/x082.py +++ b/unidecode/x082.py @@ -35,7 +35,7 @@ data = ( 'Gang ', # 0x21 'Shan ', # 0x22 'Yi ', # 0x23 -'[?] ', # 0x24 +None, # 0x24 'Pa ', # 0x25 'Tai ', # 0x26 'Fan ', # 0x27 @@ -62,7 +62,7 @@ data = ( 'Hong ', # 0x3c 'Pang ', # 0x3d 'Xi ', # 0x3e -'[?] ', # 0x3f +None, # 0x3f 'Fu ', # 0x40 'Zao ', # 0x41 'Feng ', # 0x42 @@ -71,7 +71,7 @@ data = ( 'Yu ', # 0x45 'Lang ', # 0x46 'Ting ', # 0x47 -'[?] ', # 0x48 +None, # 0x48 'Wei ', # 0x49 'Bo ', # 0x4a 'Meng ', # 0x4b @@ -83,7 +83,7 @@ data = ( 'Bian ', # 0x51 'Mao ', # 0x52 'Die ', # 0x53 -'[?] ', # 0x54 +None, # 0x54 'Bang ', # 0x55 'Cha ', # 0x56 'Yi ', # 0x57 diff --git a/unidecode/x083.py b/unidecode/x083.py index 672cd5d..703a215 100644 --- a/unidecode/x083.py +++ b/unidecode/x083.py @@ -15,9 +15,9 @@ data = ( 'Ji ', # 0x0d 'Jing ', # 0x0e 'Long ', # 0x0f -'[?] ', # 0x10 +None, # 0x10 'Niao ', # 0x11 -'[?] ', # 0x12 +None, # 0x12 'Xue ', # 0x13 'Ying ', # 0x14 'Qiong ', # 0x15 @@ -61,7 +61,7 @@ data = ( 'Mang ', # 0x3b 'Tong ', # 0x3c 'Zhong ', # 0x3d -'[?] ', # 0x3e +None, # 0x3e 'Zhu ', # 0x3f 'Xun ', # 0x40 'Huan ', # 0x41 @@ -97,7 +97,7 @@ data = ( 'Hui ', # 0x5f 'Qi ', # 0x60 'Dang ', # 0x61 -'[?] ', # 0x62 +None, # 0x62 'Rong ', # 0x63 'Hun ', # 0x64 'Ying ', # 0x65 diff --git a/unidecode/x084.py b/unidecode/x084.py index 571a360..703936c 100644 --- a/unidecode/x084.py +++ b/unidecode/x084.py @@ -29,12 +29,12 @@ data = ( 'Jiu ', # 0x1b 'Tie ', # 0x1c 'Luo ', # 0x1d -'[?] ', # 0x1e -'[?] ', # 0x1f +None, # 0x1e +None, # 0x1f 'Meng ', # 0x20 -'[?] ', # 0x21 +None, # 0x21 'Yaji ', # 0x22 -'[?] ', # 0x23 +None, # 0x23 'Ying ', # 0x24 'Ying ', # 0x25 'Ying ', # 0x26 @@ -137,12 +137,12 @@ data = ( 'Chan ', # 0x87 'Kai ', # 0x88 'Kui ', # 0x89 -'[?] ', # 0x8a +None, # 0x8a 'Jiang ', # 0x8b 'Lou ', # 0x8c 'Wei ', # 0x8d 'Pai ', # 0x8e -'[?] ', # 0x8f +None, # 0x8f 'Sou ', # 0x90 'Yin ', # 0x91 'Shi ', # 0x92 @@ -221,13 +221,13 @@ data = ( 'Ce ', # 0xdb 'Hai ', # 0xdc 'Lan ', # 0xdd -'[?] ', # 0xde +None, # 0xde 'Ji ', # 0xdf 'Li ', # 0xe0 'Can ', # 0xe1 'Lang ', # 0xe2 'Yu ', # 0xe3 -'[?] ', # 0xe4 +None, # 0xe4 'Ying ', # 0xe5 'Mo ', # 0xe6 'Diao ', # 0xe7 diff --git a/unidecode/x085.py b/unidecode/x085.py index c11c513..5b3bfa0 100644 --- a/unidecode/x085.py +++ b/unidecode/x085.py @@ -112,7 +112,7 @@ data = ( 'Xi ', # 0x6e 'Long ', # 0x6f 'Yun ', # 0x70 -'[?] ', # 0x71 +None, # 0x71 'Qi ', # 0x72 'Jian ', # 0x73 'Yun ', # 0x74 @@ -211,7 +211,7 @@ data = ( 'Qiong ', # 0xd1 'Qie ', # 0xd2 'Xian ', # 0xd3 -'[?] ', # 0xd4 +None, # 0xd4 'Ou ', # 0xd5 'Xian ', # 0xd6 'Su ', # 0xd7 @@ -241,10 +241,10 @@ data = ( 'Wei ', # 0xef 'Liu ', # 0xf0 'Hui ', # 0xf1 -'[?] ', # 0xf2 +None, # 0xf2 'Gao ', # 0xf3 'Yun ', # 0xf4 -'[?] ', # 0xf5 +None, # 0xf5 'Li ', # 0xf6 'Shu ', # 0xf7 'Chu ', # 0xf8 diff --git a/unidecode/x086.py b/unidecode/x086.py index 38784a6..bd094e1 100644 --- a/unidecode/x086.py +++ b/unidecode/x086.py @@ -20,7 +20,7 @@ data = ( 'Hagi ', # 0x12 'Su ', # 0x13 'Jiong ', # 0x14 -'[?] ', # 0x15 +None, # 0x15 'Nie ', # 0x16 'Bo ', # 0x17 'Rang ', # 0x18 @@ -68,7 +68,7 @@ data = ( 'Lu ', # 0x42 'Jian ', # 0x43 'San ', # 0x44 -'[?] ', # 0x45 +None, # 0x45 'Lei ', # 0x46 'Quan ', # 0x47 'Xiao ', # 0x48 @@ -113,7 +113,7 @@ data = ( 'Qiu ', # 0x6f 'Cheng ', # 0x70 'Shi ', # 0x71 -'[?] ', # 0x72 +None, # 0x72 'Di ', # 0x73 'Zhe ', # 0x74 'She ', # 0x75 diff --git a/unidecode/x087.py b/unidecode/x087.py index 2a2b79a..6875ac8 100644 --- a/unidecode/x087.py +++ b/unidecode/x087.py @@ -73,7 +73,7 @@ data = ( 'Ying ', # 0x47 'Guo ', # 0x48 'Chan ', # 0x49 -'[?] ', # 0x4a +None, # 0x4a 'La ', # 0x4b 'Ke ', # 0x4c 'Ji ', # 0x4d @@ -128,7 +128,7 @@ data = ( 'Rong ', # 0x7e 'Ying ', # 0x7f 'Jiang ', # 0x80 -'[?] ', # 0x81 +None, # 0x81 'Lang ', # 0x82 'Pang ', # 0x83 'Si ', # 0x84 @@ -168,7 +168,7 @@ data = ( 'So ', # 0xa6 'Ebi ', # 0xa7 'Man ', # 0xa8 -'[?] ', # 0xa9 +None, # 0xa9 'Shang ', # 0xaa 'Zhe ', # 0xab 'Cao ', # 0xac @@ -244,7 +244,7 @@ data = ( 'Chong ', # 0xf2 'Xun ', # 0xf3 'Si ', # 0xf4 -'[?] ', # 0xf5 +None, # 0xf5 'Cheng ', # 0xf6 'Dang ', # 0xf7 'Li ', # 0xf8 diff --git a/unidecode/x088.py b/unidecode/x088.py index f907ce9..bca1685 100644 --- a/unidecode/x088.py +++ b/unidecode/x088.py @@ -51,7 +51,7 @@ data = ( 'Gu ', # 0x31 'Juan ', # 0x32 'Ying ', # 0x33 -'[?] ', # 0x34 +None, # 0x34 'Xi ', # 0x35 'Can ', # 0x36 'Qu ', # 0x37 @@ -79,7 +79,7 @@ data = ( 'Yan ', # 0x4d 'Kan ', # 0x4e 'Yuan ', # 0x4f -'[?] ', # 0x50 +None, # 0x50 'Ling ', # 0x51 'Xuan ', # 0x52 'Shu ', # 0x53 @@ -198,7 +198,7 @@ data = ( 'Yuki ', # 0xc4 'Zhuang ', # 0xc5 'Dang ', # 0xc6 -'[?] ', # 0xc7 +None, # 0xc7 'Kun ', # 0xc8 'Ken ', # 0xc9 'Niao ', # 0xca diff --git a/unidecode/x089.py b/unidecode/x089.py index d23abc3..e223cad 100644 --- a/unidecode/x089.py +++ b/unidecode/x089.py @@ -103,7 +103,7 @@ data = ( 'Pu ', # 0x65 'Ru ', # 0x66 'Zhi ', # 0x67 -'[?] ', # 0x68 +None, # 0x68 'Shu ', # 0x69 'Wa ', # 0x6a 'Shi ', # 0x6b @@ -131,7 +131,7 @@ data = ( 'Yao ', # 0x81 'Feng ', # 0x82 'Tan ', # 0x83 -'[?] ', # 0x84 +None, # 0x84 'Biao ', # 0x85 'Fu ', # 0x86 'Ba ', # 0x87 diff --git a/unidecode/x08b.py b/unidecode/x08b.py index b89c37a..f3c7d37 100644 --- a/unidecode/x08b.py +++ b/unidecode/x08b.py @@ -2,7 +2,7 @@ data = ( 'Mou ', # 0x00 'Ye ', # 0x01 'Wei ', # 0x02 -'[?] ', # 0x03 +None, # 0x03 'Teng ', # 0x04 'Zou ', # 0x05 'Shan ', # 0x06 @@ -33,7 +33,7 @@ data = ( 'Tao ', # 0x1f 'Yao ', # 0x20 'Yao ', # 0x21 -'[?] ', # 0x22 +None, # 0x22 'Yu ', # 0x23 'Biao ', # 0x24 'Cong ', # 0x25 diff --git a/unidecode/x08c.py b/unidecode/x08c.py index 514c446..3735ef7 100644 --- a/unidecode/x08c.py +++ b/unidecode/x08c.py @@ -109,7 +109,7 @@ data = ( 'Yu ', # 0x6b 'Zhu ', # 0x6c 'Jia ', # 0x6d -'[?] ', # 0x6e +None, # 0x6e 'Xi ', # 0x6f 'Bo ', # 0x70 'Wen ', # 0x71 diff --git a/unidecode/x08d.py b/unidecode/x08d.py index ae63f22..f6cbadd 100644 --- a/unidecode/x08d.py +++ b/unidecode/x08d.py @@ -11,7 +11,7 @@ data = ( 'Tan ', # 0x09 'Zan ', # 0x0a 'Yan ', # 0x0b -'[?] ', # 0x0c +None, # 0x0c 'Shan ', # 0x0d 'Wan ', # 0x0e 'Ying ', # 0x0f @@ -23,7 +23,7 @@ data = ( 'Du ', # 0x15 'Shu ', # 0x16 'Yan ', # 0x17 -'[?] ', # 0x18 +None, # 0x18 'Xuan ', # 0x19 'Long ', # 0x1a 'Gan ', # 0x1b @@ -175,7 +175,7 @@ data = ( 'Yao ', # 0xad 'Zao ', # 0xae 'Ti ', # 0xaf -'[?] ', # 0xb0 +None, # 0xb0 'Zan ', # 0xb1 'Zan ', # 0xb2 'Zu ', # 0xb3 diff --git a/unidecode/x08e.py b/unidecode/x08e.py index 015ed1e..628faf2 100644 --- a/unidecode/x08e.py +++ b/unidecode/x08e.py @@ -13,7 +13,7 @@ data = ( 'Jiao ', # 0x0b 'Chou ', # 0x0c 'Qiao ', # 0x0d -'[?] ', # 0x0e +None, # 0x0e 'Ta ', # 0x0f 'Jian ', # 0x10 'Qi ', # 0x11 @@ -187,7 +187,7 @@ data = ( 'Ju ', # 0xb9 'Tang ', # 0xba 'Utsuke ', # 0xbb -'[?] ', # 0xbc +None, # 0xbc 'Yan ', # 0xbd 'Shitsuke ', # 0xbe 'Kang ', # 0xbf diff --git a/unidecode/x08f.py b/unidecode/x08f.py index 39d04a9..d52164b 100644 --- a/unidecode/x08f.py +++ b/unidecode/x08f.py @@ -169,7 +169,7 @@ data = ( 'Bian ', # 0xa7 'Bian ', # 0xa8 'Bian ', # 0xa9 -'[?] ', # 0xaa +None, # 0xaa 'Bian ', # 0xab 'Ban ', # 0xac 'Ci ', # 0xad diff --git a/unidecode/x090.py b/unidecode/x090.py index ade6506..e8b1eee 100644 --- a/unidecode/x090.py +++ b/unidecode/x090.py @@ -99,7 +99,7 @@ data = ( 'Su ', # 0x61 'Ta ', # 0x62 'Qian ', # 0x63 -'[?] ', # 0x64 +None, # 0x64 'Yao ', # 0x65 'Guan ', # 0x66 'Zhang ', # 0x67 @@ -155,7 +155,7 @@ data = ( 'Mang ', # 0x99 'Ru ', # 0x9a 'Qiong ', # 0x9b -'[?] ', # 0x9c +None, # 0x9c 'Kuang ', # 0x9d 'Fu ', # 0x9e 'Kang ', # 0x9f diff --git a/unidecode/x091.py b/unidecode/x091.py index fa3dd76..764e3e4 100644 --- a/unidecode/x091.py +++ b/unidecode/x091.py @@ -91,7 +91,7 @@ data = ( 'Zhen ', # 0x59 'Fen ', # 0x5a 'Sakenomoto ', # 0x5b -'[?] ', # 0x5c +None, # 0x5c 'Yun ', # 0x5d 'Tai ', # 0x5e 'Tian ', # 0x5f diff --git a/unidecode/x092.py b/unidecode/x092.py index e752f4f..da9cccd 100644 --- a/unidecode/x092.py +++ b/unidecode/x092.py @@ -42,7 +42,7 @@ data = ( 'Habaki ', # 0x28 'Irori ', # 0x29 'Ngaak ', # 0x2a -'[?] ', # 0x2b +None, # 0x2b 'Duo ', # 0x2c 'Zi ', # 0x2d 'Ni ', # 0x2e @@ -243,7 +243,7 @@ data = ( 'Te ', # 0xf1 'Pyeng ', # 0xf2 'Zhu ', # 0xf3 -'[?] ', # 0xf4 +None, # 0xf4 'Tu ', # 0xf5 'Liu ', # 0xf6 'Zui ', # 0xf7 diff --git a/unidecode/x093.py b/unidecode/x093.py index 82857e9..eabec27 100644 --- a/unidecode/x093.py +++ b/unidecode/x093.py @@ -62,13 +62,13 @@ data = ( 'Nai ', # 0x3c 'Wan ', # 0x3d 'Zan ', # 0x3e -'[?] ', # 0x3f +None, # 0x3f 'De ', # 0x40 'Xian ', # 0x41 -'[?] ', # 0x42 +None, # 0x42 'Huo ', # 0x43 'Liang ', # 0x44 -'[?] ', # 0x45 +None, # 0x45 'Men ', # 0x46 'Kai ', # 0x47 'Ying ', # 0x48 @@ -133,7 +133,7 @@ data = ( 'Pai ', # 0x83 'Ai ', # 0x84 'Jie ', # 0x85 -'[?] ', # 0x86 +None, # 0x86 'Mei ', # 0x87 'Chuo ', # 0x88 'Ta ', # 0x89 @@ -187,9 +187,9 @@ data = ( 'Kasugai ', # 0xb9 'Habaki ', # 0xba 'Suo ', # 0xbb -'[?] ', # 0xbc -'[?] ', # 0xbd -'[?] ', # 0xbe +None, # 0xbc +None, # 0xbd +None, # 0xbe 'Na ', # 0xbf 'Lu ', # 0xc0 'Suo ', # 0xc1 @@ -238,10 +238,10 @@ data = ( 'Xia ', # 0xec 'Xi ', # 0xed 'Kang ', # 0xee -'[?] ', # 0xef +None, # 0xef 'Beng ', # 0xf0 -'[?] ', # 0xf1 -'[?] ', # 0xf2 +None, # 0xf1 +None, # 0xf2 'Zheng ', # 0xf3 'Lu ', # 0xf4 'Hua ', # 0xf5 diff --git a/unidecode/x094.py b/unidecode/x094.py index 17eb9dd..990ab60 100644 --- a/unidecode/x094.py +++ b/unidecode/x094.py @@ -33,8 +33,8 @@ data = ( 'Ti ', # 0x1f 'Pu ', # 0x20 'Tie ', # 0x21 -'[?] ', # 0x22 -'[?] ', # 0x23 +None, # 0x22 +None, # 0x23 'Ding ', # 0x24 'Shan ', # 0x25 'Kai ', # 0x26 @@ -101,8 +101,8 @@ data = ( 'Biao ', # 0x63 'Bao ', # 0x64 'Lu ', # 0x65 -'[?] ', # 0x66 -'[?] ', # 0x67 +None, # 0x66 +None, # 0x67 'Long ', # 0x68 'E ', # 0x69 'Lu ', # 0x6a diff --git a/unidecode/x095.py b/unidecode/x095.py index 4b36394..71b7e4b 100644 --- a/unidecode/x095.py +++ b/unidecode/x095.py @@ -205,7 +205,7 @@ data = ( 'Que ', # 0xcb 'Lan ', # 0xcc 'Du ', # 0xcd -'[?] ', # 0xce +None, # 0xce 'Phwung ', # 0xcf 'Tian ', # 0xd0 'Nie ', # 0xd1 @@ -230,7 +230,7 @@ data = ( 'Huan ', # 0xe4 'Ta ', # 0xe5 'Wen ', # 0xe6 -'[?] ', # 0xe7 +None, # 0xe7 'Men ', # 0xe8 'Shuan ', # 0xe9 'Shan ', # 0xea diff --git a/unidecode/x096.py b/unidecode/x096.py index 738a4ea..6aaa359 100644 --- a/unidecode/x096.py +++ b/unidecode/x096.py @@ -160,7 +160,7 @@ data = ( 'Ao ', # 0x9e 'Xi ', # 0x9f 'Yin ', # 0xa0 -'[?] ', # 0xa1 +None, # 0xa1 'Rao ', # 0xa2 'Lin ', # 0xa3 'Tui ', # 0xa4 diff --git a/unidecode/x097.py b/unidecode/x097.py index 7255f0f..66e08e9 100644 --- a/unidecode/x097.py +++ b/unidecode/x097.py @@ -22,7 +22,7 @@ data = ( 'Chou ', # 0x14 'Tun ', # 0x15 'Lin ', # 0x16 -'[?] ', # 0x17 +None, # 0x17 'Dong ', # 0x18 'Ying ', # 0x19 'Wu ', # 0x1a @@ -58,7 +58,7 @@ data = ( 'Ba ', # 0x38 'Pi ', # 0x39 'Wei ', # 0x3a -'[?] ', # 0x3b +None, # 0x3b 'Xi ', # 0x3c 'Ji ', # 0x3d 'Mai ', # 0x3e @@ -76,7 +76,7 @@ data = ( 'Feng ', # 0x4a 'Li ', # 0x4b 'Bao ', # 0x4c -'[?] ', # 0x4d +None, # 0x4d 'He ', # 0x4e 'He ', # 0x4f 'Bing ', # 0x50 @@ -212,7 +212,7 @@ data = ( 'Qiao ', # 0xd2 'Han ', # 0xd3 'Chang ', # 0xd4 -'[?] ', # 0xd5 +None, # 0xd5 'Rou ', # 0xd6 'Xun ', # 0xd7 'She ', # 0xd8 @@ -222,7 +222,7 @@ data = ( 'Tao ', # 0xdc 'Gou ', # 0xdd 'Yun ', # 0xde -'[?] ', # 0xdf +None, # 0xdf 'Bi ', # 0xe0 'Wei ', # 0xe1 'Hui ', # 0xe2 diff --git a/unidecode/x098.py b/unidecode/x098.py index 98160e7..298a1fb 100644 --- a/unidecode/x098.py +++ b/unidecode/x098.py @@ -201,7 +201,7 @@ data = ( 'Biao ', # 0xc7 'Biao ', # 0xc8 'Liao ', # 0xc9 -'[?] ', # 0xca +None, # 0xca 'Se ', # 0xcb 'Feng ', # 0xcc 'Biao ', # 0xcd diff --git a/unidecode/x099.py b/unidecode/x099.py index 2adf3de..60a6801 100644 --- a/unidecode/x099.py +++ b/unidecode/x099.py @@ -198,7 +198,7 @@ data = ( 'Tuo ', # 0xc4 'Yi ', # 0xc5 'Qu ', # 0xc6 -'[?] ', # 0xc7 +None, # 0xc7 'Qu ', # 0xc8 'Jiong ', # 0xc9 'Bo ', # 0xca diff --git a/unidecode/x09b.py b/unidecode/x09b.py index 7fd0a2d..24dfb99 100644 --- a/unidecode/x09b.py +++ b/unidecode/x09b.py @@ -151,7 +151,7 @@ data = ( 'Gu ', # 0x95 'Kajika ', # 0x96 'Tong ', # 0x97 -'[?] ', # 0x98 +None, # 0x98 'Ta ', # 0x99 'Jie ', # 0x9a 'Shu ', # 0x9b diff --git a/unidecode/x09d.py b/unidecode/x09d.py index 99d5859..c23f21a 100644 --- a/unidecode/x09d.py +++ b/unidecode/x09d.py @@ -144,7 +144,7 @@ data = ( 'Kikuitadaki ', # 0x8e 'Ji ', # 0x8f 'Shu ', # 0x90 -'[?] ', # 0x91 +None, # 0x91 'Chi ', # 0x92 'Miao ', # 0x93 'Rou ', # 0x94 diff --git a/unidecode/x09e.py b/unidecode/x09e.py index 8a392a2..5ddf681 100644 --- a/unidecode/x09e.py +++ b/unidecode/x09e.py @@ -181,7 +181,7 @@ data = ( 'Lai ', # 0xb3 'Qu ', # 0xb4 'Mian ', # 0xb5 -'[?] ', # 0xb6 +None, # 0xb6 'Feng ', # 0xb7 'Fu ', # 0xb8 'Qu ', # 0xb9 diff --git a/unidecode/x0fa.py b/unidecode/x0fa.py index 10a9451..24ff84d 100644 --- a/unidecode/x0fa.py +++ b/unidecode/x0fa.py @@ -13,13 +13,13 @@ data = ( 'Hwak ', # 0x0b 'Wu ', # 0x0c 'Huo ', # 0x0d -'[?] ', # 0x0e -'[?] ', # 0x0f +None, # 0x0e +None, # 0x0f 'Zhong ', # 0x10 -'[?] ', # 0x11 +None, # 0x11 'Qing ', # 0x12 -'[?] ', # 0x13 -'[?] ', # 0x14 +None, # 0x13 +None, # 0x14 'Xi ', # 0x15 'Zhu ', # 0x16 'Yi ', # 0x17 @@ -30,17 +30,17 @@ data = ( 'Jing ', # 0x1c 'Jing ', # 0x1d 'Yu ', # 0x1e -'[?] ', # 0x1f +None, # 0x1f 'Hagi ', # 0x20 -'[?] ', # 0x21 +None, # 0x21 'Zhu ', # 0x22 -'[?] ', # 0x23 -'[?] ', # 0x24 +None, # 0x23 +None, # 0x24 'Yi ', # 0x25 'Du ', # 0x26 -'[?] ', # 0x27 -'[?] ', # 0x28 -'[?] ', # 0x29 +None, # 0x27 +None, # 0x28 +None, # 0x29 'Fan ', # 0x2a 'Si ', # 0x2b 'Guan ', # 0x2c |
