summaryrefslogtreecommitdiff
path: root/unidecode/x1f1.py
blob: 888f274b362da53bd9148e1179bcbcf49298e82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
data = (
'0.',    # 0x00
'0,',    # 0x01
'1,',    # 0x02
'2,',    # 0x03
'3,',    # 0x04
'4,',    # 0x05
'5,',    # 0x06
'6,',    # 0x07
'7,',    # 0x08
'8,',    # 0x09
'9,',    # 0x0a
None,    # 0x0b
None,    # 0x0c
None,    # 0x0d
None,    # 0x0e
None,    # 0x0f
'(A)',    # 0x10
'(B)',    # 0x11
'(C)',    # 0x12
'(D)',    # 0x13
'(E)',    # 0x14
'(F)',    # 0x15
'(G)',    # 0x16
'(H)',    # 0x17
'(I)',    # 0x18
'(J)',    # 0x19
'(K)',   # 0x1a
'(L)',    # 0x1b
'(M)',    # 0x1c
'(N)',    # 0x1d
'(O)',    # 0x1e
'(P)',    # 0x1f
'(Q)',    # 0x20
'(R)',    # 0x21
'(S)',    # 0x22
'(T)',    # 0x23
'(U)',    # 0x24
'(V)',    # 0x25
'(W)',    # 0x26
'(X)',    # 0x27
'(Y)',    # 0x28
'(Z)',    # 0x29
'<S>',    # 0x2a
'(C)',    # 0x2b
'(R)',    # 0x2c
None,    # 0x2d
None,    # 0x2e
None,    # 0x2f
'[A]',    # 0x30
'[B]',    # 0x31
'[C]',    # 0x32
'[D]',    # 0x33
'[E]',    # 0x34
'[F]',    # 0x35
'[G]',    # 0x36
'[H]',    # 0x37
'[I]',    # 0x38
'[J]',    # 0x39
'[K]',    # 0x3a
'[L]',    # 0x3b
'[M]',    # 0x3c
'[N]',    # 0x3d
'[O]',    # 0x3e
'[P]',    # 0x3f
'[Q]',    # 0x40
'[R]',    # 0x41
'[S]',    # 0x42
'[T]',    # 0x43
'[U]',    # 0x44
'[V]',    # 0x45
'[W]',    # 0x46
'[X]',    # 0x47
'[Y]',    # 0x48
'[Z]',    # 0x49
None,    # 0x4a
None,    # 0x4b
None,    # 0x4c
None,    # 0x4d
None,    # 0x4e
None,    # 0x4f
'(A)',    # 0x50
'(B)',    # 0x51
'(C)',    # 0x52
'(D)',    # 0x53
'(E)',    # 0x54
'(F)',    # 0x55
'(G)',    # 0x56
'(H)',    # 0x57
'(I)',    # 0x58
'(J)',    # 0x59
'(K)',    # 0x5a
'(L)',    # 0x5b
'(M)',    # 0x5c
'(N)',    # 0x5d
'(O)',    # 0x5e
'(P)',    # 0x5f
'(Q)',    # 0x60
'(R)',    # 0x61
'(S)',    # 0x62
'(T)',    # 0x63
'(U)',    # 0x64
'(V)',    # 0x65
'(W)',    # 0x66
'(X)',    # 0x67
'(Y)',    # 0x68
'(Z)',    # 0x69
None,    # 0x6a
None,    # 0x6b
None,    # 0x6c
None,    # 0x6d
None,    # 0x6e
None,    # 0x6f
'[A]',    # 0x70
'[B]',    # 0x71
'[C]',    # 0x72
'[D]',    # 0x73
'[E]',    # 0x74
'[F]',    # 0x75
'[G]',    # 0x76
'[H]',    # 0x77
'[I]',    # 0x78
'[J]',    # 0x79
'[K]',    # 0x7a
'[L]',    # 0x7b
'[M]',    # 0x7c
'[N]',    # 0x7d
'[O]',    # 0x7e
'[P]',    # 0x7f
'[Q]',    # 0x80
'[R]',    # 0x81
'[S]',    # 0x82
'[T]',    # 0x83
'[U]',    # 0x84
'[V]',    # 0x85
'[W]',    # 0x86
'[X]',    # 0x87
'[Y]',    # 0x88
'[Z]',    # 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
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
None,    # 0xf7
None,    # 0xf8
None,    # 0xf9
None,    # 0xfa
None,    # 0xfb
None,    # 0xfc
None,    # 0xfd
None,    # 0xfe
None,    # 0xff
)