# DISCUS 3.10 Character Conversion Table # # This will convert characters into their HTML equivalents in version 3.10.b4 and # above. Feel free to add in any conversions you desire, one per line. # # The format is: # character [space(s)] equivalent # # For example: # ä ä # This would convert ä into ä for HTML display purposes. # # Conversions are processed in the order given. Therefore it is suggested that you # convert & into & FIRST to avoid double-conversion of that character. These # conversions are generally required for the Discus program and should not be changed. # # If you put "<|" (without the quotes) at the END of the line, then Discus will interpret # certain variables ($html_url, $ext, $script_url, $cgi_extension, $message_url, $title, # $titlej, $topic, $page). # # We recommend that you NOT change any of these definitions unless you really know what # you are doing. & & < < > > " " \\ \ \{ { \} } \, , # These are conversions for "smile faces" and other emoticons that are found in your # "clipart" directory. Note that since ( and ) are used, these must come BEFORE your # conversions of those characters. This is why these are defined at this point. You # may add whatever other ones you want here. :) :-) <| :( :-( <| :O :-O <| :) :) <| :( :( <| :O :O <| # These are additional definitions you should not change. ( ( ) ) * * + + ' ' # For double-byte languages you may choose to turn these conversions off. #[ [ #] ] #| | # The following conversions are designed for non-English languages where these # characters are used. Some languages will need to add additional characters # and/or remove some of these definitions. #ä ä |> #À À #Á Á #Â Â #Ã Ã #Ä Ä #Å Å #Æ Æ #Ç Ç #È È #É É #Ê Ê #Ë Ë #Ì Ì #Í Í #Î Î #Ï Ï #Ð Ð #Ñ Ñ #Ò Ò #Ó Ó #Ô Ô #Õ Õ #Ö Ö #× × #Ø Ø #Ù Ù #Ú Ú #Û Û #Ü Ü #Ý Ý #Þ Þ #ß ß #à à #á á #â â #ã ã #ä ä #å å #æ æ #ç ç #è è #é é #ê ê #ë ë #ì ì #í í #î î #ï ï #ð ð #ñ ñ #ò ò #ó ó #ô ô #õ õ #ö ö #÷ ÷ #ø ø #ù ù #ú ú #û û ü ü #ý ý #þ þ #ÿ ÿ #¡ ¡ #¢ ¢ #£ £ #¤ ¤ #¥ ¥ #¦ ¦ #§ § #¨ ¨ #© © #ª ª #« « #¬ ¬ #­ ­ #® ® #¯ ¯ #° ° #± ± #² ² #³ ³ #´ ´ #µ µ #¶ ¶ #· · #¸ ¸ #¹ ¹ #º º #» » #¼ ¼ #½ ½ #¾ ¾ #¿ ¿ # References: # http://www.bbsinc.com/iso8859.html # http://www.w3.org/MarkUp/html3/latin1.html # http://www.fmi.uni-passau.de/~ramsch/iso8859-1.html