aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-18 09:28:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-18 09:28:27 +0800
commitf6408daa103092f18789a719a4123224b259f71f (patch)
tree838b491516e1b3669428136d73019aa9afe5f2c3 /camel/camel-charset-map.h
parent13299ab7e073cf4d412cec019e4240a7634c1cf5 (diff)
downloadgsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar
gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.gz
gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.bz2
gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.lz
gsoc2013-evolution-f6408daa103092f18789a719a4123224b259f71f.tar.xz
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.h2
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 */