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.

618 lines
16 KiB

  1. CODEPAGE 1257 ;Baltic - 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
  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 0
  53. 0x31 0x0031 ;Digit 1
  54. 0x32 0x0032 ;Digit 2
  55. 0x33 0x0033 ;Digit 3
  56. 0x34 0x0034 ;Digit 4
  57. 0x35 0x0035 ;Digit 5
  58. 0x36 0x0036 ;Digit 6
  59. 0x37 0x0037 ;Digit 7
  60. 0x38 0x0038 ;Digit 8
  61. 0x39 0x0039 ;Digit 9
  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 ;A
  70. 0x42 0x0042 ;B
  71. 0x43 0x0043 ;C
  72. 0x44 0x0044 ;D
  73. 0x45 0x0045 ;E
  74. 0x46 0x0046 ;F
  75. 0x47 0x0047 ;G
  76. 0x48 0x0048 ;H
  77. 0x49 0x0049 ;I
  78. 0x4a 0x004a ;J
  79. 0x4b 0x004b ;K
  80. 0x4c 0x004c ;L
  81. 0x4d 0x004d ;M
  82. 0x4e 0x004e ;N
  83. 0x4f 0x004f ;O
  84. 0x50 0x0050 ;P
  85. 0x51 0x0051 ;Q
  86. 0x52 0x0052 ;R
  87. 0x53 0x0053 ;S
  88. 0x54 0x0054 ;T
  89. 0x55 0x0055 ;U
  90. 0x56 0x0056 ;V
  91. 0x57 0x0057 ;W
  92. 0x58 0x0058 ;X
  93. 0x59 0x0059 ;Y
  94. 0x5a 0x005a ;Z
  95. 0x5b 0x005b ;Left Square Bracket
  96. 0x5c 0x005c ;Backslash
  97. 0x5d 0x005d ;Right Square Bracket
  98. 0x5e 0x005e ;Circumflex
  99. 0x5f 0x005f ;Low Line
  100. 0x60 0x0060 ;Grave
  101. 0x61 0x0061 ;a
  102. 0x62 0x0062 ;b
  103. 0x63 0x0063 ;c
  104. 0x64 0x0064 ;d
  105. 0x65 0x0065 ;e
  106. 0x66 0x0066 ;f
  107. 0x67 0x0067 ;g
  108. 0x68 0x0068 ;h
  109. 0x69 0x0069 ;i
  110. 0x6a 0x006a ;j
  111. 0x6b 0x006b ;k
  112. 0x6c 0x006c ;l
  113. 0x6d 0x006d ;m
  114. 0x6e 0x006e ;n
  115. 0x6f 0x006f ;o
  116. 0x70 0x0070 ;p
  117. 0x71 0x0071 ;q
  118. 0x72 0x0072 ;r
  119. 0x73 0x0073 ;s
  120. 0x74 0x0074 ;t
  121. 0x75 0x0075 ;u
  122. 0x76 0x0076 ;v
  123. 0x77 0x0077 ;w
  124. 0x78 0x0078 ;x
  125. 0x79 0x0079 ;y
  126. 0x7a 0x007a ;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 0x20ac ;Euro Sign
  133. 0x81 0x0081
  134. 0x82 0x201a ;Low Single Comma Quotation Mark
  135. 0x83 0x0083 ;Not Used
  136. 0x84 0x201e ;Low Double Comma Quotation Mark
  137. 0x85 0x2026 ;Horizontal Ellipsis
  138. 0x86 0x2020 ;Dagger
  139. 0x87 0x2021 ;Double Dagger
  140. 0x88 0x0088
  141. 0x89 0x2030 ;Per Mille Sign
  142. 0x8a 0x008a
  143. 0x8b 0x2039 ;Left Pointing Single Guillement
  144. 0x8c 0x008c
  145. 0x8d 0x00a8 ;Diaeresis
  146. 0x8e 0x02c7 ;Hacek
  147. 0x8f 0x00b8 ;Cedilla
  148. 0x90 0x0090
  149. 0x91 0x2018 ;Left Single Quotation Mark
  150. 0x92 0x2019 ;Right Single Quotation Mark
  151. 0x93 0x201c ;Left Double Quotation Mark
  152. 0x94 0x201d ;Right Double Quotation Mark
  153. 0x95 0x2022 ;Bullet
  154. 0x96 0x2013 ;En Dash
  155. 0x97 0x2014 ;Em Dash
  156. 0x98 0x0098 ;Not Used
  157. 0x99 0x2122 ;Trade Mark Sign
  158. 0x9a 0x009a
  159. 0x9b 0x203a ;Right Pointing Single Guillement
  160. 0x9c 0x009c
  161. 0x9d 0x00af ;Macron
  162. 0x9e 0x02db ;Ogonek
  163. 0x9f 0x009f
  164. 0xa0 0x00a0 ;No-Break Space
  165. 0xa1 0xf8fc ;Undefined -> EUDC
  166. 0xa2 0x00a2 ;Cent Sign
  167. 0xa3 0x00a3 ;Pound Sign
  168. 0xa4 0x00a4 ;Currency Sign
  169. 0xa5 0xf8fd ;Undefined -> EUDC
  170. 0xa6 0x00a6 ;Broken Bar
  171. 0xa7 0x00a7 ;Section Sign
  172. 0xa8 0x00d8 ;O Stroke
  173. 0xa9 0x00a9 ;Copyright Sign
  174. 0xaa 0x0156 ;R Cedilla
  175. 0xab 0x00ab ;Left Pointing Guillement
  176. 0xac 0x00ac ;Not Sign
  177. 0xad 0x00ad ;Soft Hyphen
  178. 0xae 0x00ae ;Registered Sign
  179. 0xaf 0x00c6 ;AE
  180. 0xb0 0x00b0 ;Degree Sign
  181. 0xb1 0x00b1 ;Plus-Minus Sign
  182. 0xb2 0x00b2 ;Superscript 2
  183. 0xb3 0x00b3 ;Superscript 3
  184. 0xb4 0x00b4 ;Acute
  185. 0xb5 0x00b5 ;Micro Sign
  186. 0xb6 0x00b6 ;Pilcrow Sign
  187. 0xb7 0x00b7 ;Middle Dot
  188. 0xb8 0x00f8 ;o Stroke
  189. 0xb9 0x00b9 ;Superscript 1
  190. 0xba 0x0157 ;r Cedilla
  191. 0xbb 0x00bb ;Right Pointing Guillement
  192. 0xbc 0x00bc ;Fraction 1/4
  193. 0xbd 0x00bd ;Fraction 1/2
  194. 0xbe 0x00be ;Fraction 3/4
  195. 0xbf 0x00e6 ;ae
  196. 0xc0 0x0104 ;A Ogonek
  197. 0xc1 0x012e ;I Ogonek
  198. 0xc2 0x0100 ;A Macron
  199. 0xc3 0x0106 ;C Acute
  200. 0xc4 0x00c4 ;A Diaeresis
  201. 0xc5 0x00c5 ;A Ring Above
  202. 0xc6 0x0118 ;E Ogonek
  203. 0xc7 0x0112 ;E Macron
  204. 0xc8 0x010c ;C Hacek
  205. 0xc9 0x00c9 ;E Acute
  206. 0xca 0x0179 ;Z Acute
  207. 0xcb 0x0116 ;E Dot Above
  208. 0xcc 0x0122 ;G Cedilla
  209. 0xcd 0x0136 ;K Cedilla
  210. 0xce 0x012a ;I Macron
  211. 0xcf 0x013b ;L Cedilla
  212. 0xd0 0x0160 ;S Hacek
  213. 0xd1 0x0143 ;N Acute
  214. 0xd2 0x0145 ;N Cedilla
  215. 0xd3 0x00d3 ;O Acute
  216. 0xd4 0x014c ;O Macron
  217. 0xd5 0x00d5 ;O Tilde
  218. 0xd6 0x00d6 ;O Diaeresis
  219. 0xd7 0x00d7 ;Multiplication Sign
  220. 0xd8 0x0172 ;U Ogonek
  221. 0xd9 0x0141 ;L Stroke
  222. 0xda 0x015a ;S Acute
  223. 0xdb 0x016a ;U Macron
  224. 0xdc 0x00dc ;U Diaeresis
  225. 0xdd 0x017b ;Z Dot Above
  226. 0xde 0x017d ;Z Hacek
  227. 0xdf 0x00df ;Sharp ss
  228. 0xe0 0x0105 ;a Ogonek
  229. 0xe1 0x012f ;i Ogonek
  230. 0xe2 0x0101 ;a Macron
  231. 0xe3 0x0107 ;c Acute
  232. 0xe4 0x00e4 ;a Diaeresis
  233. 0xe5 0x00e5 ;a Ring Above
  234. 0xe6 0x0119 ;e Ogonek
  235. 0xe7 0x0113 ;e Macron
  236. 0xe8 0x010d ;c Hacek
  237. 0xe9 0x00e9 ;e Acute
  238. 0xea 0x017a ;z Acute
  239. 0xeb 0x0117 ;e Dot Above
  240. 0xec 0x0123 ;g Cedilla
  241. 0xed 0x0137 ;k Cedilla
  242. 0xee 0x012b ;i Macron
  243. 0xef 0x013c ;l Cedilla
  244. 0xf0 0x0161 ;s Hacek
  245. 0xf1 0x0144 ;n Acute
  246. 0xf2 0x0146 ;n Cedilla
  247. 0xf3 0x00f3 ;o Acute
  248. 0xf4 0x014d ;o Macron
  249. 0xf5 0x00f5 ;o Tilde
  250. 0xf6 0x00f6 ;o Diaeresis
  251. 0xf7 0x00f7 ;Division Sign
  252. 0xf8 0x0173 ;u Ogonek
  253. 0xf9 0x0142 ;l Stroke
  254. 0xfa 0x015b ;s Acute
  255. 0xfb 0x016b ;u Macron
  256. 0xfc 0x00fc ;u Diaeresis
  257. 0xfd 0x017c ;z Dot Above
  258. 0xfe 0x017e ;z Hacek
  259. 0xff 0x02d9 ;Dot Above
  260. WCTABLE 350
  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
  301. 0x0028 0x28 ;Left Parenthesis
  302. 0x0029 0x29 ;Right Parenthesis
  303. 0x002a 0x2a ;Asterisk
  304. 0x002b 0x2b ;Plus Sign
  305. 0x002c 0x2c ;Comma
  306. 0x002d 0x2d ;Hyphen-Minus
  307. 0x002e 0x2e ;Full Stop
  308. 0x002f 0x2f ;Solidus
  309. 0x0030 0x30 ;Digit 0
  310. 0x0031 0x31 ;Digit 1
  311. 0x0032 0x32 ;Digit 2
  312. 0x0033 0x33 ;Digit 3
  313. 0x0034 0x34 ;Digit 4
  314. 0x0035 0x35 ;Digit 5
  315. 0x0036 0x36 ;Digit 6
  316. 0x0037 0x37 ;Digit 7
  317. 0x0038 0x38 ;Digit 8
  318. 0x0039 0x39 ;Digit 9
  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 ;A
  327. 0x0042 0x42 ;B
  328. 0x0043 0x43 ;C
  329. 0x0044 0x44 ;D
  330. 0x0045 0x45 ;E
  331. 0x0046 0x46 ;F
  332. 0x0047 0x47 ;G
  333. 0x0048 0x48 ;H
  334. 0x0049 0x49 ;I
  335. 0x004a 0x4a ;J
  336. 0x004b 0x4b ;K
  337. 0x004c 0x4c ;L
  338. 0x004d 0x4d ;M
  339. 0x004e 0x4e ;N
  340. 0x004f 0x4f ;O
  341. 0x0050 0x50 ;P
  342. 0x0051 0x51 ;Q
  343. 0x0052 0x52 ;R
  344. 0x0053 0x53 ;S
  345. 0x0054 0x54 ;T
  346. 0x0055 0x55 ;U
  347. 0x0056 0x56 ;V
  348. 0x0057 0x57 ;W
  349. 0x0058 0x58 ;X
  350. 0x0059 0x59 ;Y
  351. 0x005a 0x5a ;Z
  352. 0x005b 0x5b ;Left Square Bracket
  353. 0x005c 0x5c ;Backslash
  354. 0x005d 0x5d ;Right Square Bracket
  355. 0x005e 0x5e ;Circumflex
  356. 0x005f 0x5f ;Low Line
  357. 0x0060 0x60 ;Grave
  358. 0x0061 0x61 ;a
  359. 0x0062 0x62 ;b
  360. 0x0063 0x63 ;c
  361. 0x0064 0x64 ;d
  362. 0x0065 0x65 ;e
  363. 0x0066 0x66 ;f
  364. 0x0067 0x67 ;g
  365. 0x0068 0x68 ;h
  366. 0x0069 0x69 ;i
  367. 0x006a 0x6a ;j
  368. 0x006b 0x6b ;k
  369. 0x006c 0x6c ;l
  370. 0x006d 0x6d ;m
  371. 0x006e 0x6e ;n
  372. 0x006f 0x6f ;o
  373. 0x0070 0x70 ;p
  374. 0x0071 0x71 ;q
  375. 0x0072 0x72 ;r
  376. 0x0073 0x73 ;s
  377. 0x0074 0x74 ;t
  378. 0x0075 0x75 ;u
  379. 0x0076 0x76 ;v
  380. 0x0077 0x77 ;w
  381. 0x0078 0x78 ;x
  382. 0x0079 0x79 ;y
  383. 0x007a 0x7a ;z
  384. 0x007b 0x7b ;Left Curly Bracket
  385. 0x007c 0x7c ;Vertical Line
  386. 0x007d 0x7d ;Right Curly Bracket
  387. 0x007e 0x7e ;Tilde
  388. 0x007f 0x7f ;Delete
  389. 0x0081 0x81
  390. 0x0083 0x83 ;Not Used
  391. 0x0088 0x88
  392. 0x008a 0x8a
  393. 0x008c 0x8c
  394. 0x0090 0x90
  395. 0x0098 0x98 ;Not Used
  396. 0x009a 0x9a
  397. 0x009c 0x9c
  398. 0x009f 0x9f
  399. 0x00a0 0xa0 ;No-Break Space
  400. 0x00a2 0xa2 ;Cent Sign
  401. 0x00a3 0xa3 ;Pound Sign
  402. 0x00a4 0xa4 ;Currency Sign
  403. 0x00a6 0xa6 ;Broken Bar
  404. 0x00a7 0xa7 ;Section Sign
  405. 0x00a8 0x8d ;Diaeresis
  406. 0x00a9 0xa9 ;Copyright Sign
  407. 0x00ab 0xab ;Left Pointing Guillement
  408. 0x00ac 0xac ;Not Sign
  409. 0x00ad 0xad ;Soft Hyphen
  410. 0x00ae 0xae ;Registered Sign
  411. 0x00af 0x9d ;Macron
  412. 0x00b0 0xb0 ;Degree Sign
  413. 0x00b1 0xb1 ;Plus-Minus Sign
  414. 0x00b2 0xb2 ;Superscript 2
  415. 0x00b3 0xb3 ;Superscript 3
  416. 0x00b4 0xb4 ;Acute
  417. 0x00b5 0xb5 ;Micro Sign
  418. 0x00b6 0xb6 ;Pilcrow Sign
  419. 0x00b7 0xb7 ;Middle Dot
  420. 0x00b8 0x8f ;Cedilla
  421. 0x00b9 0xb9 ;Superscript 1
  422. 0x00bb 0xbb ;Right Pointing Guillement
  423. 0x00bc 0xbc ;Fraction 1/4
  424. 0x00bd 0xbd ;Fraction 1/2
  425. 0x00be 0xbe ;Fraction 3/4
  426. 0x00c4 0xc4 ;A Diaeresis
  427. 0x00c5 0xc5 ;A Ring Above
  428. 0x00c6 0xaf ;AE
  429. 0x00c9 0xc9 ;E Acute
  430. 0x00d3 0xd3 ;O Acute
  431. 0x00d5 0xd5 ;O Tilde
  432. 0x00d6 0xd6 ;O Diaeresis
  433. 0x00d7 0xd7 ;Multiplication Sign
  434. 0x00d8 0xa8 ;O Stroke
  435. 0x00dc 0xdc ;U Diaeresis
  436. 0x00df 0xdf ;Sharp ss
  437. 0x00e4 0xe4 ;a Diaeresis
  438. 0x00e5 0xe5 ;a Ring Above
  439. 0x00e6 0xbf ;ae
  440. 0x00e9 0xe9 ;e Acute
  441. 0x00f3 0xf3 ;o Acute
  442. 0x00f5 0xf5 ;o Tilde
  443. 0x00f6 0xf6 ;o Diaeresis
  444. 0x00f7 0xf7 ;Division Sign
  445. 0x00f8 0xb8 ;o Stroke
  446. 0x00fc 0xfc ;u Diaeresis
  447. 0x0100 0xc2 ;A Macron
  448. 0x0101 0xe2 ;a Macron
  449. 0x0104 0xc0 ;A Ogonek
  450. 0x0105 0xe0 ;a Ogonek
  451. 0x0106 0xc3 ;C Acute
  452. 0x0107 0xe3 ;c Acute
  453. 0x010c 0xc8 ;C Hacek
  454. 0x010d 0xe8 ;c Hacek
  455. 0x0112 0xc7 ;E Macron
  456. 0x0113 0xe7 ;e Macron
  457. 0x0116 0xcb ;E Dot Above
  458. 0x0117 0xeb ;e Dot Above
  459. 0x0118 0xc6 ;E Ogonek
  460. 0x0119 0xe6 ;e Ogonek
  461. 0x0122 0xcc ;G Cedilla
  462. 0x0123 0xec ;g Cedilla
  463. 0x012a 0xce ;I Macron
  464. 0x012b 0xee ;i Macron
  465. 0x012e 0xc1 ;I Ogonek
  466. 0x012f 0xe1 ;i Ogonek
  467. 0x0136 0xcd ;K Cedilla
  468. 0x0137 0xed ;k Cedilla
  469. 0x013b 0xcf ;L Cedilla
  470. 0x013c 0xef ;l Cedilla
  471. 0x0141 0xd9 ;L Stroke
  472. 0x0142 0xf9 ;l Stroke
  473. 0x0143 0xd1 ;N Acute
  474. 0x0144 0xf1 ;n Acute
  475. 0x0145 0xd2 ;N Cedilla
  476. 0x0146 0xf2 ;n Cedilla
  477. 0x014c 0xd4 ;O Macron
  478. 0x014d 0xf4 ;o Macron
  479. 0x0156 0xaa ;R Cedilla
  480. 0x0157 0xba ;r Cedilla
  481. 0x015a 0xda ;S Acute
  482. 0x015b 0xfa ;s Acute
  483. 0x0160 0xd0 ;S Hacek
  484. 0x0161 0xf0 ;s Hacek
  485. 0x016a 0xdb ;U Macron
  486. 0x016b 0xfb ;u Macron
  487. 0x0172 0xd8 ;U Ogonek
  488. 0x0173 0xf8 ;u Ogonek
  489. 0x0179 0xca ;Z Acute
  490. 0x017a 0xea ;z Acute
  491. 0x017b 0xdd ;Z Dot Above
  492. 0x017c 0xfd ;z Dot Above
  493. 0x017d 0xde ;Z Hacek
  494. 0x017e 0xfe ;z Hacek
  495. 0x02c7 0x8e ;Hacek
  496. 0x02d9 0xff ;Dot Above
  497. 0x02db 0x9e ;Ogonek
  498. 0x2013 0x96 ;En Dash
  499. 0x2014 0x97 ;Em Dash
  500. 0x2018 0x91 ;Left Single Quotation Mark
  501. 0x2019 0x92 ;Right Single Quotation Mark
  502. 0x201a 0x82 ;Low Single Comma Quotation Mark
  503. 0x201c 0x93 ;Left Double Quotation Mark
  504. 0x201d 0x94 ;Right Double Quotation Mark
  505. 0x201e 0x84 ;Low Double Comma Quotation Mark
  506. 0x2020 0x86 ;Dagger
  507. 0x2021 0x87 ;Double Dagger
  508. 0x2022 0x95 ;Bullet
  509. 0x2026 0x85 ;Horizontal Ellipsis
  510. 0x2030 0x89 ;Per Mille Sign
  511. 0x2039 0x8b ;Left Pointing Single Guillement
  512. 0x203a 0x9b ;Right Pointing Single Guillement
  513. 0x20ac 0x80 ;Euro Sign
  514. 0x2122 0x99 ;Trade Mark Sign
  515. 0xf8fc 0xa1 ;EUDC -> Undefined
  516. 0xf8fd 0xa5 ;EUDC -> Undefined
  517. 0xff01 0x21 ;Fullwidth Exclamation Mark
  518. 0xff02 0x22 ;Fullwidth Quotation Mark
  519. 0xff03 0x23 ;Fullwidth Number Sign
  520. 0xff04 0x24 ;Fullwidth Dollar Sign
  521. 0xff05 0x25 ;Fullwidth Percent Sign
  522. 0xff06 0x26 ;Fullwidth Ampersand
  523. 0xff07 0x27 ;Fullwidth Apostrophe
  524. 0xff08 0x28 ;Fullwidth Left Parenthesis
  525. 0xff09 0x29 ;Fullwidth Right Parenthesis
  526. 0xff0a 0x2a ;Fullwidth Asterisk
  527. 0xff0b 0x2b ;Fullwidth Plus Sign
  528. 0xff0c 0x2c ;Fullwidth Comma
  529. 0xff0d 0x2d ;Fullwidth Hyphen-Minus
  530. 0xff0e 0x2e ;Fullwidth Full Stop
  531. 0xff0f 0x2f ;Fullwidth Solidus
  532. 0xff10 0x30 ;Fullwidth Digit Zero
  533. 0xff11 0x31 ;Fullwidth Digit One
  534. 0xff12 0x32 ;Fullwidth Digit Two
  535. 0xff13 0x33 ;Fullwidth Digit Three
  536. 0xff14 0x34 ;Fullwidth Digit Four
  537. 0xff15 0x35 ;Fullwidth Digit Five
  538. 0xff16 0x36 ;Fullwidth Digit Six
  539. 0xff17 0x37 ;Fullwidth Digit Seven
  540. 0xff18 0x38 ;Fullwidth Digit Eight
  541. 0xff19 0x39 ;Fullwidth Digit Nine
  542. 0xff1a 0x3a ;Fullwidth Colon
  543. 0xff1b 0x3b ;Fullwidth Semicolon
  544. 0xff1c 0x3c ;Fullwidth Less-Than Sign
  545. 0xff1d 0x3d ;Fullwidth Equals Sign
  546. 0xff1e 0x3e ;Fullwidth Greater-Than Sign
  547. 0xff1f 0x3f ;Fullwidth Question Mark
  548. 0xff20 0x40 ;Fullwidth Commercial At
  549. 0xff21 0x41 ;Fullwidth Latin Capital Letter A
  550. 0xff22 0x42 ;Fullwidth Latin Capital Letter B
  551. 0xff23 0x43 ;Fullwidth Latin Capital Letter C
  552. 0xff24 0x44 ;Fullwidth Latin Capital Letter D
  553. 0xff25 0x45 ;Fullwidth Latin Capital Letter E
  554. 0xff26 0x46 ;Fullwidth Latin Capital Letter F
  555. 0xff27 0x47 ;Fullwidth Latin Capital Letter G
  556. 0xff28 0x48 ;Fullwidth Latin Capital Letter H
  557. 0xff29 0x49 ;Fullwidth Latin Capital Letter I
  558. 0xff2a 0x4a ;Fullwidth Latin Capital Letter J
  559. 0xff2b 0x4b ;Fullwidth Latin Capital Letter K
  560. 0xff2c 0x4c ;Fullwidth Latin Capital Letter L
  561. 0xff2d 0x4d ;Fullwidth Latin Capital Letter M
  562. 0xff2e 0x4e ;Fullwidth Latin Capital Letter N
  563. 0xff2f 0x4f ;Fullwidth Latin Capital Letter O
  564. 0xff30 0x50 ;Fullwidth Latin Capital Letter P
  565. 0xff31 0x51 ;Fullwidth Latin Capital Letter Q
  566. 0xff32 0x52 ;Fullwidth Latin Capital Letter R
  567. 0xff33 0x53 ;Fullwidth Latin Capital Letter S
  568. 0xff34 0x54 ;Fullwidth Latin Capital Letter T
  569. 0xff35 0x55 ;Fullwidth Latin Capital Letter U
  570. 0xff36 0x56 ;Fullwidth Latin Capital Letter V
  571. 0xff37 0x57 ;Fullwidth Latin Capital Letter W
  572. 0xff38 0x58 ;Fullwidth Latin Capital Letter X
  573. 0xff39 0x59 ;Fullwidth Latin Capital Letter Y
  574. 0xff3a 0x5a ;Fullwidth Latin Capital Letter Z
  575. 0xff3b 0x5b ;Fullwidth Left Square Bracket
  576. 0xff3c 0x5c ;Fullwidth Reverse Solidus
  577. 0xff3d 0x5d ;Fullwidth Right Square Bracket
  578. 0xff3e 0x5e ;Fullwidth Circumflex Accent
  579. 0xff3f 0x5f ;Fullwidth Low Line
  580. 0xff40 0x60 ;Fullwidth Grave Accent
  581. 0xff41 0x61 ;Fullwidth Latin Small Letter A
  582. 0xff42 0x62 ;Fullwidth Latin Small Letter B
  583. 0xff43 0x63 ;Fullwidth Latin Small Letter C
  584. 0xff44 0x64 ;Fullwidth Latin Small Letter D
  585. 0xff45 0x65 ;Fullwidth Latin Small Letter E
  586. 0xff46 0x66 ;Fullwidth Latin Small Letter F
  587. 0xff47 0x67 ;Fullwidth Latin Small Letter G
  588. 0xff48 0x68 ;Fullwidth Latin Small Letter H
  589. 0xff49 0x69 ;Fullwidth Latin Small Letter I
  590. 0xff4a 0x6a ;Fullwidth Latin Small Letter J
  591. 0xff4b 0x6b ;Fullwidth Latin Small Letter K
  592. 0xff4c 0x6c ;Fullwidth Latin Small Letter L
  593. 0xff4d 0x6d ;Fullwidth Latin Small Letter M
  594. 0xff4e 0x6e ;Fullwidth Latin Small Letter N
  595. 0xff4f 0x6f ;Fullwidth Latin Small Letter O
  596. 0xff50 0x70 ;Fullwidth Latin Small Letter P
  597. 0xff51 0x71 ;Fullwidth Latin Small Letter Q
  598. 0xff52 0x72 ;Fullwidth Latin Small Letter R
  599. 0xff53 0x73 ;Fullwidth Latin Small Letter S
  600. 0xff54 0x74 ;Fullwidth Latin Small Letter T
  601. 0xff55 0x75 ;Fullwidth Latin Small Letter U
  602. 0xff56 0x76 ;Fullwidth Latin Small Letter V
  603. 0xff57 0x77 ;Fullwidth Latin Small Letter W
  604. 0xff58 0x78 ;Fullwidth Latin Small Letter X
  605. 0xff59 0x79 ;Fullwidth Latin Small Letter Y
  606. 0xff5a 0x7a ;Fullwidth Latin Small Letter Z
  607. 0xff5b 0x7b ;Fullwidth Left Curly Bracket
  608. 0xff5c 0x7c ;Fullwidth Vertical Line
  609. 0xff5d 0x7d ;Fullwidth Right Curly Bracket
  610. 0xff5e 0x7e ;Fullwidth Tilde
  611. ENDCODEPAGE
  612.