home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / golded / v_240 / ibm_asc.chs < prev    next >
Encoding:
Text File  |  1993-03-07  |  2.9 KB  |  163 lines

  1. ;
  2. ; This file is a charset conversion module in text form.
  3. ;
  4. ; This module Converts IBM extended characters to ASCII,
  5. ; or to UK characters.
  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. 2        ; level number
  30. ;
  31. IBMPC        ; from set
  32. ASCII        ; to set (change to UK for UK character set)
  33. ;
  34. \0 C        ; C with cedilla
  35. u e        ; u dieresis
  36. \0 e        ; e acute
  37. \0 a        ; a circumflex
  38. a e        ; a dieresis
  39. \0 a        ; a grave
  40. \0 a        ; a ring
  41. \0 c        ; c cedilla
  42. \0 e        ; e circumflex
  43. e e        ; e dieresis
  44. \0 e        ; e grave
  45. i e        ; i dieresis
  46. \0 i        ; i circumflex
  47. \0 i        ; i grave
  48. A e        ; A dieresis
  49. \0 A        ; A ring
  50. \0 E        ; E acute
  51. a e        ; ae
  52. A E        ; AE
  53. \0 o        ; o circumflex
  54. o e        ; o dieresis
  55. \0 o        ; o acute
  56. \0 u        ; u circumflex
  57. \0 u        ; u grave
  58. y e        ; y dieresis
  59. O e        ; O dieresis
  60. U e        ; U dieresis
  61. \0 c        ; cent
  62. \0 #        ; pound sterling
  63. \0 Y        ; yen
  64. P t        ; Pt
  65. \0 f        ; florin
  66. \0 a        ; a acute
  67. \0 i        ; i grave
  68. \0 o        ; o grave
  69. \0 u        ; u grave
  70. \0 n        ; n tilde
  71. \0 N        ; N tilde
  72. \0 a        ; ord feminine
  73. \0 o        ; ord masculine
  74. \0 ?        ; question downwards
  75. \0 -        ; 
  76. \0 !        ; logical not
  77. . 5        ; half fraction
  78. \x1 ?        ; quarter fraction
  79. \0 !        ; exclam downwards
  80. < <        ; guillemot left
  81. > >        ; guillemot right
  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 #        ;
  126. \0 n        ;
  127. \0 |        ;
  128. \0 |        ;
  129. \0 ~        ;
  130. \0 a        ; alpha
  131. \0 ss           ; german double s (misused as Beta)
  132. \x1 ?        ; Gamma
  133. p i        ; pi
  134. \x1 ?        ; Sigma (summation)
  135. \x1 ?        ; sigma
  136. m u        ; mu
  137. \x1 ?        ; gamma
  138. \x1 ?        ; Phi
  139. \x1 ?        ; Theta
  140. \0 O        ; Omega
  141. \0 d        ; delta
  142. \x1 ?        ; infinity
  143. \0 o        ; o slash
  144. \x1 ?        ; element
  145. \x1 ?        ; intersection
  146. = =        ; equivalence
  147. + -        ; plusminus
  148. > =        ; greater equals
  149. < =        ; smaller equals
  150. \x1 ?        ; integral top
  151. \x1 ?        ; integral bottom
  152. \0 /        ; divide
  153. ~ =        ; approx.
  154. \x1 ?        ; ring / degree
  155. \0 .        ; centered dot
  156. \0 -        ; en dash
  157. \x1 ?        ; radical
  158. ^ n        ; to the n'th power
  159. ^ 2        ; to the second power
  160. \0 o        ;
  161. \0 \d32        ; space
  162. END
  163.