Lines Matching +full:0 +full:xe8

4 SRC_ZONE	0x0000-0x2212
6 DST_INVALID 0x100
62 # (in hex as 0xNN or 0xNN+0xNN)
64 # (in hex as 0xNNNN or 0xNNNN+0xNNNN).
78 # at 0x00-0x1F and 0x7F.
96 # In addition to using the nukta (0xE9) like a combining dot below,
98 # In this role, certain code points followed by 0xE9 are treated as
106 # A double halant (0xE8 + 0xE8) constitutes an "explicit halant",
110 # Halant followed by nukta (0xE8 + 0xE9) constitutes a "soft
116 # The byte 0xD9 (called INV in ISCII-91) is an invisible consonant:
124 # The byte 0xF0 (called EXT in ISCII-91) followed by any byte in
125 # the range 0xA1-0xEE constitutes a two-byte code point which can
127 # extensions); 0xF0 followed by any other byte value constitutes
135 # 0x80-0x8A and 0x90-0x91 (the latter are some Devanagari additions
141 # here: 0x8B-0x8F, 0x92-0xA0, 0xEB-0xEF, 0xFB-0xFF. In addition,
142 # 0xF0 is not shown here, but it has a special function as described
151 # Mac OS Devanagari text - 0xA1, 0xA6, 0xA7, 0xAA, 0xDB, 0xDC, 0xDF,
152 # 0xE8, or 0xEA - then the next byte (if there is one) should be
153 # examined. If the next byte is 0xE9 - or also 0xE8, if the first
154 # byte was 0xE8 - then the byte pair should be mapped using the
163 # If the byte value 0xF0 is encountered when mapping Mac OS
165 # is no next byte (e.g. 0xF0 at end of buffer), the mapping
167 # byte but it is not in the range 0xA1-0xEE, the mapping process
177 # roundtrip fidelity: The ISCII-91 sequences 0xE8+0xE8 and 0xE8+0xD9
186 # U+0958 0xB3+0xE9 # DEVANAGARI LETTER QA
187 # U+0959 0xB4+0xE9 # DEVANAGARI LETTER KHHA
188 # U+095A 0xB5+0xE9 # DEVANAGARI LETTER GHHA
189 # U+095B 0xBA+0xE9 # DEVANAGARI LETTER ZA
190 # U+095C 0xBF+0xE9 # DEVANAGARI LETTER DDDHA
191 # U+095D 0xC0+0xE9 # DEVANAGARI LETTER RHA
192 # U+095E 0xC9+0xE9 # DEVANAGARI LETTER FA
199 # character 0x0929 or as the sequence 0x0928 0x093C; similarly, this
200 # consonant can be represented in Mac OS Devanagari as 0xC7 or as the
201 # sequence 0xC6 0xE9. This leads to some roundtrip problems. First
207 # 0xC6 0x0928 ... LETTER NA 0x0928 (same) 0xC6
208 # 0xCD 0x092F ... LETTER YA 0x092F (same) 0xCD
209 # 0xCF 0x0930 ... LETTER RA 0x0930 (same) 0xCF
210 # 0xD2 0x0933 ... LETTER LLA 0x0933 (same) 0xD2
211 # 0xE9 0x093C ... SIGN NUKTA 0x093C (same) 0xE9
219 # 0xC7 0x0929 ... LETTER NNNA 0x0928 0x093C 0xC6 0xE9
220 # 0xCE 0x095F ... LETTER YYA 0x092F 0x093C 0xCD 0xE9
221 # 0xD0 0x0931 ... LETTER RRA 0x0930 0x093C 0xCF 0xE9
222 # 0xD3 0x0934 ... LETTER LLLA 0x0933 0x093C 0xD2 0xE9
232 # 0xC7 0xF860 0x0928 0x093C
233 # 0xCE 0xF860 0x092F 0x093C
234 # 0xD0 0xF860 0x0930 0x093C
235 # 0xD3 0xF860 0x0933 0x093C
243 # (Also see note about 0xF0 in comments above)
250 0x0000 - 0x007F = 0x00 -
251 0x00A9 = 0x88
252 0x00AE = 0x89
253 0x00D7 = 0x80
254 0x0901 = 0xA1
255 0x0902 = 0xA2
256 0x0903 = 0xA3
257 0x0905 = 0xA4
258 0x0906 = 0xA5
259 0x0907 = 0xA6
260 0x0908 = 0xA7
261 0x0909 = 0xA8
262 0x090A = 0xA9
263 0x090B = 0xAA
264 #0x090C = 0xA6+0xE9
265 0x090D = 0xAE
266 0x090E = 0xAB
267 0x090F = 0xAC
268 0x0910 = 0xAD
269 0x0911 = 0xB2
270 0x0912 = 0xAF
271 0x0913 = 0xB0
272 0x0914 = 0xB1
273 0x0915 = 0xB3
274 0x0916 = 0xB4
275 0x0917 = 0xB5
276 0x0918 = 0xB6
277 0x0919 = 0xB7
278 0x091A = 0xB8
279 0x091B = 0xB9
280 0x091C = 0xBA
281 0x091D = 0xBB
282 0x091E = 0xBC
283 0x091F = 0xBD
284 0x0920 = 0xBE
285 0x0921 = 0xBF
286 0x0922 = 0xC0
287 0x0923 = 0xC1
288 0x0924 = 0xC2
289 0x0925 = 0xC3
290 0x0926 = 0xC4
291 0x0927 = 0xC5
292 0x0928 = 0xC6
293 0x0929 = 0xC7
294 0x092A = 0xC8
295 0x092B = 0xC9
296 0x092C = 0xCA
297 0x092D = 0xCB
298 0x092E = 0xCC
299 0x092F = 0xCD
300 0x0930 = 0xCF
301 0x0931 = 0xD0
302 0x0932 = 0xD1
303 0x0933 = 0xD2
304 0x0934 = 0xD3
305 0x0935 = 0xD4
306 0x0936 = 0xD5
307 0x0937 = 0xD6
308 0x0938 = 0xD7
309 0x0939 = 0xD8
310 0x093C = 0xE9
311 #0x093D = 0xEA+0xE9
312 0x093E = 0xDA
313 0x093F = 0xDB
314 0x0940 = 0xDC
315 0x0941 = 0xDD
316 0x0942 = 0xDE
317 0x0943 = 0xDF
318 #0x0944 = 0xDF+0xE9
319 0x0945 = 0xE3
320 0x0946 = 0xE0
321 0x0947 = 0xE1
322 0x0948 = 0xE2
323 0x0949 = 0xE7
324 0x094A = 0xE4
325 0x094B = 0xE5
326 0x094C = 0xE6
327 0x094D = 0xE8
328 #0x094D+0x200C = 0xE8+0xE8
329 #0x094D+0x200D = 0xE8+0xE9
330 #0x0950 = 0xA1+0xE9
331 0x095F = 0xCE
332 #0x0960 = 0xAA+0xE9
333 #0x0961 = 0xA7+0xE9
334 #0x0962 = 0xDB+0xE9
335 #0x0963 = 0xDC+0xE9
336 0x0964 = 0xEA
337 0x0965 = 0x90
338 0x0966 = 0xF1
339 0x0967 = 0xF2
340 0x0968 = 0xF3
341 0x0969 = 0xF4
342 0x096A = 0xF5
343 0x096B = 0xF6
344 0x096C = 0xF7
345 0x096D = 0xF8
346 0x096E = 0xF9
347 0x096F = 0xFA
348 0x0970 = 0x91
349 0x200E = 0xD9
350 0x2013 = 0x82
351 0x2014 = 0x83
352 0x2018 = 0x84
353 0x2019 = 0x85
354 0x2022 = 0x87
355 0x2026 = 0x86
356 0x2122 = 0x8A
357 0x2212 = 0x81