home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_mail / gold230.exe / ADVANCED.EXE / IBM_MAC.CHS < prev    next >
Text File  |  1991-04-04  |  3KB  |  162 lines

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts IBM extended characters to MAC 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. ; Unkown 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. IBMPC        ; from set
  31. MAC        ; to set
  32. ;
  33. \0 \x82        ; C with cedilla
  34. \0 \x9F        ; u dieresis
  35. \0 \x8E        ; e acute
  36. \0 \x89        ; a circumflex
  37. \0 \x8A        ; a dieresis
  38. \0 \x88        ; a grave
  39. \0 \x8C        ; a ring
  40. \0 \x8D        ; c cedilla
  41. \0 \x90        ; e circumflex
  42. \0 \x91        ; e dieresis
  43. \0 \x8F        ; e grave
  44. \0 \x95        ; i dieresis
  45. \0 \x94        ; i circumflex
  46. \0 \x93        ; i grave
  47. \0 \x80        ; A dieresis
  48. \0 \x81        ; A ring
  49. \0 \x83        ; E acute
  50. \0 \xBE        ; ae
  51. \0 \xAE        ; AE
  52. \0 \x99        ; o circumflex
  53. \0 \x9A        ; o dieresis
  54. \0 \x97        ; o acute
  55. \0 \x9E        ; u circumflex
  56. \0 \x9D        ; u grave
  57. \0 \xD8        ; y dieresis
  58. \0 \x85        ; O dieresis
  59. \0 \x9F        ; U dieresis
  60. \0 \xA2        ; cent
  61. \0 \xA3        ; pound sterling
  62. \0 \xB4        ; yen
  63. P t        ; Pt
  64. \0 \xC4        ; florin
  65. \0 \x87        ; a acute
  66. \0 \x93        ; i grave
  67. \0 \x98        ; o grave
  68. \0 \x9D        ; u grave
  69. \0 \x96        ; n tilde
  70. \0 \x84        ; N tilde
  71. \0 \xBB        ; ord feminine
  72. \0 \xBC        ; ord masculine
  73. \0 \xC0        ; question downwards
  74. \0 -        ; 
  75. \0 \xC2        ; logical not
  76. . 5        ; half fraction
  77. \x1 ?        ; quarter fraction
  78. \0 \xC1        ; exclam downwards
  79. \0 \xC7        ; guillemot left
  80. \0 \xC8        ; guillemot right
  81. \0 #        ;
  82. \0 #        ;
  83. \0 #        ;
  84. \0 |        ;
  85. \0 |        ;
  86. \0 |        ;
  87. \0 |        ;
  88. \0 +        ;
  89. \0 +        ;
  90. \0 |        ;
  91. \0 |        ;
  92. \0 +        ;
  93. \0 +        ;
  94. \0 +        ;
  95. \0 +        ;
  96. \0 +        ;
  97. \0 +        ;
  98. \0 -        ;
  99. \0 -        ;
  100. \0 |        ;
  101. \0 -        ;
  102. \0 +        ;
  103. \0 |        ;
  104. \0 |        ;
  105. \0 +        ;
  106. \0 +        ;
  107. \0 =        ;
  108. \0 =        ;
  109. \0 |        ;
  110. \0 =        ;
  111. \0 +        ;
  112. \0 =        ;
  113. \0 -        ;
  114. \0 =        ;
  115. \0 -        ;
  116. \0 +        ;
  117. \0 +        ;
  118. \0 +        ;
  119. \0 +        ;
  120. \0 |        ;
  121. \0 +        ;
  122. \0 +        ;
  123. \0 +        ;
  124. \0 #        ;
  125. \0 n        ;
  126. \0 |        ;
  127. \0 |        ;
  128. \0 ~        ;
  129. \0 a        ; alpha
  130. \0 \xA7        ; german double s (misused as Beta)
  131. \x1 ?        ; Gamma
  132. \0 \xB9        ; pi
  133. \0 \xB7        ; Sigma (summation)
  134. \x1 ?        ; sigma
  135. \0 \xB5        ; mu
  136. \x1 ?        ; gamma
  137. \x1 ?        ; Phi
  138. \x1 ?        ; Theta
  139. \0 \xBD        ; Omega
  140. \0 \xB6        ; delta
  141. \0 \xB0        ; infinity
  142. \0 \xBF        ; o slash
  143. \x1 ?        ; element
  144. \x1 ?        ; intersection
  145. = =        ; equivalence
  146. \0 \xB1        ; plusminus
  147. \0 \xB3        ; greater equals
  148. \0 \xB2        ; smaller equals
  149. \x1 ?        ; integral top
  150. \x1 ?        ; integral bottom
  151. \0 \xD6        ; divide
  152. \0 \xC5        ; approx.
  153. \0 \xA1        ; ring / degree
  154. \0 .        ; centered dot
  155. \0 \xD0        ; en dash
  156. \0 \xC3        ; radical
  157. ^ n        ; to the n'th power
  158. ^ 2        ; to the second power
  159. \0 \xA5        ;
  160. \0 \d32        ; space
  161. END
  162.