home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TIM110.ZIP / CHRSTUFF.ZIP / IBM_ISO.CHS < prev    next >
Encoding:
Text File  |  1995-07-16  |  3.1 KB  |  163 lines

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts IBM extended characters to ISO 8859-1 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. LATIN-1        ; to set
  32. ;
  33. \0 \xc7        ; C with cedilla
  34. \0 \xfc         ; u dieresis
  35. \0 \xe9        ; e acute
  36. \0 \xe2        ; a circumflex
  37. \0 \xe4        ; a dieresis
  38. \0 \xe0        ; a grave
  39. \0 \xe5        ; a ring
  40. \0 \xe7        ; c cedilla
  41. \0 \xea        ; e circumflex
  42. \0 \xeb        ; e dieresis
  43. \0 \xe8        ; e grave
  44. \0 \xef        ; i dieresis
  45. \0 \xee        ; i circumflex
  46. \0 \xec        ; i grave
  47. \0 \xc4        ; A dieresis
  48. \0 \xc5        ; A ring
  49. \0 \xc9        ; E acute
  50. \0 \xe6        ; ae
  51. \0 \xc6        ; AE
  52. \0 \xf4        ; o circumflex
  53. \0 \xf6        ; o dieresis
  54. \0 \xf3        ; o acute
  55. \0 \xdb        ; u circumflex
  56. \0 \xd9        ; u grave
  57. \0 \xff        ; y dieresis
  58. \0 \xd6        ; O dieresis
  59. \0 \xdc        ; U dieresis
  60. \0 \xa2        ; cent
  61. \0 \xa3        ; pound sterling
  62. \0 \xa5        ; yen
  63. P t        ; Pt
  64. f l        ; florin
  65. \0 \xe1        ; a acute
  66. \0 \xcc        ; i grave
  67. \0 \xf2        ; o grave
  68. \0 \xf9        ; u grave
  69. \0 \xf1        ; n tilde
  70. \0 \xd1        ; N tilde
  71. \0 \xaa        ; ord feminine
  72. \0 \xba        ; ord masculine
  73. \0 \xbf        ; question downwards
  74. \0 -        ; 
  75. \0 \xac        ; logical not
  76. \0 \xbd        ; half fraction
  77. \0 \xbc        ; quarter fraction
  78. \0 \xa1        ; exclam downwards
  79. \0 \xab        ; guillemot left
  80. \0 \xbb        ; 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 \xdf        ; german double s (misused as Beta)
  131. \x1 ?        ; Gamma
  132. p i        ; pi
  133. \x1 ?        ; Sigma (summation)
  134. \x1 ?        ; sigma
  135. \0 \xb5        ; mu
  136. \x1 ?        ; gamma
  137. \x1 ?        ; Phi
  138. \x1 ?        ; Theta
  139. \x1 ?        ; Omega
  140. \0 \xf0        ; delta
  141. \x1 ?        ; infinity
  142. \0 \xf8        ; o slash
  143. \x1 ?        ; element
  144. \x1 ?        ; intersection
  145. = =        ; equivalence
  146. \0 \xb1        ; plusminus
  147. > =        ; greater equals
  148. < =        ; smaller equals
  149. \x1 ?        ; integral top
  150. \x1 ?        ; integral bottom
  151. \0 \xf7        ; divide
  152. ~ =        ; approx.
  153. \0 \xb0        ; ring / degree
  154. \0 .        ; centered dot
  155. \0 -        ; en dash
  156. \x1 ?        ; radical
  157. ^ n        ; to the n'th power
  158. \0 \xb2        ; to the second power
  159. \0 \xb7        ; bullet
  160. \0 \da0        ; non-breaking space
  161. END
  162.  
  163.