Updated the html2html filter. When we encounter a charset
authorArt Cancro <ajc@citadel.org>
Sat, 24 Feb 2007 04:58:54 +0000 (04:58 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 24 Feb 2007 04:58:54 +0000 (04:58 +0000)
commit4c6e691894791003cc46faa150674bf2f8a11c6d
tree54479c20cf4f585ada0710abceaf734588885525
parentc713812e3f356250bd1af7903ba34937f64b4094
Updated the html2html filter.  When we encounter a charset
declaration within the meta tags, the charset 'unicode' is manually aliased
to 'UTF-8'.  GNU iconv wants to treat it as an alias for 'UTF-16' but
messages generated by brain-damaged MS Exchange webmail are declaring
'unicode' when they really mean 'UTF-8'.  This change only applies to
meta tags; it is not a program-wide alias.
webcit/html2html.c