home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / gem250.arj / XLAT.ZIP / MAC_ASC.CHS < prev    next >
Encoding:
Text File  |  1995-10-08  |  2.9 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. ASCII        ; to set
  32. ;
  33. A e        ; A dieresis
  34. \0 A        ; A ring
  35. \0 C        ; C cedilla
  36. \0 E        ; E acute
  37. \0 N        ; N tilde
  38. O e        ; O dieresis
  39. U e        ; U dieresis
  40. \0 a        ; a acute
  41. \0 a        ; a grave
  42. \0 a        ; a circumflex
  43. a e        ; a dieresis
  44. \0 a        ; a tilde
  45. \0 a        ; a ring
  46. \0 c        ; c cedilla
  47. \0 e        ; e acute
  48. \0 e        ; e grave
  49. \0 e        ; e circumflex
  50. e e        ; e dieresis
  51. \0 i        ; i acute
  52. \0 i        ; i grave
  53. \0 i        ; i circumflex
  54. i e        ; i dieresis
  55. \0 n        ; n tilde
  56. \0 o        ; o acute
  57. \0 o        ; o grave
  58. \0 o        ; o circumflex
  59. o e        ; o dieresis
  60. \0 o        ; o tilde
  61. \0 u        ; u grave
  62. \0 u        ; u acute
  63. \0 u        ; u circumflex
  64. u e        ; u dieresis
  65. \0 +        ; dagger
  66. \0 o        ; ring / degree
  67. \0 c        ; cent
  68. \0 #        ; pound sterling
  69. \0 S        ; section
  70. \0 o        ; bullet
  71. \x1 ?        ; paragraph
  72. \0 B        ; german double s
  73. \0 R        ; registered trademark
  74. \0 c        ; copyright
  75. T M        ; trademark
  76. \0 '        ; acute
  77. \x1 ?        ; dieresis
  78. < >        ; not equal
  79. A E        ; AE
  80. \0 0        ; O slash
  81. \x1 ?        ; infinity
  82. + -        ; plusminus
  83. < =        ; smaller equals
  84. > =        ; greater equals
  85. \0 Y        ; Yen
  86. m u        ; mu
  87. \0 d        ; delta
  88. \x1 ?        ; Sigma (summation)
  89. \x1 ?        ; Pi
  90. p i        ; pi
  91. \x1 ?        ; integral
  92. \0 a        ; ord feminine
  93. \0 o        ; ord masculine
  94. \0 O        ; Omega
  95. a e        ; ae
  96. \0 o        ; o slash
  97. \0 ?        ; question downwards
  98. \0 !        ; exclam downwards
  99. \0 !        ; logical not
  100. \x1 ?        ; radical
  101. \0 f        ; florin
  102. ~ =        ; approx.
  103. \x1 ?        ; Delta
  104. > >        ; guillemot right
  105. < <        ; guillemot left
  106. . .        ; ellipsis
  107. \0 \d32        ; non breaking space
  108. \0 A        ; A acute
  109. \0 A        ; A tilde
  110. \0 O        ; O tilde
  111. O E        ; OE
  112. o e        ; oe
  113. \0 -        ; en dash
  114. \0 -        ; em dash
  115. \0 "        ; double quote left
  116. \0 "        ; double quote right
  117. \0 `        ; quote left
  118. \0 '        ; quote right
  119. \0 /        ; divide
  120. \x1 ?        ; lozenge
  121. y e        ; 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.