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

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module converts ISO-8859-1 extended characters to IBM-PC characters.
  5. ; It contains modifications to convert a few MAC characters to IBMPC.
  6. ;
  7. ; Format: ID, version, level,
  8. ;         from charset, to charset,
  9. ;         128 entries: first & second byte
  10. ;         "END"
  11. ; Lines beginning with a ";" or a ";" after the entries are comments
  12. ;
  13. ; Unknown characters are mapped to the "?" character.
  14. ;
  15. ; cedilla = ,   ; dieresis = ..       ; acute = '
  16. ; grave = `     ; circumflex = ^      ; ring = o
  17. ; tilde = ~     ; caron = v 
  18. ; All of these are above the character, apart from the cedilla which is below.
  19. ;
  20. ; \ is the escape character: \0 means decimal zero,
  21. ; \dnnn where nnn is a decimal number, is the ordinal value of the character
  22. ; \xnn where nn is a hexadecimal number
  23. ; e.g.: \d32 is the ASCII space character
  24. ; Two \\ is the character "\" itself.
  25. ;
  26. 0               ; ID number
  27. 0               ; version number
  28. ;
  29. 2               ; level number
  30. ;
  31. LATIN1MAC       ; from set
  32. IBMPC           ; to set
  33. ;
  34. \0 \d128        ; 128 (missing) These codes are unused in the LATIN-1 set.
  35. \0 \x8f         ; 129 MAC: A ring
  36. \0 \d130        ; 130 (missing)
  37. \0 \d131        ; 131 (missing) 4
  38. \0 \d132        ; 132 (missing)
  39. \0 \d133        ; 133 (missing)
  40. \0 \d134        ; 134 (missing)
  41. \0 \d135        ; 135 (missing) 8
  42. \0 \d136        ; 136 (missing)
  43. \0 \d137        ; 137 (missing)
  44. \0 \d138        ; 138 (missing)
  45. \0 \d139        ; 139 (missing) 12
  46. \0 \x86         ; 140 MAC: a ring
  47. \0 \d141        ; 141 (missing)
  48. \0 \d142        ; 142 (missing)
  49. \0 \d143        ; 143 (missing) 16
  50. \0 \d144        ; 144 (missing)
  51. \0 \d145        ; 145 (missing)
  52. \0 \d146        ; 146 (missing)
  53. \0 \d147        ; 147 (missing) 20
  54. \0 \d148        ; 148 (missing)
  55. \0 \d149        ; 149 (missing)
  56. \0 \d150        ; 150 (missing)
  57. \0 \d151        ; 151 (missing) 24
  58. \0 \d152        ; 152 (missing)
  59. \0 \d153        ; 153 (missing)
  60. \0 \d154        ; 154 (missing)
  61. \0 \d155        ; 155 (missing) 28
  62. \0 \d156        ; 156 (missing)
  63. \0 \d157        ; 157 (missing)
  64. \0 \d158        ; 158 (missing)
  65. \0 \d159        ; 159 (missing) 32
  66. \0 \xff         ; 160 non-breaking space
  67. \0 \xad         ; 161 exclam downwards
  68. \0 \x9b         ; 162 MAC: o slash
  69. \0 \x9c         ; 163 pound sterling
  70. \0 \x0f         ; 164 currency
  71. \0 \x9d         ; 165 Yen
  72. \0 |            ; 166 broken bar
  73. \0 \x15         ; 167 section
  74. \x1 ?           ; 168 dieresis
  75. \0 c            ; 169 copyright
  76. \0 \xa6         ; 170 ord feminine
  77. \0 \xae         ; 171 guillemot left
  78. \0 \xaa         ; 172 logical not
  79. \0 -            ; 173 soft hyphen (or em dash)
  80. \0 \x92         ; 174 MAC: AE
  81. \x1 ?           ; 175 overbar (macron)
  82. \0 \xf8         ; 176 ring / degree
  83. \0 \xf1         ; 177 plusminus
  84. \0 \xfd         ; 178 superscript two (squared)
  85. ^ 3             ; 179 superscript three (cubed)
  86. \0 \x9d         ; 180 MAC: O slash
  87. \0 \xe6         ; 181 mu
  88. \0 \x14         ; 182 paragraph
  89. \0 \xfe         ; 183 bullet
  90. \0 ,            ; 184 cedilla
  91. ^ 1             ; 185 superscript one
  92. \0 \xa7         ; 186 ord masculine
  93. \0 \xaf         ; 187 guillemot right
  94. \0 \xac         ; 188 one quarter
  95. \0 \xab         ; 189 half
  96. \0 \x91         ; 190 MAC: ae
  97. \0 \xa8         ; 191 question downwards
  98. \0 A            ; 192 A grave
  99. \0 A            ; 193 A acute
  100. \0 A            ; 194 A circumflex
  101. \0 A            ; 195 A tilde
  102. \0 \x8e         ; 196 A dieresis
  103. \0 \x8f         ; 197 A ring
  104. \0 \x92         ; 198 AE
  105. \0 \x80         ; 199 C cedilla
  106. \0 E            ; 200 E grave
  107. \0 \x90         ; 201 E acute
  108. \0 E            ; 202 E circumflex
  109. E e             ; 203 E dieresis
  110. \0 I            ; 204 I grave
  111. \0 I            ; 205 I acute
  112. \0 I            ; 206 I circumflex
  113. I e             ; 207 I dieresis
  114. \0 D            ; 208 Eth
  115. \0 \xa5         ; 209 N tilde
  116. \0 O            ; 210 O grave
  117. \0 O            ; 211 O acute
  118. \0 O            ; 212 O circumflex
  119. \0 O            ; 213 O tilde
  120. \0 \x99         ; 214 O dieresis
  121. \0 x            ; 215 multiplication
  122. \0 \x9d         ; 216 O slash (mapping for CP850/865)
  123. \0 U            ; 217 U grave
  124. \0 U            ; 218 U acute
  125. \0 U            ; 219 U circumflex
  126. \0 \x9a         ; 220 U dieresis
  127. \0 Y            ; 221 Y acute
  128. \x1 ?           ; 222 Thorn
  129. \0 \xe1         ; 223 german double s / beta
  130. \0 \x85         ; 224 a grave
  131. \0 \xa0         ; 225 a acute
  132. \0 \x83         ; 226 a circumflex
  133. \0 a            ; 227 a tilde
  134. \0 \x84         ; 228 a dieresis
  135. \0 \x86         ; 229 a ring
  136. \0 \x91         ; 230 ae
  137. \0 \x87         ; 231 c cedilla
  138. \0 \x8a         ; 232 e grave
  139. \0 \x82         ; 233 e acute
  140. \0 \x88         ; 234 e circumflex
  141. \0 \x89         ; 235 e dieresis
  142. \0 \x8d         ; 236 i grave
  143. \0 \xa1         ; 237 i acute
  144. \0 \x8c         ; 238 i circumflex
  145. \0 \x8b         ; 239 i dieresis
  146. \0 \xe7         ; 240 eth
  147. \0 \xa4         ; 241 n tilde
  148. \0 \x95         ; 242 o grave
  149. \0 \xa2         ; 243 o acute
  150. \0 \x93         ; 244 o circumflex
  151. \0 o            ; 245 o tilde
  152. \0 \x94         ; 246 o dieresis
  153. \0 \xf6         ; 247 division
  154. \0 \x9b         ; 248 o slash (mapping for CP 850/865)
  155. \0 \x97         ; 249 u grave
  156. \0 \xa3         ; 250 u acute
  157. \0 \x96         ; 251 u circumflex
  158. \0 \x81         ; 252 u dieresis
  159. y e             ; 253 y acute
  160. \x1 ?           ; 254 thorn
  161. \0 \x98         ; 255 y dieresis
  162. END
  163.