Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

812 lines
29 KiB

  1. CODEPAGE 1256 ;Arabic - ANSI
  2. CPINFO 1 0x3f 0x003f ;Single Byte CP, Default Char = Question Mark
  3. MBTABLE 256
  4. 0x00 0x0000 ;Null
  5. 0x01 0x0001 ;Start Of Heading
  6. 0x02 0x0002 ;Start Of Text
  7. 0x03 0x0003 ;End Of Text
  8. 0x04 0x0004 ;End Of Transmission
  9. 0x05 0x0005 ;Enquiry
  10. 0x06 0x0006 ;Acknowledge
  11. 0x07 0x0007 ;Bell
  12. 0x08 0x0008 ;Backspace
  13. 0x09 0x0009 ;Horizontal Tabulation
  14. 0x0a 0x000a ;Line Feed
  15. 0x0b 0x000b ;Vertical Tabulation
  16. 0x0c 0x000c ;Form Feed
  17. 0x0d 0x000d ;Carriage Return
  18. 0x0e 0x000e ;Shift Out
  19. 0x0f 0x000f ;Shift In
  20. 0x10 0x0010 ;Data Link Escape
  21. 0x11 0x0011 ;Device Control One
  22. 0x12 0x0012 ;Device Control Two
  23. 0x13 0x0013 ;Device Control Three
  24. 0x14 0x0014 ;Device Control Four
  25. 0x15 0x0015 ;Negative Acknowledge
  26. 0x16 0x0016 ;Synchronous Idle
  27. 0x17 0x0017 ;End Of Transmission Block
  28. 0x18 0x0018 ;Cancel
  29. 0x19 0x0019 ;End Of Medium
  30. 0x1a 0x001a ;Substitute
  31. 0x1b 0x001b ;Escape
  32. 0x1c 0x001c ;File Separator
  33. 0x1d 0x001d ;Group Separator
  34. 0x1e 0x001e ;Record Separator
  35. 0x1f 0x001f ;Unit Separator
  36. 0x20 0x0020 ;Space
  37. 0x21 0x0021 ;Exclamation Mark
  38. 0x22 0x0022 ;Quotation Mark
  39. 0x23 0x0023 ;Number Sign
  40. 0x24 0x0024 ;Dollar Sign
  41. 0x25 0x0025 ;Percent Sign
  42. 0x26 0x0026 ;Ampersand
  43. 0x27 0x0027 ;Apostrophe-Quote
  44. 0x28 0x0028 ;Opening Parenthesis
  45. 0x29 0x0029 ;Closing Parenthesis
  46. 0x2a 0x002a ;Asterisk
  47. 0x2b 0x002b ;Plus Sign
  48. 0x2c 0x002c ;Comma
  49. 0x2d 0x002d ;Hyphen-Minus
  50. 0x2e 0x002e ;Period
  51. 0x2f 0x002f ;Slash
  52. 0x30 0x0030 ;Digit Zero
  53. 0x31 0x0031 ;Digit One
  54. 0x32 0x0032 ;Digit Two
  55. 0x33 0x0033 ;Digit Three
  56. 0x34 0x0034 ;Digit Four
  57. 0x35 0x0035 ;Digit Five
  58. 0x36 0x0036 ;Digit Six
  59. 0x37 0x0037 ;Digit Seven
  60. 0x38 0x0038 ;Digit Eight
  61. 0x39 0x0039 ;Digit Nine
  62. 0x3a 0x003a ;Colon
  63. 0x3b 0x003b ;Semicolon
  64. 0x3c 0x003c ;Less-Than Sign
  65. 0x3d 0x003d ;Equals Sign
  66. 0x3e 0x003e ;Greater-Than Sign
  67. 0x3f 0x003f ;Question Mark
  68. 0x40 0x0040 ;Commercial At
  69. 0x41 0x0041 ;Latin Capital Letter A
  70. 0x42 0x0042 ;Latin Capital Letter B
  71. 0x43 0x0043 ;Latin Capital Letter C
  72. 0x44 0x0044 ;Latin Capital Letter D
  73. 0x45 0x0045 ;Latin Capital Letter E
  74. 0x46 0x0046 ;Latin Capital Letter F
  75. 0x47 0x0047 ;Latin Capital Letter G
  76. 0x48 0x0048 ;Latin Capital Letter H
  77. 0x49 0x0049 ;Latin Capital Letter I
  78. 0x4a 0x004a ;Latin Capital Letter J
  79. 0x4b 0x004b ;Latin Capital Letter K
  80. 0x4c 0x004c ;Latin Capital Letter L
  81. 0x4d 0x004d ;Latin Capital Letter M
  82. 0x4e 0x004e ;Latin Capital Letter N
  83. 0x4f 0x004f ;Latin Capital Letter O
  84. 0x50 0x0050 ;Latin Capital Letter P
  85. 0x51 0x0051 ;Latin Capital Letter Q
  86. 0x52 0x0052 ;Latin Capital Letter R
  87. 0x53 0x0053 ;Latin Capital Letter S
  88. 0x54 0x0054 ;Latin Capital Letter T
  89. 0x55 0x0055 ;Latin Capital Letter U
  90. 0x56 0x0056 ;Latin Capital Letter V
  91. 0x57 0x0057 ;Latin Capital Letter W
  92. 0x58 0x0058 ;Latin Capital Letter X
  93. 0x59 0x0059 ;Latin Capital Letter Y
  94. 0x5a 0x005a ;Latin Capital Letter Z
  95. 0x5b 0x005b ;Opening Square Bracket
  96. 0x5c 0x005c ;Backslash
  97. 0x5d 0x005d ;Closing Square Bracket
  98. 0x5e 0x005e ;Spacing Circumflex
  99. 0x5f 0x005f ;Spacing Underscore
  100. 0x60 0x0060 ;Spacing Grave
  101. 0x61 0x0061 ;Latin Small Letter A
  102. 0x62 0x0062 ;Latin Small Letter B
  103. 0x63 0x0063 ;Latin Small Letter C
  104. 0x64 0x0064 ;Latin Small Letter D
  105. 0x65 0x0065 ;Latin Small Letter E
  106. 0x66 0x0066 ;Latin Small Letter F
  107. 0x67 0x0067 ;Latin Small Letter G
  108. 0x68 0x0068 ;Latin Small Letter H
  109. 0x69 0x0069 ;Latin Small Letter I
  110. 0x6a 0x006a ;Latin Small Letter J
  111. 0x6b 0x006b ;Latin Small Letter K
  112. 0x6c 0x006c ;Latin Small Letter L
  113. 0x6d 0x006d ;Latin Small Letter M
  114. 0x6e 0x006e ;Latin Small Letter N
  115. 0x6f 0x006f ;Latin Small Letter O
  116. 0x70 0x0070 ;Latin Small Letter P
  117. 0x71 0x0071 ;Latin Small Letter Q
  118. 0x72 0x0072 ;Latin Small Letter R
  119. 0x73 0x0073 ;Latin Small Letter S
  120. 0x74 0x0074 ;Latin Small Letter T
  121. 0x75 0x0075 ;Latin Small Letter U
  122. 0x76 0x0076 ;Latin Small Letter V
  123. 0x77 0x0077 ;Latin Small Letter W
  124. 0x78 0x0078 ;Latin Small Letter X
  125. 0x79 0x0079 ;Latin Small Letter Y
  126. 0x7a 0x007a ;Latin Small Letter Z
  127. 0x7b 0x007b ;Opening Curly Bracket
  128. 0x7c 0x007c ;Vertical Bar
  129. 0x7d 0x007d ;Closing Curly Bracket
  130. 0x7e 0x007e ;Tilde
  131. 0x7f 0x007f ;Delete
  132. 0x80 0x20ac ;Euro Sign
  133. 0x81 0x067e ;Arabic Taa with Three Dots Below
  134. 0x82 0x201a ;Low Single Comma Quotation Mark
  135. 0x83 0x0192 ;Latin Small Letter Script F
  136. 0x84 0x201e ;Low Double Comma Quotation Mark
  137. 0x85 0x2026 ;Horizontal Ellipsis
  138. 0x86 0x2020 ;Dagger
  139. 0x87 0x2021 ;Double Dagger
  140. 0x88 0x02c6 ;Modifier Letter Circumflex
  141. 0x89 0x2030 ;Per Mille Sign
  142. 0x8a 0x0679 ;Arabic Letter Tteh
  143. 0x8b 0x2039 ;Left Pointing Single Guillemet
  144. 0x8c 0x0152 ;Latin Capital Letter O E
  145. 0x8d 0x0686 ;Arabic Haa with Middle Three Dots Downward
  146. 0x8e 0x0698 ;Arabic Ra with Three Dots Above
  147. 0x8f 0x0688 ;Arabic Letter Ddal
  148. 0x90 0x06af ;Arabic Gaf
  149. 0x91 0x2018 ;Single Turned Comma Quotation Mark
  150. 0x92 0x2019 ;Single Comma Quotation Mark
  151. 0x93 0x201c ;Double Turned Comma Quotation Mark
  152. 0x94 0x201d ;Double Comma Quotation Mark
  153. 0x95 0x2022 ;Bullet
  154. 0x96 0x2013 ;En Dash
  155. 0x97 0x2014 ;Em Dash
  156. 0x98 0x06a9 ;Arabic Letter Keheh
  157. 0x99 0x2122 ;Trademark
  158. 0x9a 0x0691 ;Arabic Letter Rreh
  159. 0x9b 0x203a ;Right Pointing Single Guillemet
  160. 0x9c 0x0153 ;Latin Small Letter O E
  161. 0x9d 0x200c ;Zero Width Non-Joiner
  162. 0x9e 0x200d ;Zero Width Joiner
  163. 0x9f 0x06ba ;Arabic Letter Noon Ghunna
  164. 0xa0 0x00a0 ;Non-Breaking Space
  165. 0xa1 0x060c ;Arabic Comma
  166. 0xa2 0x00a2 ;Cent Sign
  167. 0xa3 0x00a3 ;Pound Sign
  168. 0xa4 0x00a4 ;Currency Sign
  169. 0xa5 0x00a5 ;Yen Sign
  170. 0xa6 0x00a6 ;Broken Vertical Bar
  171. 0xa7 0x00a7 ;Section Sign
  172. 0xa8 0x00a8 ;Spacing Diaeresis
  173. 0xa9 0x00a9 ;Copyright Sign
  174. 0xaa 0x06be ;Arabic Letter Heh Doachashmee
  175. 0xab 0x00ab ;Left Pointing Guillemet
  176. 0xac 0x00ac ;Not Sign
  177. 0xad 0x00ad ;Soft Hyphen
  178. 0xae 0x00ae ;Registered Trade Mark Sign
  179. 0xaf 0x00af ;Spacing Macron
  180. 0xb0 0x00b0 ;Degree Sign
  181. 0xb1 0x00b1 ;Plus-Or-Minus Sign
  182. 0xb2 0x00b2 ;Superscript Digit Two
  183. 0xb3 0x00b3 ;Superscript Digit Three
  184. 0xb4 0x00b4 ;Spacing Acute
  185. 0xb5 0x00b5 ;Micro Sign
  186. 0xb6 0x00b6 ;Paragraph Sign
  187. 0xb7 0x00b7 ;Middle Dot
  188. 0xb8 0x00b8 ;Spacing Cedilla
  189. 0xb9 0x00b9 ;Superscript Digit One
  190. 0xba 0x061b ;Arabic Semicolon
  191. 0xbb 0x00bb ;Right Pointing Guillemet
  192. 0xbc 0x00bc ;Fraction One Quarter
  193. 0xbd 0x00bd ;Fraction One Half
  194. 0xbe 0x00be ;Fraction Three Quarters
  195. 0xbf 0x061f ;Arabic Question Mark
  196. 0xc0 0x06c1 ;Arabic Letter Heh Goal
  197. 0xc1 0x0621 ;Arabic Letter Hamzah
  198. 0xc2 0x0622 ;Arabic Letter Maddah On Alef
  199. 0xc3 0x0623 ;Arabic Letter Hamzah On Alef
  200. 0xc4 0x0624 ;Arabic Letter Hamzah On Waw
  201. 0xc5 0x0625 ;Arabic Letter Hamzah Under Alef
  202. 0xc6 0x0626 ;Arabic Letter Hamzah On Ya
  203. 0xc7 0x0627 ;Arabic Letter Alef
  204. 0xc8 0x0628 ;Arabic Letter Baa
  205. 0xc9 0x0629 ;Arabic Letter Taa Marbutah
  206. 0xca 0x062a ;Arabic Letter Taa
  207. 0xcb 0x062b ;Arabic Letter Thaa
  208. 0xcc 0x062c ;Arabic Letter Jeem
  209. 0xcd 0x062d ;Arabic Letter Haa
  210. 0xce 0x062e ;Arabic Letter Khaa
  211. 0xcf 0x062f ;Arabic Letter Dal
  212. 0xd0 0x0630 ;Arabic Letter Thal
  213. 0xd1 0x0631 ;Arabic Letter Ra
  214. 0xd2 0x0632 ;Arabic Letter Zain
  215. 0xd3 0x0633 ;Arabic Letter Seen
  216. 0xd4 0x0634 ;Arabic Letter Sheen
  217. 0xd5 0x0635 ;Arabic Letter Sad
  218. 0xd6 0x0636 ;Arabic Letter Dad
  219. 0xd7 0x00d7 ;Multiplication Sign
  220. 0xd8 0x0637 ;Arabic Letter Tah
  221. 0xd9 0x0638 ;Arabic Letter Dhah
  222. 0xda 0x0639 ;Arabic Letter Ain
  223. 0xdb 0x063a ;Arabic Letter Ghain
  224. 0xdc 0x0640 ;Arabic Tatweel
  225. 0xdd 0x0641 ;Arabic Letter Fa
  226. 0xde 0x0642 ;Arabic Letter Qaf
  227. 0xdf 0x0643 ;Arabic Letter Caf
  228. 0xe0 0x00e0 ;Latin Small Letter A Grave
  229. 0xe1 0x0644 ;Arabic Letter Lam
  230. 0xe2 0x00e2 ;Latin Small Letter A Circumflex
  231. 0xe3 0x0645 ;Arabic Letter Meem
  232. 0xe4 0x0646 ;Arabic Letter Noon
  233. 0xe5 0x0647 ;Arabic Letter Ha
  234. 0xe6 0x0648 ;Arabic Letter Waw
  235. 0xe7 0x00e7 ;Latin Small Letter C Cedilla
  236. 0xe8 0x00e8 ;Latin Small Letter E Grave
  237. 0xe9 0x00e9 ;Latin Small Letter E Acute
  238. 0xea 0x00ea ;Latin Small Letter E Circumflex
  239. 0xeb 0x00eb ;Latin Small Letter E Diaeresis
  240. 0xec 0x0649 ;Arabic Letter Alef Maqsurah
  241. 0xed 0x064a ;Arabic Letter Ya
  242. 0xee 0x00ee ;Latin Small Letter I Circumflex
  243. 0xef 0x00ef ;Latin Small Letter I Diaeresis
  244. 0xf0 0x064b ;Arabic Fathatan
  245. 0xf1 0x064c ;Arabic Dammatan
  246. 0xf2 0x064d ;Arabic Kasratan
  247. 0xf3 0x064e ;Arabic Fathah
  248. 0xf4 0x00f4 ;Latin Small Letter O Circumflex
  249. 0xf5 0x064f ;Arabic Dammah
  250. 0xf6 0x0650 ;Arabic Kasrah
  251. 0xf7 0x00f7 ;Division Sign
  252. 0xf8 0x0651 ;Arabic Shaddah
  253. 0xf9 0x00f9 ;Latin Small Letter U Grave
  254. 0xfa 0x0652 ;Arabic Sukun
  255. 0xfb 0x00fb ;Latin Small Letter U Circumflex
  256. 0xfc 0x00fc ;Latin Small Letter U Diaeresis
  257. 0xfd 0x200e ;Left-To-Right Mark
  258. 0xfe 0x200f ;Right-To-Left Mark
  259. 0xff 0x06d2 ;Arabic Letter Yeh Barree
  260. WCTABLE 544
  261. 0x0000 0x00 ;Null
  262. 0x0001 0x01 ;Start Of Heading
  263. 0x0002 0x02 ;Start Of Text
  264. 0x0003 0x03 ;End Of Text
  265. 0x0004 0x04 ;End Of Transmission
  266. 0x0005 0x05 ;Enquiry
  267. 0x0006 0x06 ;Acknowledge
  268. 0x0007 0x07 ;Bell
  269. 0x0008 0x08 ;Backspace
  270. 0x0009 0x09 ;Horizontal Tabulation
  271. 0x000a 0x0a ;Line Feed
  272. 0x000b 0x0b ;Vertical Tabulation
  273. 0x000c 0x0c ;Form Feed
  274. 0x000d 0x0d ;Carriage Return
  275. 0x000e 0x0e ;Shift Out
  276. 0x000f 0x0f ;Shift In
  277. 0x0010 0x10 ;Data Link Escape
  278. 0x0011 0x11 ;Device Control One
  279. 0x0012 0x12 ;Device Control Two
  280. 0x0013 0x13 ;Device Control Three
  281. 0x0014 0x14 ;Device Control Four
  282. 0x0015 0x15 ;Negative Acknowledge
  283. 0x0016 0x16 ;Synchronous Idle
  284. 0x0017 0x17 ;End Of Transmission Block
  285. 0x0018 0x18 ;Cancel
  286. 0x0019 0x19 ;End Of Medium
  287. 0x001a 0x1a ;Substitute
  288. 0x001b 0x1b ;Escape
  289. 0x001c 0x1c ;File Separator
  290. 0x001d 0x1d ;Group Separator
  291. 0x001e 0x1e ;Record Separator
  292. 0x001f 0x1f ;Unit Separator
  293. 0x0020 0x20 ;Space
  294. 0x0021 0x21 ;Exclamation Mark
  295. 0x0022 0x22 ;Quotation Mark
  296. 0x0023 0x23 ;Number Sign
  297. 0x0024 0x24 ;Dollar Sign
  298. 0x0025 0x25 ;Percent Sign
  299. 0x0026 0x26 ;Ampersand
  300. 0x0027 0x27 ;Apostrophe-Quote
  301. 0x0028 0x28 ;Opening Parenthesis
  302. 0x0029 0x29 ;Closing Parenthesis
  303. 0x002a 0x2a ;Asterisk
  304. 0x002b 0x2b ;Plus Sign
  305. 0x002c 0x2c ;Comma
  306. 0x002d 0x2d ;Hyphen-Minus
  307. 0x002e 0x2e ;Period
  308. 0x002f 0x2f ;Slash
  309. 0x0030 0x30 ;Digit Zero
  310. 0x0031 0x31 ;Digit One
  311. 0x0032 0x32 ;Digit Two
  312. 0x0033 0x33 ;Digit Three
  313. 0x0034 0x34 ;Digit Four
  314. 0x0035 0x35 ;Digit Five
  315. 0x0036 0x36 ;Digit Six
  316. 0x0037 0x37 ;Digit Seven
  317. 0x0038 0x38 ;Digit Eight
  318. 0x0039 0x39 ;Digit Nine
  319. 0x003a 0x3a ;Colon
  320. 0x003b 0x3b ;Semicolon
  321. 0x003c 0x3c ;Less-Than Sign
  322. 0x003d 0x3d ;Equals Sign
  323. 0x003e 0x3e ;Greater-Than Sign
  324. 0x003f 0x3f ;Question Mark
  325. 0x0040 0x40 ;Commercial At
  326. 0x0041 0x41 ;Latin Capital Letter A
  327. 0x0042 0x42 ;Latin Capital Letter B
  328. 0x0043 0x43 ;Latin Capital Letter C
  329. 0x0044 0x44 ;Latin Capital Letter D
  330. 0x0045 0x45 ;Latin Capital Letter E
  331. 0x0046 0x46 ;Latin Capital Letter F
  332. 0x0047 0x47 ;Latin Capital Letter G
  333. 0x0048 0x48 ;Latin Capital Letter H
  334. 0x0049 0x49 ;Latin Capital Letter I
  335. 0x004a 0x4a ;Latin Capital Letter J
  336. 0x004b 0x4b ;Latin Capital Letter K
  337. 0x004c 0x4c ;Latin Capital Letter L
  338. 0x004d 0x4d ;Latin Capital Letter M
  339. 0x004e 0x4e ;Latin Capital Letter N
  340. 0x004f 0x4f ;Latin Capital Letter O
  341. 0x0050 0x50 ;Latin Capital Letter P
  342. 0x0051 0x51 ;Latin Capital Letter Q
  343. 0x0052 0x52 ;Latin Capital Letter R
  344. 0x0053 0x53 ;Latin Capital Letter S
  345. 0x0054 0x54 ;Latin Capital Letter T
  346. 0x0055 0x55 ;Latin Capital Letter U
  347. 0x0056 0x56 ;Latin Capital Letter V
  348. 0x0057 0x57 ;Latin Capital Letter W
  349. 0x0058 0x58 ;Latin Capital Letter X
  350. 0x0059 0x59 ;Latin Capital Letter Y
  351. 0x005a 0x5a ;Latin Capital Letter Z
  352. 0x005b 0x5b ;Opening Square Bracket
  353. 0x005c 0x5c ;Backslash
  354. 0x005d 0x5d ;Closing Square Bracket
  355. 0x005e 0x5e ;Spacing Circumflex
  356. 0x005f 0x5f ;Spacing Underscore
  357. 0x0060 0x60 ;Spacing Grave
  358. 0x0061 0x61 ;Latin Small Letter A
  359. 0x0062 0x62 ;Latin Small Letter B
  360. 0x0063 0x63 ;Latin Small Letter C
  361. 0x0064 0x64 ;Latin Small Letter D
  362. 0x0065 0x65 ;Latin Small Letter E
  363. 0x0066 0x66 ;Latin Small Letter F
  364. 0x0067 0x67 ;Latin Small Letter G
  365. 0x0068 0x68 ;Latin Small Letter H
  366. 0x0069 0x69 ;Latin Small Letter I
  367. 0x006a 0x6a ;Latin Small Letter J
  368. 0x006b 0x6b ;Latin Small Letter K
  369. 0x006c 0x6c ;Latin Small Letter L
  370. 0x006d 0x6d ;Latin Small Letter M
  371. 0x006e 0x6e ;Latin Small Letter N
  372. 0x006f 0x6f ;Latin Small Letter O
  373. 0x0070 0x70 ;Latin Small Letter P
  374. 0x0071 0x71 ;Latin Small Letter Q
  375. 0x0072 0x72 ;Latin Small Letter R
  376. 0x0073 0x73 ;Latin Small Letter S
  377. 0x0074 0x74 ;Latin Small Letter T
  378. 0x0075 0x75 ;Latin Small Letter U
  379. 0x0076 0x76 ;Latin Small Letter V
  380. 0x0077 0x77 ;Latin Small Letter W
  381. 0x0078 0x78 ;Latin Small Letter X
  382. 0x0079 0x79 ;Latin Small Letter Y
  383. 0x007a 0x7a ;Latin Small Letter Z
  384. 0x007b 0x7b ;Opening Curly Bracket
  385. 0x007c 0x7c ;Vertical Bar
  386. 0x007d 0x7d ;Closing Curly Bracket
  387. 0x007e 0x7e ;Tilde
  388. 0x007f 0x7f ;Delete
  389. 0x00a0 0xa0 ;Non-Breaking Space
  390. 0x00a2 0xa2 ;Cent Sign
  391. 0x00a3 0xa3 ;Pound Sign
  392. 0x00a4 0xa4 ;Currency Sign
  393. 0x00a5 0xa5 ;Yen Sign
  394. 0x00a6 0xa6 ;Broken Vertical Bar
  395. 0x00a7 0xa7 ;Section Sign
  396. 0x00a8 0xa8 ;Spacing Diaeresis
  397. 0x00a9 0xa9 ;Copyright Sign
  398. 0x00ab 0xab ;Left Pointing Guillemet
  399. 0x00ac 0xac ;Not Sign
  400. 0x00ad 0xad ;Soft Hyphen
  401. 0x00ae 0xae ;Registered Trade Mark Sign
  402. 0x00af 0xaf ;Spacing Macron
  403. 0x00b0 0xb0 ;Degree Sign
  404. 0x00b1 0xb1 ;Plus-Or-Minus Sign
  405. 0x00b2 0xb2 ;Superscript Digit Two
  406. 0x00b3 0xb3 ;Superscript Digit Three
  407. 0x00b4 0xb4 ;Spacing Acute
  408. 0x00b5 0xb5 ;Micro Sign
  409. 0x00b6 0xb6 ;Paragraph Sign
  410. 0x00b7 0xb7 ;Middle Dot
  411. 0x00b8 0xb8 ;Spacing Cedilla
  412. 0x00b9 0xb9 ;Superscript Digit One
  413. 0x00bb 0xbb ;Right Pointing Guillemet
  414. 0x00bc 0xbc ;Fraction One Quarter
  415. 0x00bd 0xbd ;Fraction One Half
  416. 0x00be 0xbe ;Fraction Three Quarters
  417. 0x00c0 0x41 ;A Grave -> A(#25995)
  418. 0x00c2 0x41 ;A Circumflex -> A(#25995)
  419. 0x00c7 0x43 ;C Cedilla -> C(#25995)
  420. 0x00c8 0x45 ;E Grave -> E(#25995)
  421. 0x00c9 0x45 ;E Acute -> E(#25995)
  422. 0x00ca 0x45 ;E Circumflex -> E(#25995)
  423. 0x00cb 0x45 ;E Diaeresis -> E(#25995)
  424. 0x00ce 0x49 ;I Circumflex -> I(#25995)
  425. 0x00cf 0x49 ;I Diaeresis -> I(#25995)
  426. 0x00d4 0x4f ;O Circumflex -> O(#25995)
  427. 0x00d7 0xd7 ;Multiplication Sign
  428. 0x00d9 0x55 ;U Grave -> U(#25995)
  429. 0x00db 0x55 ;U Circumflex -> U(#25995)
  430. 0x00dc 0x55 ;U Diaeresis -> U(#25995)
  431. 0x00e0 0xe0 ;Latin Small Letter A Grave
  432. 0x00e2 0xe2 ;Latin Small Letter A Circumflex
  433. 0x00e7 0xe7 ;Latin Small Letter C Cedilla
  434. 0x00e8 0xe8 ;Latin Small Letter E Grave
  435. 0x00e9 0xe9 ;Latin Small Letter E Acute
  436. 0x00ea 0xea ;Latin Small Letter E Circumflex
  437. 0x00eb 0xeb ;Latin Small Letter E Diaeresis
  438. 0x00ee 0xee ;Latin Small Letter I Circumflex
  439. 0x00ef 0xef ;Latin Small Letter I Diaeresis
  440. 0x00f4 0xf4 ;Latin Small Letter O Circumflex
  441. 0x00f7 0xf7 ;Division Sign
  442. 0x00f9 0xf9 ;Latin Small Letter U Grave
  443. 0x00fb 0xfb ;Latin Small Letter U Circumflex
  444. 0x00fc 0xfc ;Latin Small Letter U Diaeresis
  445. 0x0152 0x8c ;Latin Capital Letter O E
  446. 0x0153 0x9c ;Latin Small Letter O E
  447. 0x0191 0x46 ;F Hook -> F(#25995)
  448. 0x0192 0x83 ;Latin Small Letter Script F
  449. 0x02c6 0x88 ;Modifier Letter Circumflex
  450. 0x060c 0xa1 ;Arabic Comma
  451. 0x061b 0xba ;Arabic Semicolon
  452. 0x061f 0xbf ;Arabic Question Mark
  453. 0x0621 0xc1 ;Arabic Letter Hamzah
  454. 0x0622 0xc2 ;Arabic Letter Maddah On Alef
  455. 0x0623 0xc3 ;Arabic Letter Hamzah On Alef
  456. 0x0624 0xc4 ;Arabic Letter Hamzah On Waw
  457. 0x0625 0xc5 ;Arabic Letter Hamzah Under Alef
  458. 0x0626 0xc6 ;Arabic Letter Hamzah On Ya
  459. 0x0627 0xc7 ;Arabic Letter Alef
  460. 0x0628 0xc8 ;Arabic Letter Baa
  461. 0x0629 0xc9 ;Arabic Letter Taa Marbutah
  462. 0x062a 0xca ;Arabic Letter Taa
  463. 0x062b 0xcb ;Arabic Letter Thaa
  464. 0x062c 0xcc ;Arabic Letter Jeem
  465. 0x062d 0xcd ;Arabic Letter Haa
  466. 0x062e 0xce ;Arabic Letter Khaa
  467. 0x062f 0xcf ;Arabic Letter Dal
  468. 0x0630 0xd0 ;Arabic Letter Thal
  469. 0x0631 0xd1 ;Arabic Letter Ra
  470. 0x0632 0xd2 ;Arabic Letter Zain
  471. 0x0633 0xd3 ;Arabic Letter Seen
  472. 0x0634 0xd4 ;Arabic Letter Sheen
  473. 0x0635 0xd5 ;Arabic Letter Sad
  474. 0x0636 0xd6 ;Arabic Letter Dad
  475. 0x0637 0xd8 ;Arabic Letter Tah
  476. 0x0638 0xd9 ;Arabic Letter Dhah
  477. 0x0639 0xda ;Arabic Letter Ain
  478. 0x063a 0xdb ;Arabic Letter Ghain
  479. 0x0640 0xdc ;Arabic Tatweel
  480. 0x0641 0xdd ;Arabic Letter Fa
  481. 0x0642 0xde ;Arabic Letter Qaf
  482. 0x0643 0xdf ;Arabic Letter Caf
  483. 0x0644 0xe1 ;Arabic Letter Lam
  484. 0x0645 0xe3 ;Arabic Letter Meem
  485. 0x0646 0xe4 ;Arabic Letter Noon
  486. 0x0647 0xe5 ;Arabic Letter Ha
  487. 0x0648 0xe6 ;Arabic Letter Waw
  488. 0x0649 0xec ;Arabic Letter Alef Maqsurah
  489. 0x064a 0xed ;Arabic Letter Ya
  490. 0x064b 0xf0 ;Arabic Fathatan
  491. 0x064c 0xf1 ;Arabic Dammatan
  492. 0x064d 0xf2 ;Arabic Kasratan
  493. 0x064e 0xf3 ;Arabic Fathah
  494. 0x064f 0xf5 ;Arabic Dammah
  495. 0x0650 0xf6 ;Arabic Kasrah
  496. 0x0651 0xf8 ;Arabic Shaddah
  497. 0x0652 0xfa ;Arabic Sukun
  498. 0x0660 0x30 ;Best fit: Arabic-Indic Zero -> Digit Zero
  499. 0x0661 0x31 ;Best fit: Arabic-Indic One -> Digit One
  500. 0x0662 0x32 ;Best fit: Arabic-Indic Two -> Digit Two
  501. 0x0663 0x33 ;Best fit: Arabic-Indic Three -> Digit Three
  502. 0x0664 0x34 ;Best fit: Arabic-Indic Four -> Digit Four
  503. 0x0665 0x35 ;Best fit: Arabic-Indic Five -> Digit Five
  504. 0x0666 0x36 ;Best fit: Arabic-Indic Six -> Digit Six
  505. 0x0667 0x37 ;Best fit: Arabic-Indic Seven -> Digit Seven
  506. 0x0668 0x38 ;Best fit: Arabic-Indic Eight -> Digit Eight
  507. 0x0669 0x39 ;Best fit: Arabic-Indic Nine -> Digit Nine
  508. 0x0679 0x8a ;Arabic Letter Tteh
  509. 0x067e 0x81 ;Arabic Taa with Three Dots Below
  510. 0x0686 0x8d ;Arabic Haa with Middle Three Dots Downward
  511. 0x0688 0x8f ;Arabic Letter Ddal
  512. 0x0691 0x9a ;Arabic Letter Rreh
  513. 0x0698 0x8e ;Arabic Ra with Three Dots Above
  514. 0x06a9 0x98 ;Arabic Letter Keheh
  515. 0x06af 0x90 ;Arabic Gaf
  516. 0x06ba 0x9f ;Arabic Letter Noon Ghunna
  517. 0x06be 0xaa ;Arabic Letter Heh Doachashmee
  518. 0x06c1 0xc0 ;Arabic Letter Heh Goal
  519. 0x06cc 0xed ;Best-fit : Farsi Yeh -> Arabic Yeh (U+064a)
  520. 0x06d2 0xff ;Arabic Letter Yeh Barree
  521. 0x200c 0x9d ;Zero Width Non-Joiner
  522. 0x200d 0x9e ;Zero Width Joiner
  523. 0x200e 0xfd ;Left-To-Right Mark
  524. 0x200f 0xfe ;Right-To-Left Mark
  525. 0x2013 0x96 ;En Dash
  526. 0x2014 0x97 ;Em Dash
  527. 0x2018 0x91 ;Single Turned Comma Quotation Mark
  528. 0x2019 0x92 ;Single Comma Quotation Mark
  529. 0x201a 0x82 ;Low Single Comma Quotation Mark
  530. 0x201c 0x93 ;Double Turned Comma Quotation Mark
  531. 0x201d 0x94 ;Double Comma Quotation Mark
  532. 0x201e 0x84 ;Low Double Comma Quotation Mark
  533. 0x2020 0x86 ;Dagger
  534. 0x2021 0x87 ;Double Dagger
  535. 0x2022 0x95 ;Bullet
  536. 0x2026 0x85 ;Horizontal Ellipsis
  537. 0x2030 0x89 ;Per Mille Sign
  538. 0x2039 0x8b ;Left Pointing Single Guillemet
  539. 0x203a 0x9b ;Right Pointing Single Guillemet
  540. 0x20ac 0x80 ;Euro Sign
  541. 0x2122 0x99 ;Trademark
  542. 0xfb56 0x81 ;Arabic Letter Peh Isolated
  543. 0xfb57 0x81 ;Arabic Letter Peh Final
  544. 0xfb58 0x81 ;Arabic Letter Peh Initial
  545. 0xfb59 0x81 ;Arabic Letter Peh Medial
  546. 0xfb66 0x8a ;Arabic Letter Tteh Isolated
  547. 0xfb67 0x8a ;Arabic Letter Tteh Final
  548. 0xfb68 0x8a ;Arabic Letter Tteh Initial
  549. 0xfb69 0x8a ;Arabic Letter Tteh Medial
  550. 0xfb7a 0x8d ;Arabic Letter Tcheh Isolated
  551. 0xfb7b 0x8d ;Arabic Letter Tcheh Final
  552. 0xfb7c 0x8d ;Arabic Letter Tcheh Initial
  553. 0xfb7d 0x8d ;Arabic Letter Tcheh Medial
  554. 0xfb88 0x8f ;Arabic Letter Ddal Isolated
  555. 0xfb89 0x8f ;Arabic Letter Ddal Final
  556. 0xfb8a 0x8e ;Arabic Letter Jeh Isolated
  557. 0xfb8b 0x8e ;Arabic Letter Jeh Final
  558. 0xfb8c 0x9a ;Arabic Letter Rreh Isolated
  559. 0xfb8d 0x9a ;Arabic Letter Rreh Final
  560. 0xfb8e 0x98 ;Arabic Letter Keheh Isolated
  561. 0xfb8f 0x98 ;Arabic Letter Keheh Final
  562. 0xfb90 0x98 ;Arabic Letter Keheh Initial
  563. 0xfb91 0x98 ;Arabic Letter Keheh Medial
  564. 0xfb92 0x90 ;Arabic Letter Gaf Isolated
  565. 0xfb93 0x90 ;Arabic Letter Gaf Final
  566. 0xfb94 0x90 ;Arabic Letter Gaf Initial
  567. 0xfb95 0x90 ;Arabic Letter Gaf Medial
  568. 0xfb9e 0x9f ;Arabic Letter Noon Ghunna Isolated
  569. 0xfb9f 0x9f ;Arabic Letter Noon Ghunna Final
  570. 0xfba6 0xc0 ;Arabic Letter Heh Goal Isolated
  571. 0xfba7 0xc0 ;Arabic Letter Heh Goal Final
  572. 0xfba8 0xc0 ;Arabic Letter Heh Goal Initial
  573. 0xfba9 0xc0 ;Arabic Letter Heh Goal Medial
  574. 0xfbaa 0xaa ;Arabic Letter Heh Doachashmee Isolated
  575. 0xfbab 0xaa ;Arabic Letter Heh Doachashmee Final
  576. 0xfbac 0xaa ;Arabic Letter Heh Doachashmee Initial
  577. 0xfbad 0xaa ;Arabic Letter Heh Doachashmee Medial
  578. 0xfbae 0xff ;Arabic Letter Yeh Barree Isolated
  579. 0xfbaf 0xff ;Arabic Letter Yeh Barree Final
  580. 0xfe70 0xf0 ;Arabic Spacing Fathatan
  581. 0xfe71 0xf0 ;Arabic Fathatan On Tatweel
  582. 0xfe72 0xf1 ;Arabic Spacing Dammatan
  583. 0xfe74 0xf2 ;Arabic Spacing Kasratan
  584. 0xfe76 0xf3 ;Arabic Spacing Fathah
  585. 0xfe77 0xf3 ;Arabic Fathah On Tatweel
  586. 0xfe78 0xf5 ;Arabic Spacing Dammah
  587. 0xfe79 0xf5 ;Arabic Dammah On Tatweel
  588. 0xfe7a 0xf6 ;Arabic Spacing Kasrah
  589. 0xfe7b 0xf6 ;Arabic Kasrah On Tatweel
  590. 0xfe7c 0xf8 ;Arabic Spacing Shaddah
  591. 0xfe7d 0xf8 ;Arabic Shaddah On Tatweel
  592. 0xfe7e 0xfa ;Arabic Spacing Sukun
  593. 0xfe7f 0xfa ;Arabic Sukun On Tatweel
  594. 0xfe80 0xc1 ;Glyph For Isolate Arabic Hamzah
  595. 0xfe81 0xc2 ;Glyph For Isolate Arabic Maddah On Alef
  596. 0xfe82 0xc2 ;Glyph For Final Arabic Maddah On Alef
  597. 0xfe83 0xc3 ;Glyph For Isolate Arabic Hamzah On Alef
  598. 0xfe84 0xc3 ;Glyph For Final Arabic Hamzah On Alef
  599. 0xfe85 0xc4 ;Glyph For Isolate Arabic Hamzah On Waw
  600. 0xfe86 0xc4 ;Glyph For Final Arabic Hamzah On Waw
  601. 0xfe87 0xc5 ;Glyph For Isolate Arabic Hamzah Under Alef
  602. 0xfe88 0xc5 ;Glyph For Final Arabic Hamzah Under Alef
  603. 0xfe89 0xc6 ;Glyph For Isolate Arabic Hamzah On Ya
  604. 0xfe8a 0xc6 ;Glyph For Final Arabic Hamzah On Ya
  605. 0xfe8b 0xc6 ;Glyph For Initial Arabic Hamzah On Ya
  606. 0xfe8c 0xc6 ;Glyph For Medial Arabic Hamzah On Ya
  607. 0xfe8d 0xc7 ;Glyph For Isolate Arabic Alef
  608. 0xfe8e 0xc7 ;Glyph For Final Arabic Alef
  609. 0xfe8f 0xc8 ;Glyph For Isolate Arabic Baa
  610. 0xfe90 0xc8 ;Glyph For Final Arabic Baa
  611. 0xfe91 0xc8 ;Glyph For Initial Arabic Baa
  612. 0xfe92 0xc8 ;Glyph For Medial Arabic Baa
  613. 0xfe93 0xc9 ;Glyph For Isolate Arabic Taa Marbutah
  614. 0xfe94 0xc9 ;Glyph For Final Arabic Taa Marbutah
  615. 0xfe95 0xca ;Glyph For Isolate Arabic Taa
  616. 0xfe96 0xca ;Glyph For Final Arabic Taa
  617. 0xfe97 0xca ;Glyph For Initial Arabic Taa
  618. 0xfe98 0xca ;Glyph For Medial Arabic Taa
  619. 0xfe99 0xcb ;Glyph For Isolate Arabic Thaa
  620. 0xfe9a 0xcb ;Glyph For Final Arabic Thaa
  621. 0xfe9b 0xcb ;Glyph For Initial Arabic Thaa
  622. 0xfe9c 0xcb ;Glyph For Medial Arabic Thaa
  623. 0xfe9d 0xcc ;Glyph For Isolate Arabic Jeem
  624. 0xfe9e 0xcc ;Glyph For Final Arabic Jeem
  625. 0xfe9f 0xcc ;Glyph For Initial Arabic Jeem
  626. 0xfea0 0xcc ;Glyph For Medial Arabic Jeem
  627. 0xfea1 0xcd ;Glyph For Isolate Arabic Haa
  628. 0xfea2 0xcd ;Glyph For Final Arabic Haa
  629. 0xfea3 0xcd ;Glyph For Initial Arabic Haa
  630. 0xfea4 0xcd ;Glyph For Medial Arabic Haa
  631. 0xfea5 0xce ;Glyph For Isolate Arabic Khaa
  632. 0xfea6 0xce ;Glyph For Final Arabic Khaa
  633. 0xfea7 0xce ;Glyph For Initial Arabic Khaa
  634. 0xfea8 0xce ;Glyph For Medial Arabic Khaa
  635. 0xfea9 0xcf ;Glyph For Isolate Arabic Dal
  636. 0xfeaa 0xcf ;Glyph For Final Arabic Dal
  637. 0xfeab 0xd0 ;Glyph For Isolate Arabic Thal
  638. 0xfeac 0xd0 ;Glyph For Final Arabic Thal
  639. 0xfead 0xd1 ;Glyph For Isolate Arabic Ra
  640. 0xfeae 0xd1 ;Glyph For Final Arabic Ra
  641. 0xfeaf 0xd2 ;Glyph For Isolate Arabic Zain
  642. 0xfeb0 0xd2 ;Glyph For Final Arabic Zain
  643. 0xfeb1 0xd3 ;Glyph For Isolate Arabic Seen
  644. 0xfeb2 0xd3 ;Glyph For Final Arabic Seen
  645. 0xfeb3 0xd3 ;Glyph For Initial Arabic Seen
  646. 0xfeb4 0xd3 ;Glyph For Medial Arabic Seen
  647. 0xfeb5 0xd4 ;Glyph For Isolate Arabic Sheen
  648. 0xfeb6 0xd4 ;Glyph For Final Arabic Sheen
  649. 0xfeb7 0xd4 ;Glyph For Initial Arabic Sheen
  650. 0xfeb8 0xd4 ;Glyph For Medial Arabic Sheen
  651. 0xfeb9 0xd5 ;Glyph For Isolate Arabic Sad
  652. 0xfeba 0xd5 ;Glyph For Final Arabic Sad
  653. 0xfebb 0xd5 ;Glyph For Initial Arabic Sad
  654. 0xfebc 0xd5 ;Glyph For Medial Arabic Sad
  655. 0xfebd 0xd6 ;Glyph For Isolate Arabic Dad
  656. 0xfebe 0xd6 ;Glyph For Final Arabic Dad
  657. 0xfebf 0xd6 ;Glyph For Initial Arabic Dad
  658. 0xfec0 0xd6 ;Glyph For Medial Arabic Dad
  659. 0xfec1 0xd8 ;Glyph For Isolate Arabic Tah
  660. 0xfec2 0xd8 ;Glyph For Final Arabic Tah
  661. 0xfec3 0xd8 ;Glyph For Initial Arabic Tah
  662. 0xfec4 0xd8 ;Glyph For Medial Arabic Tah
  663. 0xfec5 0xd9 ;Glyph For Isolate Arabic Dhah
  664. 0xfec6 0xd9 ;Glyph For Final Arabic Dhah
  665. 0xfec7 0xd9 ;Glyph For Initial Arabic Dhah
  666. 0xfec8 0xd9 ;Glyph For Medial Arabic Dhah
  667. 0xfec9 0xda ;Glyph For Isolate Arabic Ain
  668. 0xfeca 0xda ;Glyph For Final Arabic Ain
  669. 0xfecb 0xda ;Glyph For Initial Arabic Ain
  670. 0xfecc 0xda ;Glyph For Medial Arabic Ain
  671. 0xfecd 0xdb ;Glyph For Isolate Arabic Ghain
  672. 0xfece 0xdb ;Glyph For Final Arabic Ghain
  673. 0xfecf 0xdb ;Glyph For Initial Arabic Ghain
  674. 0xfed0 0xdb ;Glyph For Medial Arabic Ghain
  675. 0xfed1 0xdd ;Glyph For Isolate Arabic Fa
  676. 0xfed2 0xdd ;Glyph For Final Arabic Fa
  677. 0xfed3 0xdd ;Glyph For Initial Arabic Fa
  678. 0xfed4 0xdd ;Glyph For Medial Arabic Fa
  679. 0xfed5 0xde ;Glyph For Isolate Arabic Qaf
  680. 0xfed6 0xde ;Glyph For Final Arabic Qaf
  681. 0xfed7 0xde ;Glyph For Initial Arabic Qaf
  682. 0xfed8 0xde ;Glyph For Medial Arabic Qaf
  683. 0xfed9 0xdf ;Glyph For Isolate Arabic Caf
  684. 0xfeda 0xdf ;Glyph For Final Arabic Caf
  685. 0xfedb 0xdf ;Glyph For Initial Arabic Caf
  686. 0xfedc 0xdf ;Glyph For Medial Arabic Caf
  687. 0xfedd 0xe1 ;Glyph For Isolate Arabic Lam
  688. 0xfede 0xe1 ;Glyph For Final Arabic Lam
  689. 0xfedf 0xe1 ;Glyph For Initial Arabic Lam
  690. 0xfee0 0xe1 ;Glyph For Medial Arabic Lam
  691. 0xfee1 0xe3 ;Glyph For Isolate Arabic Meem
  692. 0xfee2 0xe3 ;Glyph For Final Arabic Meem
  693. 0xfee3 0xe3 ;Glyph For Initial Arabic Meem
  694. 0xfee4 0xe3 ;Glyph For Medial Arabic Meem
  695. 0xfee5 0xe4 ;Glyph For Isolate Arabic Noon
  696. 0xfee6 0xe4 ;Glyph For Final Arabic Noon
  697. 0xfee7 0xe4 ;Glyph For Initial Arabic Noon
  698. 0xfee8 0xe4 ;Glyph For Medial Arabic Noon
  699. 0xfee9 0xe5 ;Glyph For Isolate Arabic Ha
  700. 0xfeea 0xe5 ;Glyph For Final Arabic Ha
  701. 0xfeeb 0xe5 ;Glyph For Initial Arabic Ha
  702. 0xfeec 0xe5 ;Glyph For Medial Arabic Ha
  703. 0xfeed 0xe6 ;Glyph For Isolate Arabic Waw
  704. 0xfeee 0xe6 ;Glyph For Final Arabic Waw
  705. 0xfeef 0xec ;Glyph For Isolate Arabic Alef Maqsurah
  706. 0xfef0 0xec ;Glyph For Final Arabic Alef Maqsurah
  707. 0xfef1 0xed ;Glyph For Isolate Arabic Ya
  708. 0xfef2 0xed ;Glyph For Final Arabic Ya
  709. 0xfef3 0xed ;Glyph For Initial Arabic Ya
  710. 0xfef4 0xed ;Glyph For Medial Arabic Ya
  711. 0xff01 0x21 ;Fullwidth Exclamation Mark
  712. 0xff02 0x22 ;Fullwidth Quotation Mark
  713. 0xff03 0x23 ;Fullwidth Number Sign
  714. 0xff04 0x24 ;Fullwidth Dollar Sign
  715. 0xff05 0x25 ;Fullwidth Percent Sign
  716. 0xff06 0x26 ;Fullwidth Ampersand
  717. 0xff07 0x27 ;Fullwidth Apostrophe
  718. 0xff08 0x28 ;Fullwidth Left Parenthesis
  719. 0xff09 0x29 ;Fullwidth Right Parenthesis
  720. 0xff0a 0x2a ;Fullwidth Asterisk
  721. 0xff0b 0x2b ;Fullwidth Plus Sign
  722. 0xff0c 0x2c ;Fullwidth Comma
  723. 0xff0d 0x2d ;Fullwidth Hyphen-Minus
  724. 0xff0e 0x2e ;Fullwidth Full Stop
  725. 0xff0f 0x2f ;Fullwidth Solidus
  726. 0xff10 0x30 ;Fullwidth Digit Zero
  727. 0xff11 0x31 ;Fullwidth Digit One
  728. 0xff12 0x32 ;Fullwidth Digit Two
  729. 0xff13 0x33 ;Fullwidth Digit Three
  730. 0xff14 0x34 ;Fullwidth Digit Four
  731. 0xff15 0x35 ;Fullwidth Digit Five
  732. 0xff16 0x36 ;Fullwidth Digit Six
  733. 0xff17 0x37 ;Fullwidth Digit Seven
  734. 0xff18 0x38 ;Fullwidth Digit Eight
  735. 0xff19 0x39 ;Fullwidth Digit Nine
  736. 0xff1a 0x3a ;Fullwidth Colon
  737. 0xff1b 0x3b ;Fullwidth Semicolon
  738. 0xff1c 0x3c ;Fullwidth Less-Than Sign
  739. 0xff1d 0x3d ;Fullwidth Equals Sign
  740. 0xff1e 0x3e ;Fullwidth Greater-Than Sign
  741. 0xff1f 0x3f ;Fullwidth Question Mark
  742. 0xff20 0x40 ;Fullwidth Commercial At
  743. 0xff21 0x41 ;Fullwidth Latin Capital Letter A
  744. 0xff22 0x42 ;Fullwidth Latin Capital Letter B
  745. 0xff23 0x43 ;Fullwidth Latin Capital Letter C
  746. 0xff24 0x44 ;Fullwidth Latin Capital Letter D
  747. 0xff25 0x45 ;Fullwidth Latin Capital Letter E
  748. 0xff26 0x46 ;Fullwidth Latin Capital Letter F
  749. 0xff27 0x47 ;Fullwidth Latin Capital Letter G
  750. 0xff28 0x48 ;Fullwidth Latin Capital Letter H
  751. 0xff29 0x49 ;Fullwidth Latin Capital Letter I
  752. 0xff2a 0x4a ;Fullwidth Latin Capital Letter J
  753. 0xff2b 0x4b ;Fullwidth Latin Capital Letter K
  754. 0xff2c 0x4c ;Fullwidth Latin Capital Letter L
  755. 0xff2d 0x4d ;Fullwidth Latin Capital Letter M
  756. 0xff2e 0x4e ;Fullwidth Latin Capital Letter N
  757. 0xff2f 0x4f ;Fullwidth Latin Capital Letter O
  758. 0xff30 0x50 ;Fullwidth Latin Capital Letter P
  759. 0xff31 0x51 ;Fullwidth Latin Capital Letter Q
  760. 0xff32 0x52 ;Fullwidth Latin Capital Letter R
  761. 0xff33 0x53 ;Fullwidth Latin Capital Letter S
  762. 0xff34 0x54 ;Fullwidth Latin Capital Letter T
  763. 0xff35 0x55 ;Fullwidth Latin Capital Letter U
  764. 0xff36 0x56 ;Fullwidth Latin Capital Letter V
  765. 0xff37 0x57 ;Fullwidth Latin Capital Letter W
  766. 0xff38 0x58 ;Fullwidth Latin Capital Letter X
  767. 0xff39 0x59 ;Fullwidth Latin Capital Letter Y
  768. 0xff3a 0x5a ;Fullwidth Latin Capital Letter Z
  769. 0xff3b 0x5b ;Fullwidth Left Square Bracket
  770. 0xff3c 0x5c ;Fullwidth Reverse Solidus
  771. 0xff3d 0x5d ;Fullwidth Right Square Bracket
  772. 0xff3e 0x5e ;Fullwidth Circumflex Accent
  773. 0xff3f 0x5f ;Fullwidth Low Line
  774. 0xff40 0x60 ;Fullwidth Grave Accent
  775. 0xff41 0x61 ;Fullwidth Latin Small Letter A
  776. 0xff42 0x62 ;Fullwidth Latin Small Letter B
  777. 0xff43 0x63 ;Fullwidth Latin Small Letter C
  778. 0xff44 0x64 ;Fullwidth Latin Small Letter D
  779. 0xff45 0x65 ;Fullwidth Latin Small Letter E
  780. 0xff46 0x66 ;Fullwidth Latin Small Letter F
  781. 0xff47 0x67 ;Fullwidth Latin Small Letter G
  782. 0xff48 0x68 ;Fullwidth Latin Small Letter H
  783. 0xff49 0x69 ;Fullwidth Latin Small Letter I
  784. 0xff4a 0x6a ;Fullwidth Latin Small Letter J
  785. 0xff4b 0x6b ;Fullwidth Latin Small Letter K
  786. 0xff4c 0x6c ;Fullwidth Latin Small Letter L
  787. 0xff4d 0x6d ;Fullwidth Latin Small Letter M
  788. 0xff4e 0x6e ;Fullwidth Latin Small Letter N
  789. 0xff4f 0x6f ;Fullwidth Latin Small Letter O
  790. 0xff50 0x70 ;Fullwidth Latin Small Letter P
  791. 0xff51 0x71 ;Fullwidth Latin Small Letter Q
  792. 0xff52 0x72 ;Fullwidth Latin Small Letter R
  793. 0xff53 0x73 ;Fullwidth Latin Small Letter S
  794. 0xff54 0x74 ;Fullwidth Latin Small Letter T
  795. 0xff55 0x75 ;Fullwidth Latin Small Letter U
  796. 0xff56 0x76 ;Fullwidth Latin Small Letter V
  797. 0xff57 0x77 ;Fullwidth Latin Small Letter W
  798. 0xff58 0x78 ;Fullwidth Latin Small Letter X
  799. 0xff59 0x79 ;Fullwidth Latin Small Letter Y
  800. 0xff5a 0x7a ;Fullwidth Latin Small Letter Z
  801. 0xff5b 0x7b ;Fullwidth Left Curly Bracket
  802. 0xff5c 0x7c ;Fullwidth Vertical Line
  803. 0xff5d 0x7d ;Fullwidth Right Curly Bracket
  804. 0xff5e 0x7e ;Fullwidth Tilde
  805. ENDCODEPAGE