home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / golded / v_240 / ibm_i51.chs < prev    next >
Encoding:
Text File  |  1993-03-07  |  4.3 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. ; and uses I51 compatible escape sequences for non-ISO chars.
  6. ;
  7. ; Format: ID, version, level,
  8. ;         from charset, to charset,
  9. ;         128 entries: first & second byte
  10. ;         "END"
  11. ; Lines beginning with a ";" or a ";" after the entries are comments
  12. ;
  13. ; Unkown characters are mapped to the "?" character.
  14. ;
  15. ; cedilla = ,   ; dieresis = ..       ; acute = '
  16. ; grave = `     ; circumflex = ^      ; ring = o
  17. ; tilde = ~     ; caron = v 
  18. ; All of these are above the character, apart from the cedilla which is below.
  19. ;
  20. ; \ is the escape character: \0 means decimal zero,
  21. ; \dnnn where nnn is a decimal number is the ordinal value of the character
  22. ; \xnn where nn is a hexadecimal number
  23. ; e.g.: \d32 is the ASCII space character
  24. ; Two \\ is the character "\" itself.
  25. ;
  26. 0               ; ID number
  27. 0               ; version number
  28. ;
  29. 0               ; level number
  30. ;
  31. IBMPC           ; from set
  32. I51             ; to set
  33. ;
  34. \xC7            ; C with cedilla
  35. \xDC            ; u dieresis
  36. \xE9            ; e acute
  37. \xE2            ; a circumflex
  38. \xE4            ; a dieresis
  39. \xE0            ; a grave
  40. \xE5            ; a ring
  41. \xE7            ; c cedilla
  42. \xEA            ; e circumflex
  43. \xEB            ; e dieresis
  44. \xE8            ; e grave
  45. \xEF            ; i dieresis
  46. \xEE            ; i circumflex
  47. \xEC            ; i grave
  48. \xC4            ; A dieresis
  49. \xC5            ; A ring
  50. \xC9            ; E acute
  51. \xE6            ; ae
  52. \xC6            ; AE
  53. \xF4            ; o circumflex
  54. \xF6            ; o dieresis
  55. \xF3            ; o acute
  56. \xDB            ; u circumflex
  57. \xD9            ; u grave
  58. \xFF            ; y dieresis
  59. \xD6            ; O dieresis
  60. \xDC            ; U dieresis
  61. \xA2            ; cent
  62. \xA3            ; pound sterling
  63. \xA5            ; yen
  64. \d2 $P          ; Pt
  65. \d2 $f          ; florin
  66. \xE1            ; a acute
  67. \xCC            ; i grave
  68. \xF2            ; o grave
  69. \xF9            ; u grave
  70. \xF1            ; n tilde
  71. \xD1            ; N tilde
  72. \xAA            ; ord feminine
  73. \xBA            ; ord masculine
  74. \xBF            ; question downwards
  75. -               ;
  76. \xAC            ; logical not
  77. \xBD            ; half fraction
  78. \xBC            ; quarter fraction
  79. \xA1            ; exclam downwards
  80. \xAB            ; guillemot left
  81. \xBB            ; guillemot right
  82. #               ;
  83. #               ;
  84. #               ;
  85. |               ;
  86. |               ;
  87. |               ;
  88. |               ;
  89. +               ;
  90. +               ;
  91. |               ;
  92. |               ;
  93. +               ;
  94. +               ;
  95. +               ;
  96. +               ;
  97. +               ;
  98. +               ;
  99. -               ;
  100. -               ;
  101. |               ;
  102. -               ;
  103. +               ;
  104. |               ;
  105. |               ;
  106. +               ;
  107. +               ;
  108. =               ;
  109. =               ;
  110. |               ;
  111. =               ;
  112. +               ;
  113. =               ;
  114. -               ;
  115. =               ;
  116. -               ;
  117. +               ;
  118. +               ;
  119. +               ;
  120. +               ;
  121. |               ;
  122. +               ;
  123. +               ;
  124. +               ;
  125. #               ;
  126. -               ;
  127. |               ;
  128. |               ;
  129. -               ;
  130. \d2 ga          ; alpha
  131. \xDF            ; german double s (misused as Beta)
  132. \d2 gG          ; Gamma
  133. pi              ; pi
  134. ?               ; Sigma (summation)
  135. ?               ; sigma
  136. \xB5            ; mu
  137. ?               ; gamma
  138. ?               ; Phi
  139. ?               ; Theta
  140. ?               ; Omega
  141. \xF0            ; delta
  142. ?               ; infinity
  143. \xF8            ; o slash
  144. ?               ; element
  145. ?               ; intersection
  146. \d2 -=          ; equivalence
  147. \xB1            ; plusminus
  148. \d2 ->          ; greater equals
  149. \d2 -<          ; smaller equals
  150. ?               ; integral top
  151. ?               ; integral bottom
  152. \xF7            ; divide
  153. \d2 -~          ; approx.
  154. \xB0            ; ring / degree
  155. .               ; centered dot
  156. -               ; en dash
  157. ?               ; radical
  158. ^n              ; to the n'th power
  159. \xB2            ; to the second power
  160. \xB7            ; bullet
  161. \xA0            ; non-breaking space
  162. END
  163.