diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-18 09:28:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-18 09:28:27 +0800 |
commit | f6408daa103092f18789a719a4123224b259f71f (patch) | |
tree | 838b491516e1b3669428136d73019aa9afe5f2c3 /camel/camel-charset-map.h | |
parent | 13299ab7e073cf4d412cec019e4240a7634c1cf5 (diff) | |
download | gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.gz gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.zst gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.zip |
New function to map ISO charsets to the Windows charsets.
2001-12-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-charset-map.c (camel_charset_iso_to_windows): New function
to map ISO charsets to the Windows charsets.
* camel-mime-part-utils.c (broken_windows_charset): Detect Windows
charsets.
(simple_data_wrapper_construct_from_parser): Simplify a tad and
also check for iso-8859-* charsets that are really Windows
charsets. Fixes bug #12631.
svn path=/trunk/; revision=15144
Diffstat (limited to 'camel/camel-charset-map.h')
-rw-r--r-- | camel/camel-charset-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-charset-map.h b/camel/camel-charset-map.h index 7c7022c0a1..0cae1916a6 100644 --- a/camel/camel-charset-map.h +++ b/camel/camel-charset-map.h @@ -37,4 +37,6 @@ const char *camel_charset_best_name(CamelCharset *); /* helper function */ const char *camel_charset_best(const char *in, int len); +const char *camel_charset_iso_to_windows (const char *isocharset); + #endif /* ! _CAMEL_CHARSET_MAP_H */ |