home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / gem250.arj / XLAT.ZIP / MAC_IBM.CHS < prev    next >
Encoding:
Text File  |  1995-10-08  |  7.4 KB  |  162 lines

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts Macintosh extended characters to IBM-PC characters.
  5. ;
  6. ; Format: ID, version, level,
  7. ;         from charset, to charset,
  8. ;         128 entries: first & second byte
  9. ;      "END"
  10. ; Lines beginning with a ";" or a ";" after the entries are comments
  11. ;
  12. ; Unknown characters are mapped to the "?" character.
  13. ;
  14. ; cedilla = ,   ; dieresis = ..       ; acute = '
  15. ; grave = `     ; circumflex = ^      ; ring = o
  16. ; tilde = ~     ; caron = v 
  17. ; All of these are above the character, apart from the cedilla which is below.
  18. ;
  19. ; \ is the escape character: \0 means decimal zero,
  20. ; \dnnn where nnn is a decimal number is the ordinal value of the character
  21. ; \xnn where nn is a hexadecimal number
  22. ; e.g.: \d32 is the ASCII space character
  23. ; Two \\ is the character "\" itself.
  24. ;
  25. 0        ; ID number
  26. 0        ; version number
  27. ;
  28. 2        ; level number
  29. ;
  30. MAC        ; from set
  31. IBMPC           ; to set (actually CP865)
  32. ;
  33. \0 \x8E         ; 128 80 latin capital letter a with diaeresis
  34. \0 \x8F         ; 129 81 latin capital letter a with ring above
  35. \0 \x80         ; 130 82 latin capital letter c with cedilla
  36. \0 \x90         ; 131 83 latin capital letter e with acute
  37. \0 \xA5         ; 132 84 latin capital letter n with tilde
  38. \0 \x94         ; 133 85 latin capital letter o with diaeresis
  39. \0 \x9A         ; 134 86 latin capital letter u with diaeresis
  40. \0 \xA0         ; 135 87 latin small letter a with acute
  41. \0 \x85         ; 136 88 latin small letter a with grave
  42. \0 \x83         ; 137 89 latin small letter a with circumflex
  43. \0 \x84         ; 138 8A latin small letter a with diaeresis
  44. \0 a            ; 139 8B latin small letter a with tilde
  45. \0 \x86         ; 140 8C latin small letter a with ring above
  46. \0 \x87         ; 141 8D latin small letter c with cedilla
  47. \0 \x82         ; 142 8E latin small letter e with acute
  48. \0 \x8A         ; 143 8F latin small letter e with grave
  49. \0 \x88         ; 144 90 latin small letter e with circumflex
  50. \0 \x89         ; 145 91 latin small letter e with diaeresis
  51. \0 \xA1         ; 146 92 latin small letter i with acute
  52. \0 \x8D         ; 147 93 latin small letter i with grave
  53. \0 \x8C         ; 148 94 latin small letter i with circumflex
  54. \0 \x8B         ; 149 95 latin small letter i with diaeresis
  55. \0 \xA4         ; 150 96 latin small letter n with tilde
  56. \0 \xA2         ; 151 97 latin small letter o with acute
  57. \0 \x95         ; 152 98 latin small letter o with grave
  58. \0 \x96         ; 153 99 latin small letter o with circumflex
  59. \0 \x94         ; 154 9A latin small letter o with diaeresis
  60. \0 o            ; 155 9B latin small letter o with tilde
  61. \0 \xA3         ; 156 9C latin small letter u with acute
  62. \0 \x97         ; 157 9D latin small letter u with grave
  63. \0 \x96         ; 158 9E latin small letter u with circumflex
  64. \0 \x81         ; 159 9F latin small letter u with diaeresis
  65. \0 +            ; 160 A0 dagger
  66. \0 \xF8         ; 161 A1 degree sign
  67. \0 \x9B         ; 162 A2 cent sign
  68. \0 \x9C         ; 163 A3 pound sign
  69. \0 \x15         ; 164 A4 section sign
  70. \0 \xFE         ; 165 A5 bullet operator
  71. \0 \x14         ; 166 A6 pilcrow sign
  72. \0 \xE1         ; 167 A7 latin small letter sharp s (german)
  73. ( R )           ; 168 A8 registered sign
  74. ( C )           ; 169 A9 copyright sign
  75. t m             ; 170 AA trade mark sign
  76. \0 '            ; 171 AB acute accent
  77. \x1 ?           ; 172 AC diaeresis
  78. < >             ; 173 AD not equal to
  79. \0 \x92         ; 174 AE latin capital letter ae
  80. \0 \x9D         ; 175 AF latin capital letter o with stroke (mapping for CP865)
  81. \0 \xEC         ; 176 B0 infinity
  82. \0 \xF1         ; 177 B1 plus-minus sign
  83. \0 \xF3         ; 178 B2 less-than or equal to
  84. \0 \xF2         ; 179 B3 greater-than or equal to
  85. \0 \x9D         ; 180 B4 yen sign
  86. \0 \xE6         ; 181 B5 micro sign
  87. \0 \xEB         ; 182 B6 partial differential
  88. \0 \xE4         ; 183 B7 n-ary summation
  89. \x1 ?           ; 184 B8 n-ary product
  90. \0 \xE3         ; 185 B9 greek small letter pi
  91. \x1 ?           ; 186 BA integral
  92. \0 \xA6         ; 187 BB feminine ordinal indicator
  93. \0 \xA7         ; 188 BC masculine ordinal indicator
  94. \0 \xEA         ; 189 BD greek capital letter omega
  95. \0 \x91         ; 190 BE latin small letter ae
  96. \0 \x9B         ; 191 BF latin small letter o with stroke (mapping for CP865)
  97. \0 \xA8         ; 192 C0 inverted question mark
  98. \0 \xAD         ; 193 C1 inverted exclamation mark
  99. \0 \xAA         ; 194 C2 not sign
  100. \0 \xFB         ; 195 C3 square root
  101. \0 \x9F         ; 196 C4 dutch guilder sign (ibm437 159)
  102. \0 \xF7         ; 197 C5 almost equal to
  103. \0 \x7F         ; 198 C6 greek capital letter delta
  104. \0 \xAF         ; 199 C7 left-pointing double angle quotation mark
  105. \0 \xAE         ; 200 C8 right-pointing double angle quotation mark
  106. . .             ; 201 C9 midline horizontal ellipsis
  107. \0 \d32         ; 202 CA no-break space
  108. \0 A            ; 203 CB latin capital letter a with grave
  109. \0 A            ; 204 CC latin capital letter a with tilde
  110. \0 O            ; 205 CD latin capital letter o with tilde
  111. O E             ; 206 CE latin capital ligature oe
  112. o e             ; 207 CF latin small ligature oe
  113. \0 \xFA         ; 208 D0 em dash
  114. \0 -            ; 209 D1 en dash
  115. \0 "            ; 210 D2 left double quotation mark
  116. \0 "            ; 211 D3 right double quotation mark
  117. \0 `            ; 212 D4 left single quotation mark
  118. \0 '            ; 213 D5 right single quotation mark
  119. \0 \xF6         ; 214 D6 division sign
  120. \0 \x04         ; 215 D7 black diamond
  121. \0 \x98         ; 216 D8 latin small letter y with diaeresis
  122. \0 Y            ; 217 D9 latin capital letter y with diaeresis
  123. \0 /            ; 218 DA fraction slash
  124. C u             ; 219 DB currency sign
  125. \0 <            ; 220 DC single left-pointing angle quotation mark
  126. \0 >            ; 221 DD single right-pointing angle quotation mark
  127. f i             ; 222 DE latin small ligature fi
  128. f l             ; 223 DF latin small ligature fl
  129. + +             ; 224 E0 double dagger
  130. \0 .            ; 225 E1 middle dot
  131. \0 '            ; 226 E2 single low-9 quotation mark
  132. \0 "            ; 227 E3 double low-9 quotation mark
  133. % .             ; 228 E4 per mille sign
  134. \0 A            ; 229 E5 latin capital letter a with circumflex
  135. \0 E            ; 230 E6 latin capital letter e with circumflex
  136. \0 A            ; 231 E7 latin capital letter a with acute
  137. \0 E            ; 232 E8 latin capital letter e with diaeresis
  138. \0 E            ; 233 E9 latin capital letter e with grave
  139. \0 I            ; 234 EA latin capital letter i with acute
  140. \0 I            ; 235 EB latin capital letter i with circumflex
  141. \0 I            ; 236 EC latin capital letter i with diaeresis
  142. \0 I            ; 237 ED latin capital letter i with grave
  143. \0 O            ; 238 EE latin capital letter o with acute
  144. \0 O            ; 239 EF latin capital letter o with circumflex
  145. \x1 ?           ; 240 F0 ???
  146. \0 O            ; 241 F1 latin capital letter o with grave
  147. \0 U            ; 242 F2 latin capital letter u with acute
  148. \0 U            ; 243 F3 latin capital letter u with circumflex
  149. \0 U            ; 244 F4 latin capital letter u with grave
  150. \0 i            ; 245 F5 latin small letter i dotless
  151. \x1 ?           ; 246 F6 ???
  152. \x1 ?           ; 247 F7 ???
  153. \0 -            ; 248 F8 overline
  154. \0 u            ; 249 F9 breve
  155. \0 .            ; 250 FA dot above
  156. \0 o            ; 251 FB ring above
  157. \0 ,            ; 252 FC cedilla
  158. \0 "            ; 253 FD double acute accent
  159. \0 ,            ; 254 FE ogonek
  160. \0 v            ; 255 FF caron
  161. END
  162.