/share/i18n/csmapper/APPLE/CYRILLIC%UCS.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 272 lines · 270 code · 2 blank · 0 comment · 0 complexity · 1f1833673decd2562853093c31afc1ac MD5 · raw file

  1. # $FreeBSD$
  2. # $NetBSD: CYRILLIC%UCS.src,v 1.1 2006/03/13 19:45:36 tnozaki Exp $
  3. TYPE ROWCOL
  4. NAME CYRILLIC/UCS
  5. SRC_ZONE 0x00-0xFF
  6. OOB_MODE ILSEQ
  7. DST_ILSEQ 0xFFFE
  8. DST_UNIT_BITS 16
  9. BEGIN_MAP
  10. #
  11. # This mapping data is made from the mapping data provided by Unicode, Inc.
  12. # Original notice:
  13. #
  14. #=======================================================================
  15. # File name: CYRILLIC.TXT
  16. #
  17. # Contents: Map (external version) from Mac OS Cyrillic
  18. # character set to Unicode 2.1 and later.
  19. #
  20. # Copyright: (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
  21. # reserved.
  22. #
  23. # Contact: charsets@apple.com
  24. #
  25. # Changes:
  26. #
  27. # c03 2005-Apr-05 Update header comments. Matches internal xml
  28. # <c1.1> and Text Encoding Converter 2.0.
  29. # b3,c1 2002-Dec-19 Update URLs, notes. Matches internal
  30. # utom<b2>.
  31. # b02 1999-Sep-22 Encoding changed for Mac OS 9.0 to merge
  32. # with Mac OS Ukrainian and support EURO SIGN;
  33. # Change mappings for 0xA2, 0xB6, and 0xFF.
  34. # Update contact e-mail address. Matches
  35. # internal utom<b2>, ufrm<b2>, and Text
  36. # Encoding Converter version 1.5.
  37. # n05 1998-Feb-05 Update header comments to new format; no
  38. # mapping changes. Matches internal utom<n3>,
  39. # ufrm<n13>, and Text Encoding Converter
  40. # version 1.3.
  41. # n03 1995-Apr-15 First version (after fixing some typos).
  42. # Matches internal ufrm<n5>.
  43. #
  44. # Standard header:
  45. # ----------------
  46. #
  47. # Apple, the Apple logo, and Macintosh are trademarks of Apple
  48. # Computer, Inc., registered in the United States and other countries.
  49. # Unicode is a trademark of Unicode Inc. For the sake of brevity,
  50. # throughout this document, "Macintosh" can be used to refer to
  51. # Macintosh computers and "Unicode" can be used to refer to the
  52. # Unicode standard.
  53. #
  54. # Apple Computer, Inc. ("Apple") makes no warranty or representation,
  55. # either express or implied, with respect to this document and the
  56. # included data, its quality, accuracy, or fitness for a particular
  57. # purpose. In no event will Apple be liable for direct, indirect,
  58. # special, incidental, or consequential damages resulting from any
  59. # defect or inaccuracy in this document or the included data.
  60. #
  61. # These mapping tables and character lists are subject to change.
  62. # The latest tables should be available from the following:
  63. #
  64. # <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
  65. #
  66. # For general information about Mac OS encodings and these mapping
  67. # tables, see the file "README.TXT".
  68. #
  69. # Format:
  70. # -------
  71. #
  72. # Three tab-separated columns;
  73. # '#' begins a comment which continues to the end of the line.
  74. # Column #1 is the Mac OS Cyrillic code (in hex as 0xNN)
  75. # Column #2 is the corresponding Unicode (in hex as 0xNNNN)
  76. # Column #3 is a comment containing the Unicode name
  77. #
  78. # The entries are in Mac OS Cyrillic code order.
  79. #
  80. # Control character mappings are not shown in this table, following
  81. # the conventions of the standard UTC mapping tables. However, the
  82. # Mac OS Cyrillic character set uses the standard control characters
  83. # at 0x00-0x1F and 0x7F.
  84. #
  85. # Notes on Mac OS Cyrillic:
  86. # -------------------------
  87. #
  88. # This is a legacy Mac OS encoding; in the Mac OS X Carbon and Cocoa
  89. # environments, it is only supported directly in programming
  90. # interfaces for QuickDraw Text, the Script Manager, and related
  91. # Text Utilities. For other purposes it is supported via transcoding
  92. # to and from Unicode.
  93. #
  94. # This is the "Euro sign" version of Mac Cyrillic for Mac OS 9.0 and
  95. # later. Before Mac OS 9.0, there were two separate Slavic Cyrillic
  96. # encodings:
  97. #
  98. # 1. The Cyrillic currency sign variant (used for localized Russian
  99. # and Bulgarian systems), which had the following:
  100. # 0xA2 U+00A2 CENT SIGN
  101. # 0xB6 U+2202 PARTIAL DIFFERENTIAL
  102. # 0xFF U+00A4 CURRENCY SIGN
  103. #
  104. # 2. The Ukrainian currency sign variant (used for localized Ukrainian
  105. # systems and the pre-9.0 Cyrillic Language Kit), which had the
  106. # following:
  107. # 0xA2 U+0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN
  108. # 0xB6 U+0491 CYRILLIC SMALL LETTER GHE WITH UPTURN
  109. # 0xFF U+00A4 CURRENCY SIGN
  110. #
  111. # This new Cyrillic Euro sign version is based on the old Ukrainian
  112. # currency sign variant, with 0xFF changed to be EURO SIGN.
  113. #
  114. # The Mac OS Cyrillic encoding includes the Cyrillic letter repertoire
  115. # of ISO 8859-5 (although not at the same code points). This covers
  116. # most of the Slavic languages written in Cyrillic script.
  117. #
  118. # The Mac OS Cyrillic encoding also includes a number of characters
  119. # needed for the Mac OS user interface and localization (e.g.
  120. # ellipsis, bullet, copyright sign). All of the characters in Mac OS
  121. # Cyrillic that are also in the Mac OS Roman encoding are at the
  122. # same code point in both; this improves application compatibility.
  123. #
  124. # Note: There is a common Ukrainian glyph variation in which the glyph
  125. # for CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I may or may not
  126. # have a dot above.
  127. #
  128. # Unicode mapping issues and notes:
  129. # ---------------------------------
  130. #
  131. # Details of mapping changes in each version:
  132. # -------------------------------------------
  133. #
  134. # Changes from version n05 to version b02:
  135. #
  136. # - Encoding changed for Mac OS 9.0 to merge with Mac OS Ukrainian and
  137. # support EURO SIGN. 0xA2 changed from U+00A2 to U+0490; 0xB6 changed
  138. # from U+2202 to U+0491; 0xFF changed from U+00A4 to U+20AC.
  139. #
  140. ##################
  141. 0x00 - 0x7E = 0x00 -
  142. 0x80 = 0x0410
  143. 0x81 = 0x0411
  144. 0x82 = 0x0412
  145. 0x83 = 0x0413
  146. 0x84 = 0x0414
  147. 0x85 = 0x0415
  148. 0x86 = 0x0416
  149. 0x87 = 0x0417
  150. 0x88 = 0x0418
  151. 0x89 = 0x0419
  152. 0x8A = 0x041A
  153. 0x8B = 0x041B
  154. 0x8C = 0x041C
  155. 0x8D = 0x041D
  156. 0x8E = 0x041E
  157. 0x8F = 0x041F
  158. 0x90 = 0x0420
  159. 0x91 = 0x0421
  160. 0x92 = 0x0422
  161. 0x93 = 0x0423
  162. 0x94 = 0x0424
  163. 0x95 = 0x0425
  164. 0x96 = 0x0426
  165. 0x97 = 0x0427
  166. 0x98 = 0x0428
  167. 0x99 = 0x0429
  168. 0x9A = 0x042A
  169. 0x9B = 0x042B
  170. 0x9C = 0x042C
  171. 0x9D = 0x042D
  172. 0x9E = 0x042E
  173. 0x9F = 0x042F
  174. 0xA0 = 0x2020
  175. 0xA1 = 0x00B0
  176. 0xA2 = 0x0490
  177. 0xA3 = 0x00A3
  178. 0xA4 = 0x00A7
  179. 0xA5 = 0x2022
  180. 0xA6 = 0x00B6
  181. 0xA7 = 0x0406
  182. 0xA8 = 0x00AE
  183. 0xA9 = 0x00A9
  184. 0xAA = 0x2122
  185. 0xAB = 0x0402
  186. 0xAC = 0x0452
  187. 0xAD = 0x2260
  188. 0xAE = 0x0403
  189. 0xAF = 0x0453
  190. 0xB0 = 0x221E
  191. 0xB1 = 0x00B1
  192. 0xB2 = 0x2264
  193. 0xB3 = 0x2265
  194. 0xB4 = 0x0456
  195. 0xB5 = 0x00B5
  196. 0xB6 = 0x0491
  197. 0xB7 = 0x0408
  198. 0xB8 = 0x0404
  199. 0xB9 = 0x0454
  200. 0xBA = 0x0407
  201. 0xBB = 0x0457
  202. 0xBC = 0x0409
  203. 0xBD = 0x0459
  204. 0xBE = 0x040A
  205. 0xBF = 0x045A
  206. 0xC0 = 0x0458
  207. 0xC1 = 0x0405
  208. 0xC2 = 0x00AC
  209. 0xC3 = 0x221A
  210. 0xC4 = 0x0192
  211. 0xC5 = 0x2248
  212. 0xC6 = 0x2206
  213. 0xC7 = 0x00AB
  214. 0xC8 = 0x00BB
  215. 0xC9 = 0x2026
  216. 0xCA = 0x00A0
  217. 0xCB = 0x040B
  218. 0xCC = 0x045B
  219. 0xCD = 0x040C
  220. 0xCE = 0x045C
  221. 0xCF = 0x0455
  222. 0xD0 = 0x2013
  223. 0xD1 = 0x2014
  224. 0xD2 = 0x201C
  225. 0xD3 = 0x201D
  226. 0xD4 = 0x2018
  227. 0xD5 = 0x2019
  228. 0xD6 = 0x00F7
  229. 0xD7 = 0x201E
  230. 0xD8 = 0x040E
  231. 0xD9 = 0x045E
  232. 0xDA = 0x040F
  233. 0xDB = 0x045F
  234. 0xDC = 0x2116
  235. 0xDD = 0x0401
  236. 0xDE = 0x0451
  237. 0xDF = 0x044F
  238. 0xE0 = 0x0430
  239. 0xE1 = 0x0431
  240. 0xE2 = 0x0432
  241. 0xE3 = 0x0433
  242. 0xE4 = 0x0434
  243. 0xE5 = 0x0435
  244. 0xE6 = 0x0436
  245. 0xE7 = 0x0437
  246. 0xE8 = 0x0438
  247. 0xE9 = 0x0439
  248. 0xEA = 0x043A
  249. 0xEB = 0x043B
  250. 0xEC = 0x043C
  251. 0xED = 0x043D
  252. 0xEE = 0x043E
  253. 0xEF = 0x043F
  254. 0xF0 = 0x0440
  255. 0xF1 = 0x0441
  256. 0xF2 = 0x0442
  257. 0xF3 = 0x0443
  258. 0xF4 = 0x0444
  259. 0xF5 = 0x0445
  260. 0xF6 = 0x0446
  261. 0xF7 = 0x0447
  262. 0xF8 = 0x0448
  263. 0xF9 = 0x0449
  264. 0xFA = 0x044A
  265. 0xFB = 0x044B
  266. 0xFC = 0x044C
  267. 0xFD = 0x044D
  268. 0xFE = 0x044E
  269. 0xFF = 0x20AC
  270. END_MAP