home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / discus_admin_1357211388 / charconvert.conf < prev    next >
Text File  |  2009-11-06  |  3KB  |  164 lines

  1. # DISCUS 3.10 Character Conversion Table
  2. #
  3. # This will convert characters into their HTML equivalents in version 3.10.b4 and
  4. # above.  Feel free to add in any conversions you desire, one per line.
  5. #
  6. # The format is:
  7. #   character [space(s)] equivalent
  8. #
  9. # For example:
  10. #   Σ  ä
  11. # This would convert Σ into ä for HTML display purposes.
  12. #
  13. # Conversions are processed in the order given.  Therefore it is suggested that you
  14. # convert & into & FIRST to avoid double-conversion of that character.  These
  15. # conversions are generally required for the Discus program and should not be changed.
  16. #
  17. # If you put "<|" (without the quotes) at the END of the line, then Discus will interpret
  18. # certain variables ($html_url, $ext, $script_url, $cgi_extension, $message_url, $title,
  19. # $titlej, $topic, $page).
  20. #
  21. # We recommend that you NOT change any of these definitions unless you really know what
  22. # you are doing.
  23.  
  24. &    &
  25. <    <
  26. >    >
  27. "    "
  28. \\    \
  29. \{    {
  30. \}    }
  31. \,    ,
  32.  
  33. # These are conversions for "smile faces" and other emoticons that are found in your
  34. # "clipart" directory.  Note that since ( and ) are used, these must come BEFORE your
  35. # conversions of those characters.  This is why these are defined at this point.  You
  36. # may add whatever other ones you want here.
  37.  
  38. :)  <IMG SRC="$html_url/clipart/happy.gif" ALT=":-)" BORDER=0> <|
  39. :(  <IMG SRC="$html_url/clipart/sad.gif" ALT=":-(" BORDER=0> <|
  40. :O  <IMG SRC="$html_url/clipart/proud.gif" ALT=":-O" BORDER=0> <|
  41. :)  <IMG SRC="$html_url/clipart/happy.gif" ALT=":)"> <|
  42. :(  <IMG SRC="$html_url/clipart/sad.gif" ALT=":("> <|
  43. :O  <IMG SRC="$html_url/clipart/proud.gif" ALT=":O"> <|
  44.  
  45. # These are additional definitions you should not change.
  46.  
  47. (    (
  48. )    )
  49. *    *
  50. +    +
  51. '    '
  52.  
  53. # For double-byte languages you may choose to turn these conversions off.
  54.  
  55. #[    [
  56. #]    ]
  57. #|    |
  58.  
  59. # The following conversions are designed for non-English languages where these
  60. # characters are used.  Some languages will need to add additional characters
  61. # and/or remove some of these definitions.
  62.  
  63. #Σ    ä    |>
  64. #└    À
  65. #┴    Á
  66. #┬    Â
  67. #├    Ã
  68. #─    Ä
  69. #┼    Å
  70. #╞    Æ
  71. #╟    Ç
  72. #╚    È
  73. #╔    É
  74. #╩    Ê
  75. #╦    Ë
  76. #╠    Ì
  77. #═    Í
  78. #╬    Î
  79. #╧    Ï
  80. #╨    Ð
  81. #╤    Ñ
  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. #ú    £
  131. #ñ    ¤
  132. #Ñ    ¥
  133. #ª    ¦
  134. #º    §
  135. #¿    ¨
  136. #⌐    ©
  137. #¬    ª
  138. #½    «
  139. #¼    ¬
  140. #¡    ­
  141. #«    ®
  142. #»    ¯
  143. #░    °
  144. #▒    ±
  145. #▓    ²
  146. #│    ³
  147. #┤    ´
  148. #╡    µ
  149. #╢    ¶
  150. #╖    ·
  151. #╕    ¸
  152. #╣    ¹
  153. #║    º
  154. #╗    »
  155. #╝    ¼
  156. #╜    ½
  157. #╛    ¾
  158. #┐    ¿
  159.  
  160. # References:
  161. #  http://www.bbsinc.com/iso8859.html
  162. #  http://www.w3.org/MarkUp/html3/latin1.html
  163. #  http://www.fmi.uni-passau.de/~ramsch/iso8859-1.html
  164.