# 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:
#   ä  &auml;
# This would convert ä into &auml; for HTML display purposes.
#
# Conversions are processed in the order given.  Therefore it is suggested that you
# convert & into &amp; 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.

&	&amp;
<	&#60;
>	&#62;
"	&#34;
\\	&#92;
\{	&#123;
\}	&#125;
\,	&#44;

# 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.

:)  <IMG SRC="$html_url/clipart/happy.gif" ALT=":-)" BORDER=0> <|
:(  <IMG SRC="$html_url/clipart/sad.gif" ALT=":-(" BORDER=0> <|
:O  <IMG SRC="$html_url/clipart/proud.gif" ALT=":-O" BORDER=0> <|
:)  <IMG SRC="$html_url/clipart/happy.gif" ALT=":)"> <|
:(  <IMG SRC="$html_url/clipart/sad.gif" ALT=":("> <|
:O  <IMG SRC="$html_url/clipart/proud.gif" ALT=":O"> <|

# These are additional definitions you should not change.

(	&#40;
)	&#41;
*	&#42;
+	&#43;
'	&#39;

# For double-byte languages you may choose to turn these conversions off.

#[	&#91;
#]	&#93;
#|	&#124;

# 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.

#ä	&auml;	|>
#À	&Agrave;
#Á	&Aacute;
#Â	&Acirc;
#Ã	&Atilde;
#Ä	&Auml;
#Å	&Aring;
#Æ	&AElig;
#Ç	&Ccedil;
#È	&Egrave;
#É	&Eacute;
#Ê	&Ecirc;
#Ë	&Euml;
#Ì	&Igrave;
#Í	&Iacute;
#Î	&Icirc;
#Ï	&Iuml;
#Ð	&ETH;
#Ñ	&Ntilde;
#Ò	&Ograve;
#Ó	&Oacute;
#Ô	&Ocirc;
#Õ	&Otilde;
#Ö	&Ouml;
#×	&times;
#Ø	&Oslash;
#Ù	&Ugrave;
#Ú	&Uacute;
#Û	&Ucirc;
#Ü	&Uuml;
#Ý	&Yacute;
#Þ	&THORN;
#ß	&szlig;
#à	&agrave;
#á	&aacute;
#â	&acirc;
#ã	&atilde;
#ä	&auml;
#å	&aring;
#æ	&aelig;
#ç	&ccedil;
#è	&egrave;
#é	&eacute;
#ê	&ecirc;
#ë	&euml;
#ì	&igrave;
#í	&iacute;
#î	&icirc;
#ï	&iuml;
#ð	&eth;
#ñ	&ntilde;
#ò	&ograve;
#ó	&oacute;
#ô	&ocirc;
#õ	&otilde;
#ö	&ouml;
#÷	&divide;
#ø	&oslash;
#ù	&ugrave;
#ú	&uacute;
#û	&ucirc;
ü	&uuml;
#ý	&yacute;
#þ	&thorn;
#ÿ	&yuml;
#¡	&iexcl;
#¢	&cent;
#£	&pound;
#¤	&curren;
#¥	&yen;
#¦	&brvbar;
#§	&sect;
#¨	&uml;
#©	&copy;
#ª	&ordf;
#«	&laquo;
#¬	&not;
#­	&shy;
#®	&reg;
#¯	&macr;
#°	&deg;
#±	&plusmn;
#²	&sup2;
#³	&sup3;
#´	&acute;
#µ	&micro;
#¶	&para;
#·	&middot;
#¸	&cedil;
#¹	&sup1;
#º	&ordm;
#»	&raquo;
#¼	&frac14;
#½	&frac12;
#¾	&frac34;
#¿	&iquest;

# 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

