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

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts Macintosh extended characters to VT100.
  5. ;
  6. ; NOTE: this file uses an implementation dependant feature!
  7. ;       a 0 as the second character means "use DEC graphic set"
  8. ;
  9. ; Format: ID, version, level,
  10. ;         from charset, to charset,
  11. ;         128 entries: first & second byte
  12. ;      "END"
  13. ; Lines beginning with a ";" or a ";" after the entries are comments
  14. ;
  15. ; Unknown characters are mapped to the "?" character.
  16. ;
  17. ; cedilla = ,   ; dieresis = ..       ; acute = '
  18. ; grave = `     ; circumflex = ^      ; ring = o
  19. ; tilde = ~     ; caron = v 
  20. ; All of these are above the character, apart from the cedilla which is below.
  21. ;
  22. ; \ is the escape character: \0 means decimal zero,
  23. ; \dnnn where nnn is a decimal number is the ordinal value of the character
  24. ; \xnn where nn is a hexadecimal number
  25. ; e.g.: \d32 is the ASCII space character
  26. ; Two \\ is the character "\" itself.
  27. ;
  28. 0        ; ID number
  29. 0        ; version number
  30. ;
  31. 2        ; level number
  32. ;
  33. MAC        ; from set
  34. VT100        ; to set (change to UK for UK map file)
  35. ;
  36. A e        ; A dieresis
  37. \0 A        ; A ring
  38. \0 C        ; C cedilla
  39. \0 E        ; E acute
  40. \0 N        ; N tilde
  41. O e        ; O dieresis
  42. U e        ; U dieresis
  43. \0 a        ; a acute
  44. \0 a        ; a grave
  45. \0 a        ; a circumflex
  46. a e        ; a dieresis
  47. \0 a        ; a tilde
  48. \0 a        ; a ring
  49. \0 c        ; c cedilla
  50. \0 e        ; e acute
  51. \0 e        ; e grave
  52. \0 e        ; e circumflex
  53. e e        ; e dieresis
  54. \0 i        ; i acute
  55. \0 i        ; i grave
  56. \0 i        ; i circumflex
  57. i e        ; i dieresis
  58. \0 n        ; n tilde
  59. \0 o        ; o acute
  60. \0 o        ; o grave
  61. \0 o        ; o circumflex
  62. o e        ; o dieresis
  63. \0 o        ; o tilde
  64. \0 u        ; u grave
  65. \0 u        ; u acute
  66. \0 u        ; u circumflex
  67. u e        ; u dieresis
  68. \0 +        ; dagger
  69. \d102 \0    ; ring / degree
  70. \0 c        ; cent
  71. \d125 \0    ; pound sterling
  72. \0 S        ; section
  73. \0 o        ; bullet
  74. \x1 ?        ; paragraph
  75. \0 B        ; german double s
  76. \0 R        ; registered trademark
  77. \0 c        ; copyright
  78. T M        ; trademark
  79. \0 '        ; acute
  80. \x1 ?        ; dieresis
  81. \d124 \0    ; not equal
  82. A E        ; AE
  83. \0 0        ; O slash
  84. \x1 ?        ; infinity
  85. \d103 \0    ; plusminus
  86. \d121 \0    ; smaller equals
  87. \d122 \0    ; greater equals
  88. \0 Y        ; Yen
  89. m u        ; mu
  90. \0 d        ; delta
  91. \x1 ?        ; Sigma (summation)
  92. \x1 ?        ; Pi
  93. \d123 \0    ; pi
  94. \x1 ?        ; integral
  95. \0 a        ; ord feminine
  96. \0 o        ; ord masculine
  97. \0 O        ; Omega
  98. a e        ; ae
  99. \0 o        ; o slash
  100. \0 ?        ; question downwards
  101. \0 !        ; exclam downwards
  102. \0 !        ; logical not
  103. \x1 ?        ; radical
  104. \0 f        ; florin
  105. ~ =        ; approx.
  106. \x1 ?        ; Delta
  107. > >        ; guillemot right
  108. < <        ; guillemot left
  109. . .        ; ellipsis
  110. \0 \d32        ; non breaking space
  111. \0 A        ; A acute
  112. \0 A        ; A tilde
  113. \0 O        ; O tilde
  114. O E        ; OE
  115. o e        ; oe
  116. \0 -        ; en dash
  117. \0 -        ; em dash
  118. \0 "        ; double quote left
  119. \0 "        ; double quote right
  120. \0 `        ; quote left
  121. \0 '        ; quote right
  122. \0 /        ; divide
  123. \d96 \0        ; lozenge
  124. y e        ; y dieresis
  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. \0 ?        ;
  162. \0 ?        ;
  163. \0 ?        ;
  164. END
  165.