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

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts Macintosh extended characters to ISO 8859-1.
  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. LATIN-1        ; to set
  32. ;
  33. \0 \xc4        ; A dieresis
  34. \0 \xc5        ; A ring
  35. \0 \xc7        ; C cedilla
  36. \0 \xc9        ; E acute
  37. \0 \xd1        ; N tilde
  38. \0 \xd6        ; O dieresis
  39. \0 \xdc        ; U dieresis
  40. \0 \xe1        ; a acute
  41. \0 \xe0        ; a grave
  42. \0 \xe2        ; a circumflex
  43. \0 \xe4        ; a dieresis
  44. \0 \xe3        ; a tilde
  45. \0 \xe5        ; a ring
  46. \0 \xe7        ; c cedilla
  47. \0 \xe9        ; e acute
  48. \0 \xe8        ; e grave
  49. \0 \xea        ; e circumflex
  50. \0 \xeb        ; e dieresis
  51. \0 \xed        ; i acute
  52. \0 \xec        ; i grave
  53. \0 \xee        ; i circumflex
  54. \0 \xef        ; i dieresis
  55. \0 \xf1        ; n tilde
  56. \0 \xf3        ; o acute
  57. \0 \xf2        ; o grave
  58. \0 \xf4        ; o circumflex
  59. \0 \xf6        ; o dieresis
  60. \0 \xf5        ; o tilde
  61. \0 \xfa        ; u acute
  62. \0 \xf9        ; u grave
  63. \0 \xfb        ; u circumflex
  64. \0 \xfc        ; u dieresis
  65. \0 +        ; dagger
  66. \0 \xb0        ; ring / degree
  67. \0 \xa2        ; cent
  68. \0 \xa3        ; pound sterling
  69. \0 \xa7        ; section
  70. \0 \xb7        ; bullet
  71. \0 \xb6        ; paragraph
  72. \0 \xdf        ; german double s
  73. \0 \xae        ; registered trademark
  74. \0 \xa9        ; copyright
  75. T M        ; trademark
  76. \0 \xb4        ; acute
  77. \0 \xa8        ; dieresis
  78. < >        ; not equal
  79. \0 \xc6        ; AE
  80. \0 \xd8        ; O slash
  81. \x1 ?        ; infinity
  82. \0 \xb1        ; plusminus
  83. < =        ; smaller equals
  84. > =        ; greater equals
  85. \0 \xa5        ; Yen
  86. \0 \xb5        ; mu
  87. \0 \xf0        ; delta
  88. \x1 ?        ; Sigma (summation)
  89. \x1 ?        ; Pi
  90. p i        ; pi
  91. \x1 ?        ; integral
  92. \0 \xaa        ; ord feminine
  93. \0 \xba        ; ord masculine
  94. \x1 ?        ; Omega
  95. \0 \xe6        ; ae
  96. \0 \xf8        ; o slash
  97. \0 \xbf        ; question downwards
  98. \0 \xa1        ; exclam downwards
  99. \0 \xac        ; logical not
  100. \x1 ?        ; radical
  101. f l        ; florin
  102. ~ =        ; approx.
  103. \x1 ?        ; Delta
  104. \0 \xbb        ; guillemot right
  105. \0 \xab        ; guillemot left
  106. . .        ; ellipsis
  107. \0 \xa0        ; non breaking space
  108. \0 \xc1        ; A acute
  109. \0 \xc3        ; A tilde
  110. \0 \xd5        ; O tilde
  111. O E        ; OE
  112. o e        ; oe
  113. \0 -        ; en dash
  114. \0 \xad        ; em dash
  115. \0 "        ; double quote left
  116. \0 "        ; double quote right
  117. \0 `        ; quote left
  118. \0 \xb4        ; quote right
  119. \0 \xf7        ; divide
  120. \0 o        ; lozenge
  121. \0 \xff        ; y dieresis
  122. \0 ?        ;
  123. \0 ?        ;
  124. \0 ?        ;
  125. \0 ?        ;
  126. \0 ?        ;
  127. \0 ?        ;
  128. \0 ?        ;
  129. \0 ?        ;
  130. \0 ?        ;
  131. \0 ?        ;
  132. \0 ?        ;
  133. \0 ?        ;
  134. \0 ?        ;
  135. \0 ?        ;
  136. \0 ?        ;
  137. \0 ?        ;
  138. \0 ?        ;
  139. \0 ?        ;
  140. \0 ?        ;
  141. \0 ?        ;
  142. \0 ?        ;
  143. \0 ?        ;
  144. \0 ?        ;
  145. \0 ?        ;
  146. \0 ?        ;
  147. \0 ?        ;
  148. \0 ?        ;
  149. \0 ?        ;
  150. \0 ?        ;
  151. \0 ?        ;
  152. \0 ?        ;
  153. \0 ?        ;
  154. \0 ?        ;
  155. \0 ?        ;
  156. \0 ?        ;
  157. \0 ?        ;
  158. \0 ?        ;
  159. \0 ?        ;
  160. \0 ?        ;
  161. END
  162.