Windows NT 4.0 source code leak
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.

994 lines
39 KiB

4 years ago
  1. CODEPAGE 857 ;Turkish - OEM
  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
  44. 0x28 0x0028 ;Left Parenthesis
  45. 0x29 0x0029 ;Right Parenthesis
  46. 0x2a 0x002a ;Asterisk
  47. 0x2b 0x002b ;Plus Sign
  48. 0x2c 0x002c ;Comma
  49. 0x2d 0x002d ;Hyphen-Minus
  50. 0x2e 0x002e ;Full Stop
  51. 0x2f 0x002f ;Solidus
  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 ;Left Square Bracket
  96. 0x5c 0x005c ;Reverse Solidus
  97. 0x5d 0x005d ;Right Square Bracket
  98. 0x5e 0x005e ;Circumflex Accent
  99. 0x5f 0x005f ;Low Line
  100. 0x60 0x0060 ;Grave Accent
  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 ;Left Curly Bracket
  128. 0x7c 0x007c ;Vertical Line
  129. 0x7d 0x007d ;Right Curly Bracket
  130. 0x7e 0x007e ;Tilde
  131. 0x7f 0x007f ;Delete
  132. 0x80 0x00c7 ;Latin Capital Letter C With Cedilla
  133. 0x81 0x00fc ;Latin Small Letter U With Diaeresis
  134. 0x82 0x00e9 ;Latin Small Letter E With Acute
  135. 0x83 0x00e2 ;Latin Small Letter A With Circumflex
  136. 0x84 0x00e4 ;Latin Small Letter A With Diaeresis
  137. 0x85 0x00e0 ;Latin Small Letter A With Grave
  138. 0x86 0x00e5 ;Latin Small Letter A With Ring Above
  139. 0x87 0x00e7 ;Latin Small Letter C With Cedilla
  140. 0x88 0x00ea ;Latin Small Letter E With Circumflex
  141. 0x89 0x00eb ;Latin Small Letter E With Diaeresis
  142. 0x8a 0x00e8 ;Latin Small Letter E With Grave
  143. 0x8b 0x00ef ;Latin Small Letter I With Diaeresis
  144. 0x8c 0x00ee ;Latin Small Letter I With Circumflex
  145. 0x8d 0x0131 ;Latin Small Letter Dotless I
  146. 0x8e 0x00c4 ;Latin Capital Letter A With Diaeresis
  147. 0x8f 0x00c5 ;Latin Capital Letter A With Ring Above
  148. 0x90 0x00c9 ;Latin Capital Letter E With Acute
  149. 0x91 0x00e6 ;Latin Small Ligature Ae
  150. 0x92 0x00c6 ;Latin Capital Ligature Ae
  151. 0x93 0x00f4 ;Latin Small Letter O With Circumflex
  152. 0x94 0x00f6 ;Latin Small Letter O With Diaeresis
  153. 0x95 0x00f2 ;Latin Small Letter O With Grave
  154. 0x96 0x00fb ;Latin Small Letter U With Circumflex
  155. 0x97 0x00f9 ;Latin Small Letter U With Grave
  156. 0x98 0x0130 ;Latin Capital Letter I With Dot Above
  157. 0x99 0x00d6 ;Latin Capital Letter O With Diaeresis
  158. 0x9a 0x00dc ;Latin Capital Letter U With Diaeresis
  159. 0x9b 0x00f8 ;Latin Small Letter O With Stroke
  160. 0x9c 0x00a3 ;Pound Sign
  161. 0x9d 0x00d8 ;Latin Capital Letter O With Stroke
  162. 0x9e 0x015e ;Latin Capital Letter S With Cedilla
  163. 0x9f 0x015f ;Latin Small Letter S With Cedilla
  164. 0xa0 0x00e1 ;Latin Small Letter A With Acute
  165. 0xa1 0x00ed ;Latin Small Letter I With Acute
  166. 0xa2 0x00f3 ;Latin Small Letter O With Acute
  167. 0xa3 0x00fa ;Latin Small Letter U With Acute
  168. 0xa4 0x00f1 ;Latin Small Letter N With Tilde
  169. 0xa5 0x00d1 ;Latin Capital Letter N With Tilde
  170. 0xa6 0x011e ;Latin Capital Letter G With Breve
  171. 0xa7 0x011f ;Latin Small Letter G With Breve
  172. 0xa8 0x00bf ;Inverted Question Mark
  173. 0xa9 0x00ae ;Registered Sign
  174. 0xaa 0x00ac ;Not Sign
  175. 0xab 0x00bd ;Vulgar Fraction One Half
  176. 0xac 0x00bc ;Vulgar Fraction One Quarter
  177. 0xad 0x00a1 ;Inverted Exclamation Mark
  178. 0xae 0x00ab ;Left-Pointing Double Angle Quotation Mark
  179. 0xaf 0x00bb ;Right-Pointing Double Angle Quotation Mark
  180. 0xb0 0x2591 ;Light Shade
  181. 0xb1 0x2592 ;Medium Shade
  182. 0xb2 0x2593 ;Dark Shade
  183. 0xb3 0x2502 ;Box Drawings Light Vertical
  184. 0xb4 0x2524 ;Box Drawings Light Vertical And Left
  185. 0xb5 0x00c1 ;Latin Capital Letter A With Acute
  186. 0xb6 0x00c2 ;Latin Capital Letter A With Circumflex
  187. 0xb7 0x00c0 ;Latin Capital Letter A With Grave
  188. 0xb8 0x00a9 ;Copyright Sign
  189. 0xb9 0x2563 ;Box Drawings Double Vertical And Left
  190. 0xba 0x2551 ;Box Drawings Double Vertical
  191. 0xbb 0x2557 ;Box Drawings Double Down And Left
  192. 0xbc 0x255d ;Box Drawings Double Up And Left
  193. 0xbd 0x00a2 ;Cent Sign
  194. 0xbe 0x00a5 ;Yen Sign
  195. 0xbf 0x2510 ;Box Drawings Light Down And Left
  196. 0xc0 0x2514 ;Box Drawings Light Up And Right
  197. 0xc1 0x2534 ;Box Drawings Light Up And Horizontal
  198. 0xc2 0x252c ;Box Drawings Light Down And Horizontal
  199. 0xc3 0x251c ;Box Drawings Light Vertical And Right
  200. 0xc4 0x2500 ;Box Drawings Light Horizontal
  201. 0xc5 0x253c ;Box Drawings Light Vertical And Horizontal
  202. 0xc6 0x00e3 ;Latin Small Letter A With Tilde
  203. 0xc7 0x00c3 ;Latin Capital Letter A With Tilde
  204. 0xc8 0x255a ;Box Drawings Double Up And Right
  205. 0xc9 0x2554 ;Box Drawings Double Down And Right
  206. 0xca 0x2569 ;Box Drawings Double Up And Horizontal
  207. 0xcb 0x2566 ;Box Drawings Double Down And Horizontal
  208. 0xcc 0x2560 ;Box Drawings Double Vertical And Right
  209. 0xcd 0x2550 ;Box Drawings Double Horizontal
  210. 0xce 0x256c ;Box Drawings Double Vertical And Horizontal
  211. 0xcf 0x00a4 ;Currency Sign
  212. 0xd0 0x00ba ;Masculine Ordinal Indicator
  213. 0xd1 0x00aa ;Feminine Ordinal Indicator
  214. 0xd2 0x00ca ;Latin Capital Letter E With Circumflex
  215. 0xd3 0x00cb ;Latin Capital Letter E With Diaeresis
  216. 0xd4 0x00c8 ;Latin Capital Letter E With Grave
  217. 0xd5 0xf8bb ;Undefined -> EUDC
  218. 0xd6 0x00cd ;Latin Capital Letter I With Acute
  219. 0xd7 0x00ce ;Latin Capital Letter I With Circumflex
  220. 0xd8 0x00cf ;Latin Capital Letter I With Diaeresis
  221. 0xd9 0x2518 ;Box Drawings Light Up And Left
  222. 0xda 0x250c ;Box Drawings Light Down And Right
  223. 0xdb 0x2588 ;Full Block
  224. 0xdc 0x2584 ;Lower Half Block
  225. 0xdd 0x00a6 ;Broken Bar
  226. 0xde 0x00cc ;Latin Capital Letter I With Grave
  227. 0xdf 0x2580 ;Upper Half Block
  228. 0xe0 0x00d3 ;Latin Capital Letter O With Acute
  229. 0xe1 0x00df ;Latin Small Letter Sharp S
  230. 0xe2 0x00d4 ;Latin Capital Letter O With Circumflex
  231. 0xe3 0x00d2 ;Latin Capital Letter O With Grave
  232. 0xe4 0x00f5 ;Latin Small Letter O With Tilde
  233. 0xe5 0x00d5 ;Latin Capital Letter O With Tilde
  234. 0xe6 0x00b5 ;Micro Sign
  235. 0xe7 0xf8bc ;Undefined -> EUDC
  236. 0xe8 0x00d7 ;Multiplication Sign
  237. 0xe9 0x00da ;Latin Capital Letter U With Acute
  238. 0xea 0x00db ;Latin Capital Letter U With Circumflex
  239. 0xeb 0x00d9 ;Latin Capital Letter U With Grave
  240. 0xec 0x00ec ;Latin Small Letter I With Grave
  241. 0xed 0x00ff ;Latin Small Letter Y With Diaeresis
  242. 0xee 0x00af ;Macron
  243. 0xef 0x00b4 ;Acute Accent
  244. 0xf0 0x00ad ;Soft Hyphen
  245. 0xf1 0x00b1 ;Plus-Minus Sign
  246. 0xf2 0xf8bd ;Undefined -> EUDC
  247. 0xf3 0x00be ;Vulgar Fraction Three Quarters
  248. 0xf4 0x00b6 ;Pilcrow Sign
  249. 0xf5 0x00a7 ;Section Sign
  250. 0xf6 0x00f7 ;Division Sign
  251. 0xf7 0x00b8 ;Cedilla
  252. 0xf8 0x00b0 ;Degree Sign
  253. 0xf9 0x00a8 ;Diaeresis
  254. 0xfa 0x00b7 ;Middle Dot
  255. 0xfb 0x00b9 ;Superscript One
  256. 0xfc 0x00b3 ;Superscript Three
  257. 0xfd 0x00b2 ;Superscript Two
  258. 0xfe 0x25a0 ;Black Square
  259. 0xff 0x00a0 ;No-Break Space
  260. GLYPHTABLE 32
  261. 0x01 0x263a ;White Smiling Face
  262. 0x02 0x263b ;Black Smiling Face
  263. 0x03 0x2665 ;Black Heart Suit
  264. 0x04 0x2666 ;Black Diamond Suit
  265. 0x05 0x2663 ;Black Club Suit
  266. 0x06 0x2660 ;Black Spade Suit
  267. 0x07 0x2022 ;Bullet
  268. 0x08 0x25d8 ;Inverse Bullet
  269. 0x09 0x25cb ;White Circle
  270. 0x0a 0x25d9 ;Inverse White Circle
  271. 0x0b 0x2642 ;Male Sign
  272. 0x0c 0x2640 ;Female Sign
  273. 0x0d 0x266a ;Eighth Note
  274. 0x0e 0x266b ;Beamed Eighth Notes
  275. 0x0f 0x263c ;White Sun With Rays
  276. 0x10 0x25ba ;Black Right-Pointing Pointer
  277. 0x11 0x25c4 ;Black Left-Pointing Pointer
  278. 0x12 0x2195 ;Up Down Arrow
  279. 0x13 0x203c ;Double Exclamation Mark
  280. 0x14 0x00b6 ;Pilcrow Sign
  281. 0x15 0x00a7 ;Section Sign
  282. 0x16 0x25ac ;Black Rectangle
  283. 0x17 0x21a8 ;Up Down Arrow With Base
  284. 0x18 0x2191 ;Upwards Arrow
  285. 0x19 0x2193 ;Downwards Arrow
  286. 0x1a 0x2192 ;Rightwards Arrow
  287. 0x1b 0x2190 ;Leftwards Arrow
  288. 0x1c 0x221f ;Right Angle
  289. 0x1d 0x2194 ;Left Right Arrow
  290. 0x1e 0x25b2 ;Black Up-Pointing Triangle
  291. 0x1f 0x25bc ;Black Down-Pointing Triangle
  292. 0x7f 0x2302 ;House
  293. WCTABLE 690
  294. 0x0000 0x00 ;Null
  295. 0x0001 0x01 ;Start Of Heading
  296. 0x0002 0x02 ;Start Of Text
  297. 0x0003 0x03 ;End Of Text
  298. 0x0004 0x04 ;End Of Transmission
  299. 0x0005 0x05 ;Enquiry
  300. 0x0006 0x06 ;Acknowledge
  301. 0x0007 0x07 ;Bell
  302. 0x0008 0x08 ;Backspace
  303. 0x0009 0x09 ;Horizontal Tabulation
  304. 0x000a 0x0a ;Line Feed
  305. 0x000b 0x0b ;Vertical Tabulation
  306. 0x000c 0x0c ;Form Feed
  307. 0x000d 0x0d ;Carriage Return
  308. 0x000e 0x0e ;Shift Out
  309. 0x000f 0x0f ;Shift In
  310. 0x0010 0x10 ;Data Link Escape
  311. 0x0011 0x11 ;Device Control One
  312. 0x0012 0x12 ;Device Control Two
  313. 0x0013 0x13 ;Device Control Three
  314. 0x0014 0x14 ;Device Control Four
  315. 0x0015 0x15 ;Negative Acknowledge
  316. 0x0016 0x16 ;Synchronous Idle
  317. 0x0017 0x17 ;End Of Transmission Block
  318. 0x0018 0x18 ;Cancel
  319. 0x0019 0x19 ;End Of Medium
  320. 0x001a 0x1a ;Substitute
  321. 0x001b 0x1b ;Escape
  322. 0x001c 0x1c ;File Separator
  323. 0x001d 0x1d ;Group Separator
  324. 0x001e 0x1e ;Record Separator
  325. 0x001f 0x1f ;Unit Separator
  326. 0x0020 0x20 ;Space
  327. 0x0021 0x21 ;Exclamation Mark
  328. 0x0022 0x22 ;Quotation Mark
  329. 0x0023 0x23 ;Number Sign
  330. 0x0024 0x24 ;Dollar Sign
  331. 0x0025 0x25 ;Percent Sign
  332. 0x0026 0x26 ;Ampersand
  333. 0x0027 0x27 ;Apostrophe
  334. 0x0028 0x28 ;Left Parenthesis
  335. 0x0029 0x29 ;Right Parenthesis
  336. 0x002a 0x2a ;Asterisk
  337. 0x002b 0x2b ;Plus Sign
  338. 0x002c 0x2c ;Comma
  339. 0x002d 0x2d ;Hyphen-Minus
  340. 0x002e 0x2e ;Full Stop
  341. 0x002f 0x2f ;Solidus
  342. 0x0030 0x30 ;Digit Zero
  343. 0x0031 0x31 ;Digit One
  344. 0x0032 0x32 ;Digit Two
  345. 0x0033 0x33 ;Digit Three
  346. 0x0034 0x34 ;Digit Four
  347. 0x0035 0x35 ;Digit Five
  348. 0x0036 0x36 ;Digit Six
  349. 0x0037 0x37 ;Digit Seven
  350. 0x0038 0x38 ;Digit Eight
  351. 0x0039 0x39 ;Digit Nine
  352. 0x003a 0x3a ;Colon
  353. 0x003b 0x3b ;Semicolon
  354. 0x003c 0x3c ;Less-Than Sign
  355. 0x003d 0x3d ;Equals Sign
  356. 0x003e 0x3e ;Greater-Than Sign
  357. 0x003f 0x3f ;Question Mark
  358. 0x0040 0x40 ;Commercial At
  359. 0x0041 0x41 ;Latin Capital Letter A
  360. 0x0042 0x42 ;Latin Capital Letter B
  361. 0x0043 0x43 ;Latin Capital Letter C
  362. 0x0044 0x44 ;Latin Capital Letter D
  363. 0x0045 0x45 ;Latin Capital Letter E
  364. 0x0046 0x46 ;Latin Capital Letter F
  365. 0x0047 0x47 ;Latin Capital Letter G
  366. 0x0048 0x48 ;Latin Capital Letter H
  367. 0x0049 0x49 ;Latin Capital Letter I
  368. 0x004a 0x4a ;Latin Capital Letter J
  369. 0x004b 0x4b ;Latin Capital Letter K
  370. 0x004c 0x4c ;Latin Capital Letter L
  371. 0x004d 0x4d ;Latin Capital Letter M
  372. 0x004e 0x4e ;Latin Capital Letter N
  373. 0x004f 0x4f ;Latin Capital Letter O
  374. 0x0050 0x50 ;Latin Capital Letter P
  375. 0x0051 0x51 ;Latin Capital Letter Q
  376. 0x0052 0x52 ;Latin Capital Letter R
  377. 0x0053 0x53 ;Latin Capital Letter S
  378. 0x0054 0x54 ;Latin Capital Letter T
  379. 0x0055 0x55 ;Latin Capital Letter U
  380. 0x0056 0x56 ;Latin Capital Letter V
  381. 0x0057 0x57 ;Latin Capital Letter W
  382. 0x0058 0x58 ;Latin Capital Letter X
  383. 0x0059 0x59 ;Latin Capital Letter Y
  384. 0x005a 0x5a ;Latin Capital Letter Z
  385. 0x005b 0x5b ;Left Square Bracket
  386. 0x005c 0x5c ;Reverse Solidus
  387. 0x005d 0x5d ;Right Square Bracket
  388. 0x005e 0x5e ;Circumflex Accent
  389. 0x005f 0x5f ;Low Line
  390. 0x0060 0x60 ;Grave Accent
  391. 0x0061 0x61 ;Latin Small Letter A
  392. 0x0062 0x62 ;Latin Small Letter B
  393. 0x0063 0x63 ;Latin Small Letter C
  394. 0x0064 0x64 ;Latin Small Letter D
  395. 0x0065 0x65 ;Latin Small Letter E
  396. 0x0066 0x66 ;Latin Small Letter F
  397. 0x0067 0x67 ;Latin Small Letter G
  398. 0x0068 0x68 ;Latin Small Letter H
  399. 0x0069 0x69 ;Latin Small Letter I
  400. 0x006a 0x6a ;Latin Small Letter J
  401. 0x006b 0x6b ;Latin Small Letter K
  402. 0x006c 0x6c ;Latin Small Letter L
  403. 0x006d 0x6d ;Latin Small Letter M
  404. 0x006e 0x6e ;Latin Small Letter N
  405. 0x006f 0x6f ;Latin Small Letter O
  406. 0x0070 0x70 ;Latin Small Letter P
  407. 0x0071 0x71 ;Latin Small Letter Q
  408. 0x0072 0x72 ;Latin Small Letter R
  409. 0x0073 0x73 ;Latin Small Letter S
  410. 0x0074 0x74 ;Latin Small Letter T
  411. 0x0075 0x75 ;Latin Small Letter U
  412. 0x0076 0x76 ;Latin Small Letter V
  413. 0x0077 0x77 ;Latin Small Letter W
  414. 0x0078 0x78 ;Latin Small Letter X
  415. 0x0079 0x79 ;Latin Small Letter Y
  416. 0x007a 0x7a ;Latin Small Letter Z
  417. 0x007b 0x7b ;Left Curly Bracket
  418. 0x007c 0x7c ;Vertical Line
  419. 0x007d 0x7d ;Right Curly Bracket
  420. 0x007e 0x7e ;Tilde
  421. 0x007f 0x7f ;Delete
  422. 0x00a0 0xff ;No-Break Space
  423. 0x00a1 0xad ;Inverted Exclamation Mark
  424. 0x00a2 0xbd ;Cent Sign
  425. 0x00a3 0x9c ;Pound Sign
  426. 0x00a4 0xcf ;Currency Sign
  427. 0x00a5 0xbe ;Yen Sign
  428. 0x00a6 0xdd ;Broken Bar
  429. 0x00a7 0xf5 ;Section Sign
  430. 0x00a8 0xf9 ;Diaeresis
  431. 0x00a9 0xb8 ;Copyright Sign
  432. 0x00aa 0xd1 ;Feminine Ordinal Indicator
  433. 0x00ab 0xae ;Left-Pointing Double Angle Quotation Mark
  434. 0x00ac 0xaa ;Not Sign
  435. 0x00ad 0xf0 ;Soft Hyphen
  436. 0x00ae 0xa9 ;Registered Sign
  437. 0x00af 0xee ;Macron
  438. 0x00b0 0xf8 ;Degree Sign
  439. 0x00b1 0xf1 ;Plus-Minus Sign
  440. 0x00b2 0xfd ;Superscript Two
  441. 0x00b3 0xfc ;Superscript Three
  442. 0x00b4 0xef ;Acute Accent
  443. 0x00b5 0xe6 ;Micro Sign
  444. 0x00b6 0xf4 ;Pilcrow Sign
  445. 0x00b7 0xfa ;Middle Dot
  446. 0x00b8 0xf7 ;Cedilla
  447. 0x00b9 0xfb ;Superscript One
  448. 0x00ba 0xd0 ;Masculine Ordinal Indicator
  449. 0x00bb 0xaf ;Right-Pointing Double Angle Quotation Mark
  450. 0x00bc 0xac ;Vulgar Fraction One Quarter
  451. 0x00bd 0xab ;Vulgar Fraction One Half
  452. 0x00be 0xf3 ;Vulgar Fraction Three Quarters
  453. 0x00bf 0xa8 ;Inverted Question Mark
  454. 0x00c0 0xb7 ;Latin Capital Letter A With Grave
  455. 0x00c1 0xb5 ;Latin Capital Letter A With Acute
  456. 0x00c2 0xb6 ;Latin Capital Letter A With Circumflex
  457. 0x00c3 0xc7 ;Latin Capital Letter A With Tilde
  458. 0x00c4 0x8e ;Latin Capital Letter A With Diaeresis
  459. 0x00c5 0x8f ;Latin Capital Letter A With Ring Above
  460. 0x00c6 0x92 ;Latin Capital Ligature Ae
  461. 0x00c7 0x80 ;Latin Capital Letter C With Cedilla
  462. 0x00c8 0xd4 ;Latin Capital Letter E With Grave
  463. 0x00c9 0x90 ;Latin Capital Letter E With Acute
  464. 0x00ca 0xd2 ;Latin Capital Letter E With Circumflex
  465. 0x00cb 0xd3 ;Latin Capital Letter E With Diaeresis
  466. 0x00cc 0xde ;Latin Capital Letter I With Grave
  467. 0x00cd 0xd6 ;Latin Capital Letter I With Acute
  468. 0x00ce 0xd7 ;Latin Capital Letter I With Circumflex
  469. 0x00cf 0xd8 ;Latin Capital Letter I With Diaeresis
  470. 0x00d1 0xa5 ;Latin Capital Letter N With Tilde
  471. 0x00d2 0xe3 ;Latin Capital Letter O With Grave
  472. 0x00d3 0xe0 ;Latin Capital Letter O With Acute
  473. 0x00d4 0xe2 ;Latin Capital Letter O With Circumflex
  474. 0x00d5 0xe5 ;Latin Capital Letter O With Tilde
  475. 0x00d6 0x99 ;Latin Capital Letter O With Diaeresis
  476. 0x00d7 0xe8 ;Multiplication Sign
  477. 0x00d8 0x9d ;Latin Capital Letter O With Stroke
  478. 0x00d9 0xeb ;Latin Capital Letter U With Grave
  479. 0x00da 0xe9 ;Latin Capital Letter U With Acute
  480. 0x00db 0xea ;Latin Capital Letter U With Circumflex
  481. 0x00dc 0x9a ;Latin Capital Letter U With Diaeresis
  482. 0x00dd 0x59 ;Latin Capital Letter Y With Acute
  483. 0x00df 0xe1 ;Latin Small Letter Sharp S
  484. 0x00e0 0x85 ;Latin Small Letter A With Grave
  485. 0x00e1 0xa0 ;Latin Small Letter A With Acute
  486. 0x00e2 0x83 ;Latin Small Letter A With Circumflex
  487. 0x00e3 0xc6 ;Latin Small Letter A With Tilde
  488. 0x00e4 0x84 ;Latin Small Letter A With Diaeresis
  489. 0x00e5 0x86 ;Latin Small Letter A With Ring Above
  490. 0x00e6 0x91 ;Latin Small Ligature Ae
  491. 0x00e7 0x87 ;Latin Small Letter C With Cedilla
  492. 0x00e8 0x8a ;Latin Small Letter E With Grave
  493. 0x00e9 0x82 ;Latin Small Letter E With Acute
  494. 0x00ea 0x88 ;Latin Small Letter E With Circumflex
  495. 0x00eb 0x89 ;Latin Small Letter E With Diaeresis
  496. 0x00ec 0xec ;Latin Small Letter I With Grave
  497. 0x00ed 0xa1 ;Latin Small Letter I With Acute
  498. 0x00ee 0x8c ;Latin Small Letter I With Circumflex
  499. 0x00ef 0x8b ;Latin Small Letter I With Diaeresis
  500. 0x00f1 0xa4 ;Latin Small Letter N With Tilde
  501. 0x00f2 0x95 ;Latin Small Letter O With Grave
  502. 0x00f3 0xa2 ;Latin Small Letter O With Acute
  503. 0x00f4 0x93 ;Latin Small Letter O With Circumflex
  504. 0x00f5 0xe4 ;Latin Small Letter O With Tilde
  505. 0x00f6 0x94 ;Latin Small Letter O With Diaeresis
  506. 0x00f7 0xf6 ;Division Sign
  507. 0x00f8 0x9b ;Latin Small Letter O With Stroke
  508. 0x00f9 0x97 ;Latin Small Letter U With Grave
  509. 0x00fa 0xa3 ;Latin Small Letter U With Acute
  510. 0x00fb 0x96 ;Latin Small Letter U With Circumflex
  511. 0x00fc 0x81 ;Latin Small Letter U With Diaeresis
  512. 0x00fd 0x79 ;Latin Small Letter Y With Acute
  513. 0x00ff 0xed ;Latin Small Letter Y With Diaeresis
  514. 0x0100 0x41 ;Latin Capital Letter A With Macron
  515. 0x0101 0x61 ;Latin Small Letter A With Macron
  516. 0x0102 0x41 ;Latin Capital Letter A With Breve
  517. 0x0103 0x61 ;Latin Small Letter A With Breve
  518. 0x0104 0x41 ;Latin Capital Letter A With Ogonek
  519. 0x0105 0x61 ;Latin Small Letter A With Ogonek
  520. 0x0106 0x43 ;Latin Capital Letter C With Acute
  521. 0x0107 0x63 ;Latin Small Letter C With Acute
  522. 0x0108 0x43 ;Latin Capital Letter C With Circumflex
  523. 0x0109 0x63 ;Latin Small Letter C With Circumflex
  524. 0x010a 0x43 ;Latin Capital Letter C With Dot Above
  525. 0x010b 0x63 ;Latin Small Letter C With Dot Above
  526. 0x010c 0x43 ;Latin Capital Letter C With Caron
  527. 0x010d 0x63 ;Latin Small Letter C With Caron
  528. 0x010e 0x44 ;Latin Capital Letter D With Caron
  529. 0x010f 0x64 ;Latin Small Letter D With Caron
  530. 0x0110 0x44 ;Latin Capital Letter D With Stroke
  531. 0x0111 0x64 ;Latin Small Letter D With Stroke
  532. 0x0112 0x45 ;Latin Capital Letter E With Macron
  533. 0x0113 0x65 ;Latin Small Letter E With Macron
  534. 0x0114 0x45 ;Latin Capital Letter E With Breve
  535. 0x0115 0x65 ;Latin Small Letter E With Breve
  536. 0x0116 0x45 ;Latin Capital Letter E With Dot Above
  537. 0x0117 0x65 ;Latin Small Letter E With Dot Above
  538. 0x0118 0x45 ;Latin Capital Letter E With Ogonek
  539. 0x0119 0x65 ;Latin Small Letter E With Ogonek
  540. 0x011a 0x45 ;Latin Capital Letter E With Caron
  541. 0x011b 0x65 ;Latin Small Letter E With Caron
  542. 0x011c 0x47 ;Latin Capital Letter G With Circumflex
  543. 0x011d 0x67 ;Latin Small Letter G With Circumflex
  544. 0x011e 0xa6 ;Latin Capital Letter G With Breve
  545. 0x011f 0xa7 ;Latin Small Letter G With Breve
  546. 0x0120 0x47 ;Latin Capital Letter G With Dot Above
  547. 0x0121 0x67 ;Latin Small Letter G With Dot Above
  548. 0x0122 0x47 ;Latin Capital Letter G With Cedilla
  549. 0x0123 0x67 ;Latin Small Letter G With Cedilla
  550. 0x0124 0x48 ;Latin Capital Letter H With Circumflex
  551. 0x0125 0x68 ;Latin Small Letter H With Circumflex
  552. 0x0126 0x48 ;Latin Capital Letter H With Stroke
  553. 0x0127 0x68 ;Latin Small Letter H With Stroke
  554. 0x0128 0x49 ;Latin Capital Letter I With Tilde
  555. 0x0129 0x69 ;Latin Small Letter I With Tilde
  556. 0x012a 0x49 ;Latin Capital Letter I With Macron
  557. 0x012b 0x69 ;Latin Small Letter I With Macron
  558. 0x012c 0x49 ;Latin Capital Letter I With Breve
  559. 0x012d 0x69 ;Latin Small Letter I With Breve
  560. 0x012e 0x49 ;Latin Capital Letter I With Ogonek
  561. 0x012f 0x69 ;Latin Small Letter I With Ogonek
  562. 0x0130 0x98 ;Latin Capital Letter I With Dot Above
  563. 0x0131 0x8d ;Latin Small Letter Dotless I
  564. 0x0134 0x4a ;Latin Capital Letter J With Circumflex
  565. 0x0135 0x6a ;Latin Small Letter J With Circumflex
  566. 0x0136 0x4b ;Latin Capital Letter K With Cedilla
  567. 0x0137 0x6b ;Latin Small Letter K With Cedilla
  568. 0x0139 0x4c ;Latin Capital Letter L With Acute
  569. 0x013a 0x6c ;Latin Small Letter L With Acute
  570. 0x013b 0x4c ;Latin Capital Letter L With Cedilla
  571. 0x013c 0x6c ;Latin Small Letter L With Cedilla
  572. 0x013d 0x4c ;Latin Capital Letter L With Caron
  573. 0x013e 0x6c ;Latin Small Letter L With Caron
  574. 0x0141 0x4c ;Latin Capital Letter L With Stroke
  575. 0x0142 0x6c ;Latin Small Letter L With Stroke
  576. 0x0143 0x4e ;Latin Capital Letter N With Acute
  577. 0x0144 0x6e ;Latin Small Letter N With Acute
  578. 0x0145 0x4e ;Latin Capital Letter N With Cedilla
  579. 0x0146 0x6e ;Latin Small Letter N With Cedilla
  580. 0x0147 0x4e ;Latin Capital Letter N With Caron
  581. 0x0148 0x6e ;Latin Small Letter N With Caron
  582. 0x014c 0x4f ;Latin Capital Letter O With Macron
  583. 0x014d 0x6f ;Latin Small Letter O With Macron
  584. 0x014e 0x4f ;Latin Capital Letter O With Breve
  585. 0x014f 0x6f ;Latin Small Letter O With Breve
  586. 0x0150 0x4f ;Latin Capital Letter O With Double Acute
  587. 0x0151 0x6f ;Latin Small Letter O With Double Acute
  588. 0x0152 0x4f ;Latin Capital Ligature Oe
  589. 0x0153 0x6f ;Latin Small Ligature Oe
  590. 0x0154 0x52 ;Latin Capital Letter R With Acute
  591. 0x0155 0x72 ;Latin Small Letter R With Acute
  592. 0x0156 0x52 ;Latin Capital Letter R With Cedilla
  593. 0x0157 0x72 ;Latin Small Letter R With Cedilla
  594. 0x0158 0x52 ;Latin Capital Letter R With Caron
  595. 0x0159 0x72 ;Latin Small Letter R With Caron
  596. 0x015a 0x53 ;Latin Capital Letter S With Acute
  597. 0x015b 0x73 ;Latin Small Letter S With Acute
  598. 0x015c 0x53 ;Latin Capital Letter S With Circumflex
  599. 0x015d 0x73 ;Latin Small Letter S With Circumflex
  600. 0x015e 0x9e ;Latin Capital Letter S With Cedilla
  601. 0x015f 0x9f ;Latin Small Letter S With Cedilla
  602. 0x0160 0x53 ;Latin Capital Letter S With Caron
  603. 0x0161 0x73 ;Latin Small Letter S With Caron
  604. 0x0162 0x54 ;Latin Capital Letter T With Cedilla
  605. 0x0163 0x74 ;Latin Small Letter T With Cedilla
  606. 0x0164 0x54 ;Latin Capital Letter T With Caron
  607. 0x0165 0x74 ;Latin Small Letter T With Caron
  608. 0x0166 0x54 ;Latin Capital Letter T With Stroke
  609. 0x0167 0x74 ;Latin Small Letter T With Stroke
  610. 0x0168 0x55 ;Latin Capital Letter U With Tilde
  611. 0x0169 0x75 ;Latin Small Letter U With Tilde
  612. 0x016a 0x55 ;Latin Capital Letter U With Macron
  613. 0x016b 0x75 ;Latin Small Letter U With Macron
  614. 0x016c 0x55 ;Latin Capital Letter U With Breve
  615. 0x016d 0x75 ;Latin Small Letter U With Breve
  616. 0x016e 0x55 ;Latin Capital Letter U With Ring Above
  617. 0x016f 0x75 ;Latin Small Letter U With Ring Above
  618. 0x0170 0x55 ;Latin Capital Letter U With Double Acute
  619. 0x0171 0x75 ;Latin Small Letter U With Double Acute
  620. 0x0172 0x55 ;Latin Capital Letter U With Ogonek
  621. 0x0173 0x75 ;Latin Small Letter U With Ogonek
  622. 0x0174 0x57 ;Latin Capital Letter W With Circumflex
  623. 0x0175 0x77 ;Latin Small Letter W With Circumflex
  624. 0x0176 0x59 ;Latin Capital Letter Y With Circumflex
  625. 0x0177 0x79 ;Latin Small Letter Y With Circumflex
  626. 0x0178 0x59 ;Y Diaeresis -> Y(#25995)
  627. 0x0179 0x5a ;Latin Capital Letter Z With Acute
  628. 0x017a 0x7a ;Latin Small Letter Z With Acute
  629. 0x017b 0x5a ;Latin Capital Letter Z With Dot Above
  630. 0x017c 0x7a ;Latin Small Letter Z With Dot Above
  631. 0x017d 0x5a ;Latin Capital Letter Z With Caron
  632. 0x017e 0x7a ;Latin Small Letter Z With Caron
  633. 0x0180 0x62 ;Latin Small Letter B With Stroke
  634. 0x0189 0x44 ;Latin Capital Letter African D
  635. 0x0191 0x46 ;Latin Capital Letter F With Hook
  636. 0x0192 0x66 ;Latin Small Letter F With Hook
  637. 0x0197 0x49 ;Latin Capital Letter I With Stroke
  638. 0x019a 0x6c ;Latin Small Letter L With Bar
  639. 0x019f 0x4f ;Latin Capital Letter O With Middle Tilde
  640. 0x01a0 0x4f ;Latin Capital Letter O With Horn
  641. 0x01a1 0x6f ;Latin Small Letter O With Horn
  642. 0x01ab 0x74 ;Latin Small Letter T With Palatal Hook
  643. 0x01ae 0x54 ;Latin Capital Letter T With Retroflex Hook
  644. 0x01af 0x55 ;Latin Capital Letter U With Horn
  645. 0x01b0 0x75 ;Latin Small Letter U With Horn
  646. 0x01b6 0x7a ;Latin Small Letter Z With Stroke
  647. 0x01c0 0x7c ;Latin Letter Dental Click
  648. 0x01c3 0x21 ;Latin Letter Retroflex Click
  649. 0x01cd 0x41 ;Latin Capital Letter A With Caron
  650. 0x01ce 0x61 ;Latin Small Letter A With Caron
  651. 0x01cf 0x49 ;Latin Capital Letter I With Caron
  652. 0x01d0 0x69 ;Latin Small Letter I With Caron
  653. 0x01d1 0x4f ;Latin Capital Letter O With Caron
  654. 0x01d2 0x6f ;Latin Small Letter O With Caron
  655. 0x01d3 0x55 ;Latin Capital Letter U With Caron
  656. 0x01d4 0x75 ;Latin Small Letter U With Caron
  657. 0x01d5 0x55 ;Latin Capital Letter U With Diaeresis And Macron
  658. 0x01d6 0x75 ;Latin Small Letter U With Diaeresis And Macron
  659. 0x01d7 0x55 ;Latin Capital Letter U With Diaeresis And Acute
  660. 0x01d8 0x75 ;Latin Small Letter U With Diaeresis And Acute
  661. 0x01d9 0x55 ;Latin Capital Letter U With Diaeresis And Caron
  662. 0x01da 0x75 ;Latin Small Letter U With Diaeresis And Caron
  663. 0x01db 0x55 ;Latin Capital Letter U With Diaeresis And Grave
  664. 0x01dc 0x75 ;Latin Small Letter U With Diaeresis And Grave
  665. 0x01de 0x41 ;Latin Capital Letter A With Diaeresis And Macron
  666. 0x01df 0x61 ;Latin Small Letter A With Diaeresis And Macron
  667. 0x01e4 0x47 ;Latin Capital Letter G With Stroke
  668. 0x01e5 0x67 ;Latin Small Letter G With Stroke
  669. 0x01e6 0x47 ;Latin Capital Letter G With Caron
  670. 0x01e7 0x67 ;Latin Small Letter G With Caron
  671. 0x01e8 0x4b ;Latin Capital Letter K With Caron
  672. 0x01e9 0x6b ;Latin Small Letter K With Caron
  673. 0x01ea 0x4f ;Latin Capital Letter O With Ogonek
  674. 0x01eb 0x6f ;Latin Small Letter O With Ogonek
  675. 0x01ec 0x4f ;Latin Capital Letter O With Ogonek And Macron
  676. 0x01ed 0x6f ;Latin Small Letter O With Ogonek And Macron
  677. 0x01f0 0x6a ;Latin Small Letter J With Caron
  678. 0x0261 0x67 ;Latin Small Letter Script G
  679. 0x02b9 0x27 ;Modifier Letter Prime
  680. 0x02ba 0x22 ;Modifier Letter Double Prime
  681. 0x02bb 0x27 ;Modifier Letter Turned Comma
  682. 0x02bc 0x27 ;Modifier Letter Apostrophe
  683. 0x02c4 0x5e ;Modifier Letter Up Arrowhead
  684. 0x02c6 0x5e ;Modifier Letter Circumflex Accent
  685. 0x02c7 0x5e ;Caron
  686. 0x02c8 0x27 ;Modifier Letter Vertical Line
  687. 0x02c9 0x16 ;Modifier Letter Macron
  688. 0x02ca 0xef ;Modifier Letter Acute Accent
  689. 0x02cb 0x60 ;Modifier Letter Grave Accent
  690. 0x02cd 0x5f ;Modifier Letter Low Macron
  691. 0x02d8 0x5e ;Breve
  692. 0x02d9 0xfa ;Dot Above
  693. 0x02da 0xf8 ;Ring Above
  694. 0x02db 0xf7 ;Ogonek
  695. 0x02dc 0x7e ;Small Tilde
  696. 0x02dd 0xf9 ;Double Acute Accent
  697. 0x0300 0x60 ;Combining Grave Accent
  698. 0x0301 0xef ;Combining Acute Accent
  699. 0x0302 0x5e ;Combining Circumflex Accent
  700. 0x0303 0x7e ;Combining Tilde
  701. 0x0304 0xc4 ;Combining Macron
  702. 0x0305 0xc4 ;Combining Overline
  703. 0x0306 0x5e ;Combining Breve
  704. 0x0307 0xfa ;Combining Dot Above
  705. 0x0308 0xf9 ;Combining Diaeresis
  706. 0x030a 0xf8 ;Combining Ring Above
  707. 0x030c 0x5e ;Combining Caron
  708. 0x030e 0x22 ;Combining Double Vertical Line Above
  709. 0x0327 0xf7 ;Combining Cedilla
  710. 0x0331 0x5f ;Combining Macron Below
  711. 0x0332 0x5f ;Combining Low Line
  712. 0x037e 0x3b ;Greek Question Mark
  713. 0x03b2 0xe1 ;Greek Small Letter Beta
  714. 0x03bc 0xe6 ;Greek Small Letter Mu
  715. 0x04bb 0x68 ;Cyrillic Small Letter Shha
  716. 0x0589 0x3a ;Armenian Full Stop
  717. 0x066a 0x25 ;Arabic Percent Sign
  718. 0x2000 0x20 ;En Quad
  719. 0x2001 0x20 ;Em Quad
  720. 0x2002 0x20 ;En Space
  721. 0x2003 0x20 ;Em Space
  722. 0x2004 0x20 ;Three-Per-Em Space
  723. 0x2005 0x20 ;Four-Per-Em Space
  724. 0x2006 0x20 ;Six-Per-Em Space
  725. 0x2010 0x2d ;Hyphen
  726. 0x2011 0x2d ;Non-Breaking Hyphen
  727. 0x2013 0x2d ;En Dash
  728. 0x2014 0x2d ;Em Dash
  729. 0x2018 0x27 ;Left Single Quotation Mark
  730. 0x2019 0x27 ;Right Single Quotation Mark
  731. 0x201a 0x27 ;Single Low-9 Quotation Mark
  732. 0x201c 0x22 ;Left Double Quotation Mark
  733. 0x201d 0x22 ;Right Double Quotation Mark
  734. 0x201e 0x22 ;Double Low-9 Quotation Mark
  735. 0x2020 0xc5 ;Dagger
  736. 0x2021 0xc5 ;Double Dagger
  737. 0x2022 0x07 ;Bullet
  738. 0x2024 0x07 ;One Dot Leader
  739. 0x2026 0x07 ;Horizontal Ellipsis
  740. 0x2030 0x25 ;Per Mille Sign
  741. 0x2032 0x27 ;Prime
  742. 0x2033 0x22 ;Double Prime
  743. 0x2035 0x22 ;Reversed Prime
  744. 0x2039 0x3c ;Single Left-Pointing Angle Quotation Mark
  745. 0x203a 0x3e ;Single Right-Pointing Angle Quotation Mark
  746. 0x203c 0x13 ;Double Exclamation Mark
  747. 0x2044 0x2f ;Fraction Slash
  748. 0x2070 0x30 ;Superscript Zero
  749. 0x2074 0x34 ;Superscript Four
  750. 0x2075 0x35 ;Superscript Five
  751. 0x2076 0x36 ;Superscript Six
  752. 0x2077 0x37 ;Superscript Seven
  753. 0x2078 0x38 ;Superscript Eight
  754. 0x2080 0x30 ;Subscript Zero
  755. 0x2081 0x31 ;Subscript One
  756. 0x2082 0x32 ;Subscript Two
  757. 0x2083 0x33 ;Subscript Three
  758. 0x2084 0x34 ;Subscript Four
  759. 0x2085 0x35 ;Subscript Five
  760. 0x2086 0x36 ;Subscript Six
  761. 0x2087 0x37 ;Subscript Seven
  762. 0x2088 0x38 ;Subscript Eight
  763. 0x2089 0x39 ;Subscript Nine
  764. 0x20a4 0x4c ;Lira Sign
  765. 0x2102 0x43 ;Double-Struck Capital C
  766. 0x2107 0x45 ;Euler Constant
  767. 0x210a 0x67 ;Script Small G
  768. 0x210b 0x48 ;Script Capital H
  769. 0x210c 0x48 ;Black-Letter Capital H
  770. 0x210d 0x48 ;Double-Struck Capital H
  771. 0x210e 0x68 ;Planck Constant
  772. 0x2110 0x49 ;Script Capital I
  773. 0x2111 0x49 ;Black-Letter Capital I
  774. 0x2112 0x4c ;Script Capital L
  775. 0x2113 0x6c ;Script Small L
  776. 0x2115 0x4e ;Double-Struck Capital N
  777. 0x2118 0x50 ;Script Capital P
  778. 0x2119 0x50 ;Double-Struck Capital P
  779. 0x211a 0x51 ;Double-Struck Capital Q
  780. 0x211b 0x52 ;Script Capital R
  781. 0x211c 0x52 ;Black-Letter Capital R
  782. 0x211d 0x52 ;Double-Struck Capital R
  783. 0x2122 0x74 ;Trade Mark Sign
  784. 0x2124 0x5a ;Double-Struck Capital Z
  785. 0x2128 0x5a ;Black-Letter Capital Z
  786. 0x212a 0x4b ;Kelvin Sign
  787. 0x212b 0x41 ;Angstrom Sign
  788. 0x212c 0x42 ;Script Capital B
  789. 0x212d 0x43 ;Black-Letter Capital C
  790. 0x212e 0x65 ;Estimated Symbol
  791. 0x212f 0x65 ;Script Small E
  792. 0x2130 0x45 ;Script Capital E
  793. 0x2131 0x46 ;Script Capital F
  794. 0x2133 0x4d ;Script Capital M
  795. 0x2134 0x6f ;Script Small O
  796. 0x2190 0x1b ;Leftwards Arrow
  797. 0x2191 0x18 ;Upwards Arrow
  798. 0x2192 0x1a ;Rightwards Arrow
  799. 0x2193 0x19 ;Downwards Arrow
  800. 0x2194 0x1d ;Left Right Arrow
  801. 0x2195 0x12 ;Up Down Arrow
  802. 0x21a8 0x17 ;Up Down Arrow With Base
  803. 0x2205 0x4f ;Empty Set
  804. 0x2212 0x2d ;Minus Sign
  805. 0x2213 0xf1 ;Minus-Or-Plus Sign
  806. 0x2215 0x2f ;Division Slash
  807. 0x2216 0x5c ;Set Minus
  808. 0x2217 0x2a ;Asterisk Operator
  809. 0x2218 0xf8 ;Ring Operator
  810. 0x2219 0x07 ;Bullet Operator
  811. 0x221f 0x1c ;Right Angle
  812. 0x2223 0x7c ;Divides
  813. 0x2236 0x3a ;Ratio
  814. 0x223c 0x7e ;Tilde Operator
  815. 0x226a 0xae ;Much Less-Than
  816. 0x226b 0xaf ;Much Greater-Than
  817. 0x22c5 0x07 ;Dot Operator
  818. 0x2302 0x7f ;House
  819. 0x2303 0x5e ;Up Arrowhead
  820. 0x2329 0x3c ;Left-Pointing Angle Bracket
  821. 0x232a 0x3e ;Right-Pointing Angle Bracket
  822. 0x2500 0xc4 ;Box Drawings Light Horizontal
  823. 0x2502 0xb3 ;Box Drawings Light Vertical
  824. 0x250c 0xda ;Box Drawings Light Down And Right
  825. 0x2510 0xbf ;Box Drawings Light Down And Left
  826. 0x2514 0xc0 ;Box Drawings Light Up And Right
  827. 0x2518 0xd9 ;Box Drawings Light Up And Left
  828. 0x251c 0xc3 ;Box Drawings Light Vertical And Right
  829. 0x2524 0xb4 ;Box Drawings Light Vertical And Left
  830. 0x252c 0xc2 ;Box Drawings Light Down And Horizontal
  831. 0x2534 0xc1 ;Box Drawings Light Up And Horizontal
  832. 0x253c 0xc5 ;Box Drawings Light Vertical And Horizontal
  833. 0x2550 0xcd ;Box Drawings Double Horizontal
  834. 0x2551 0xba ;Box Drawings Double Vertical
  835. 0x2554 0xc9 ;Box Drawings Double Down And Right
  836. 0x2557 0xbb ;Box Drawings Double Down And Left
  837. 0x255a 0xc8 ;Box Drawings Double Up And Right
  838. 0x255d 0xbc ;Box Drawings Double Up And Left
  839. 0x2560 0xcc ;Box Drawings Double Vertical And Right
  840. 0x2563 0xb9 ;Box Drawings Double Vertical And Left
  841. 0x2566 0xcb ;Box Drawings Double Down And Horizontal
  842. 0x2569 0xca ;Box Drawings Double Up And Horizontal
  843. 0x256c 0xce ;Box Drawings Double Vertical And Horizontal
  844. 0x2580 0xdf ;Upper Half Block
  845. 0x2584 0xdc ;Lower Half Block
  846. 0x2588 0xdb ;Full Block
  847. 0x2591 0xb0 ;Light Shade
  848. 0x2592 0xb1 ;Medium Shade
  849. 0x2593 0xb2 ;Dark Shade
  850. 0x25a0 0xfe ;Black Square
  851. 0x25ac 0x16 ;Black Rectangle
  852. 0x25b2 0x1e ;Black Up-Pointing Triangle
  853. 0x25ba 0x10 ;Black Right-Pointing Pointer
  854. 0x25bc 0x1f ;Black Down-Pointing Triangle
  855. 0x25c4 0x11 ;Black Left-Pointing Pointer
  856. 0x25cb 0x09 ;White Circle
  857. 0x25d8 0x08 ;Inverse Bullet
  858. 0x25d9 0x0a ;Inverse White Circle
  859. 0x263a 0x01 ;White Smiling Face
  860. 0x263b 0x02 ;Black Smiling Face
  861. 0x263c 0x0f ;White Sun With Rays
  862. 0x2640 0x0c ;Female Sign
  863. 0x2642 0x0b ;Male Sign
  864. 0x2660 0x06 ;Black Spade Suit
  865. 0x2663 0x05 ;Black Club Suit
  866. 0x2665 0x03 ;Black Heart Suit
  867. 0x2666 0x04 ;Black Diamond Suit
  868. 0x266a 0x0d ;Eighth Note
  869. 0x266b 0x0e ;Beamed Eighth Notes
  870. 0x2758 0x7c ;Light Vertical Bar
  871. 0x275b 0x27 ;Heavy Single Turned Comma Quotation Mark Ornament
  872. 0x275c 0x27 ;Heavy Single Comma Quotation Mark Ornament
  873. 0x275d 0x22 ;Heavy Double Turned Comma Quotation Mark Ornament
  874. 0x275e 0x22 ;Heavy Double Comma Quotation Mark Ornament
  875. 0x3000 0x20 ;Ideographic Space
  876. 0x3008 0x3c ;Left Angle Bracket
  877. 0x3009 0x3e ;Right Angle Bracket
  878. 0x300a 0xae ;Left Double Angle Bracket
  879. 0x300b 0xaf ;Right Double Angle Bracket
  880. 0x301a 0x5b ;Left White Square Bracket
  881. 0x301b 0x7d ;Right White Square Bracket
  882. 0x301d 0x22 ;Reversed Double Prime Quotation Mark
  883. 0x301e 0x22 ;Double Prime Quotation Mark
  884. 0x301f 0x22 ;Low Double Prime Quotation Mark
  885. 0x30fb 0x07 ;Katakana Middle Dot
  886. 0x30fc 0x5f ;Katakana-Hiragana Prolonged Sound Mark
  887. 0xf8bb 0xd5 ;EUDC -> Undefined
  888. 0xf8bc 0xe7 ;EUDC -> Undefined
  889. 0xf8bd 0xf2 ;EUDC -> Undefined
  890. 0xff01 0x21 ;Fullwidth Exclamation Mark
  891. 0xff02 0x22 ;Fullwidth Quotation Mark
  892. 0xff03 0x23 ;Fullwidth Number Sign
  893. 0xff04 0x24 ;Fullwidth Dollar Sign
  894. 0xff05 0x25 ;Fullwidth Percent Sign
  895. 0xff06 0x26 ;Fullwidth Ampersand
  896. 0xff07 0x27 ;Fullwidth Apostrophe
  897. 0xff08 0x28 ;Fullwidth Left Parenthesis
  898. 0xff09 0x29 ;Fullwidth Right Parenthesis
  899. 0xff0a 0x2a ;Fullwidth Asterisk
  900. 0xff0b 0x2b ;Fullwidth Plus Sign
  901. 0xff0c 0x2c ;Fullwidth Comma
  902. 0xff0d 0x2d ;Fullwidth Hyphen-Minus
  903. 0xff0e 0x2e ;Fullwidth Full Stop
  904. 0xff0f 0x2f ;Fullwidth Solidus
  905. 0xff10 0x30 ;Fullwidth Digit Zero
  906. 0xff11 0x31 ;Fullwidth Digit One
  907. 0xff12 0x32 ;Fullwidth Digit Two
  908. 0xff13 0x33 ;Fullwidth Digit Three
  909. 0xff14 0x34 ;Fullwidth Digit Four
  910. 0xff15 0x35 ;Fullwidth Digit Five
  911. 0xff16 0x36 ;Fullwidth Digit Six
  912. 0xff17 0x37 ;Fullwidth Digit Seven
  913. 0xff18 0x38 ;Fullwidth Digit Eight
  914. 0xff19 0x39 ;Fullwidth Digit Nine
  915. 0xff1a 0x3a ;Fullwidth Colon
  916. 0xff1b 0x3b ;Fullwidth Semicolon
  917. 0xff1c 0x3c ;Fullwidth Less-Than Sign
  918. 0xff1d 0x3d ;Fullwidth Equals Sign
  919. 0xff1e 0x3e ;Fullwidth Greater-Than Sign
  920. 0xff1f 0x3f ;Fullwidth Question Mark
  921. 0xff20 0x40 ;Fullwidth Commercial At
  922. 0xff21 0x41 ;Fullwidth Latin Capital Letter A
  923. 0xff22 0x42 ;Fullwidth Latin Capital Letter B
  924. 0xff23 0x43 ;Fullwidth Latin Capital Letter C
  925. 0xff24 0x44 ;Fullwidth Latin Capital Letter D
  926. 0xff25 0x45 ;Fullwidth Latin Capital Letter E
  927. 0xff26 0x46 ;Fullwidth Latin Capital Letter F
  928. 0xff27 0x47 ;Fullwidth Latin Capital Letter G
  929. 0xff28 0x48 ;Fullwidth Latin Capital Letter H
  930. 0xff29 0x49 ;Fullwidth Latin Capital Letter I
  931. 0xff2a 0x4a ;Fullwidth Latin Capital Letter J
  932. 0xff2b 0x4b ;Fullwidth Latin Capital Letter K
  933. 0xff2c 0x4c ;Fullwidth Latin Capital Letter L
  934. 0xff2d 0x4d ;Fullwidth Latin Capital Letter M
  935. 0xff2e 0x4e ;Fullwidth Latin Capital Letter N
  936. 0xff2f 0x4f ;Fullwidth Latin Capital Letter O
  937. 0xff30 0x50 ;Fullwidth Latin Capital Letter P
  938. 0xff31 0x51 ;Fullwidth Latin Capital Letter Q
  939. 0xff32 0x52 ;Fullwidth Latin Capital Letter R
  940. 0xff33 0x53 ;Fullwidth Latin Capital Letter S
  941. 0xff34 0x54 ;Fullwidth Latin Capital Letter T
  942. 0xff35 0x55 ;Fullwidth Latin Capital Letter U
  943. 0xff36 0x56 ;Fullwidth Latin Capital Letter V
  944. 0xff37 0x57 ;Fullwidth Latin Capital Letter W
  945. 0xff38 0x58 ;Fullwidth Latin Capital Letter X
  946. 0xff39 0x59 ;Fullwidth Latin Capital Letter Y
  947. 0xff3a 0x5a ;Fullwidth Latin Capital Letter Z
  948. 0xff3b 0x5b ;Fullwidth Left Square Bracket
  949. 0xff3c 0x5c ;Fullwidth Reverse Solidus
  950. 0xff3d 0x5d ;Fullwidth Right Square Bracket
  951. 0xff3e 0x5e ;Fullwidth Circumflex Accent
  952. 0xff3f 0x5f ;Fullwidth Low Line
  953. 0xff40 0x60 ;Fullwidth Grave Accent
  954. 0xff41 0x61 ;Fullwidth Latin Small Letter A
  955. 0xff42 0x62 ;Fullwidth Latin Small Letter B
  956. 0xff43 0x63 ;Fullwidth Latin Small Letter C
  957. 0xff44 0x64 ;Fullwidth Latin Small Letter D
  958. 0xff45 0x65 ;Fullwidth Latin Small Letter E
  959. 0xff46 0x66 ;Fullwidth Latin Small Letter F
  960. 0xff47 0x67 ;Fullwidth Latin Small Letter G
  961. 0xff48 0x68 ;Fullwidth Latin Small Letter H
  962. 0xff49 0x69 ;Fullwidth Latin Small Letter I
  963. 0xff4a 0x6a ;Fullwidth Latin Small Letter J
  964. 0xff4b 0x6b ;Fullwidth Latin Small Letter K
  965. 0xff4c 0x6c ;Fullwidth Latin Small Letter L
  966. 0xff4d 0x6d ;Fullwidth Latin Small Letter M
  967. 0xff4e 0x6e ;Fullwidth Latin Small Letter N
  968. 0xff4f 0x6f ;Fullwidth Latin Small Letter O
  969. 0xff50 0x70 ;Fullwidth Latin Small Letter P
  970. 0xff51 0x71 ;Fullwidth Latin Small Letter Q
  971. 0xff52 0x72 ;Fullwidth Latin Small Letter R
  972. 0xff53 0x73 ;Fullwidth Latin Small Letter S
  973. 0xff54 0x74 ;Fullwidth Latin Small Letter T
  974. 0xff55 0x75 ;Fullwidth Latin Small Letter U
  975. 0xff56 0x76 ;Fullwidth Latin Small Letter V
  976. 0xff57 0x77 ;Fullwidth Latin Small Letter W
  977. 0xff58 0x78 ;Fullwidth Latin Small Letter X
  978. 0xff59 0x79 ;Fullwidth Latin Small Letter Y
  979. 0xff5a 0x7a ;Fullwidth Latin Small Letter Z
  980. 0xff5b 0x7b ;Fullwidth Left Curly Bracket
  981. 0xff5c 0x7c ;Fullwidth Vertical Line
  982. 0xff5d 0x7d ;Fullwidth Right Curly Bracket
  983. 0xff5e 0x7e ;Fullwidth Tilde
  984. ENDCODEPAGE
  985.