Created ctdl_iconv_open() wrapper around iconv_open()
authorArt Cancro <ajc@citadel.org>
Mon, 6 Feb 2006 04:50:39 +0000 (04:50 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 6 Feb 2006 04:50:39 +0000 (04:50 +0000)
commit928e2b479b20b370fd8d4ee1fa1596d40798b494
tree03165bde8bdbab0ca61158392b2d623fa02ea2c2
parent87a8f096f034168055f8c8e436784091e8030024
Created ctdl_iconv_open() wrapper around iconv_open()
in order to add extra charset aliases.  Nonstandard, broken Microsoft charsets such as
'MS950' are now aliased to names such as 'CP950'.  This will allow WebCit to display
broken messages created by broken Microsoft products.
webcit/html2html.c
webcit/messages.c
webcit/rss.c
webcit/webcit.h