Added a hack to convert charsets in the format iso8859-1 to iso-8859-1
authorJeffrey Stedfast <fejj@ximian.com>
Fri, 13 Jul 2001 18:53:08 +0000 (18:53 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 13 Jul 2001 18:53:08 +0000 (18:53 +0000)
commit7e47d66b9fed7d6f5db5cbc9f9df442ae9194ce3
tree24c337aed7a25d689b4a7b79c72d60aa87b5b80a
parent304a4e9eb64d80b896839738e446b2cd42cfc8ec
Added a hack to convert charsets in the format iso8859-1 to iso-8859-1

2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>

* camel-mime-utils.c (rfc2047_decode_word): Added a hack to
convert charsets in the format iso8859-1 to iso-8859-1 because it
seems to be more iconv friendly. It has been reported that on some
systems, iconv doesn't know about iso8859-1 while it *does* know
about iso-8859-1. See bug #4530.
camel/ChangeLog
camel/camel-mime-utils.c