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

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module converts ISO 8859-1 extended characters to ASCII 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. LATIN-1        ; from set
  31. ASCII        ; to set
  32. ;
  33. \0 ?        ; (missing) these codes are unused
  34. \0 ?        ; (missing)
  35. \0 ?        ; (missing)
  36. \0 ?        ; (missing) 4
  37. \0 ?        ; (missing)
  38. \0 ?        ; (missing)
  39. \0 ?        ; (missing)
  40. \0 ?        ; (missing) 8
  41. \0 ?        ; (missing)
  42. \0 ?        ; (missing)
  43. \0 ?        ; (missing)
  44. \0 ?        ; (missing) 12
  45. \0 ?        ; (missing)
  46. \0 ?        ; (missing)
  47. \0 ?        ; (missing)
  48. \0 ?        ; (missing) 16
  49. \0 ?        ; (missing)
  50. \0 ?        ; (missing)
  51. \0 ?        ; (missing)
  52. \0 ?        ; (missing) 20
  53. \0 ?        ; (missing)
  54. \0 ?        ; (missing)
  55. \0 ?        ; (missing)
  56. \0 ?        ; (missing) 24
  57. \0 ?        ; (missing)
  58. \0 ?        ; (missing)
  59. \0 ?        ; (missing)
  60. \0 ?        ; (missing) 28
  61. \0 ?        ; (missing)
  62. \0 ?        ; (missing)
  63. \0 ?        ; (missing)
  64. \0 ?        ; (missing) 32
  65. \0 \d32        ; non-breaking space
  66. \0 !        ; exclam downwards
  67. \0 c        ; cent
  68. \0 #        ; pound sterling
  69. \x1 ?        ; currency
  70. \0 Y        ; Yen
  71. \0 |        ; broken bar
  72. \0 S        ; section
  73. \x1 ?        ; dieresis
  74. \0 c        ; copyright
  75. \0 a        ; ord feminine
  76. < <        ; guillemot left
  77. \0 !        ; logical not
  78. \0 -        ; soft hyphen (or em dash)
  79. \0 R        ; registered trademark
  80. \x1 ?        ; overbar (macron)
  81. \0 o        ; ring / degree
  82. + -        ; plusminus
  83. ^ 2        ; superscript two (squared)
  84. ^ 3        ; superscript three (cubed)
  85. \0 '        ; acute
  86. m u        ; mu
  87. \x1 ?        ; paragraph
  88. \0 o        ; bullet
  89. \0 ,        ; cedilla
  90. ^ 1        ; superscript one
  91. \0 o        ; ord masculine
  92. > >        ; guillemot right
  93. \x1 ?        ; one quarter
  94. . 5        ; half
  95. \x1 ?        ; three quarters
  96. \0 ?        ; question downwards
  97. \0 A        ; A grave
  98. \0 A        ; A acute
  99. \0 A        ; A circumflex
  100. \0 A        ; A tilde
  101. A e        ; A dieresis
  102. \0 A        ; A ring
  103. A E        ; AE
  104. \0 C        ; C cedilla
  105. \0 E        ; E grave
  106. \0 E        ; E acute
  107. \0 E        ; E circumflex
  108. E e        ; E dieresis
  109. \0 I        ; I grave
  110. \0 I        ; I acute
  111. \0 I        ; I circumflex
  112. I e        ; I dieresis
  113. \0 D        ; Eth
  114. \0 N        ; N tilde
  115. \0 O        ; O grave
  116. \0 O        ; O acute
  117. \0 O        ; O circumflex
  118. \0 O        ; O tilde
  119. O e        ; O dieresis
  120. \0 x        ; multiplication
  121. \0 0        ; O slash
  122. \0 U        ; U grave
  123. \0 U        ; U acute
  124. \0 U        ; U circumflex
  125. U e        ; U dieresis
  126. \0 Y        ; Y acute
  127. \x1 ?        ; Thorn
  128. \0 B        ; german double s / beta
  129. \0 a        ; a grave
  130. \0 a        ; a acute
  131. \0 a        ; a circumflex
  132. \0 a        ; a tilde
  133. a e        ; a dieresis
  134. \0 a        ; a ring
  135. a e        ; ae
  136. \0 c        ; c cedilla
  137. \0 e        ; e grave
  138. \0 e        ; e acute
  139. \0 e        ; e circumflex
  140. e e        ; e dieresis
  141. \0 i        ; i grave
  142. \0 i        ; i acute
  143. \0 i        ; i circumflex
  144. i e        ; i dieresis
  145. \x1 ?        ; eth
  146. \0 n        ; n tilde
  147. \0 o        ; o grave
  148. \0 o        ; o acute
  149. \0 o        ; o circumflex
  150. \0 o        ; o tilde
  151. o e        ; o dieresis
  152. \0 /        ; division
  153. \0 o        ; o slash
  154. \0 u        ; u grave
  155. \0 u        ; u acute
  156. \0 u        ; u circumflex
  157. u e        ; u dieresis
  158. y e        ; y acute
  159. \x1 ?        ; thorn
  160. y e        ; y dieresis
  161. END
  162.