diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-26 03:43:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-26 03:43:22 +0800 |
commit | 74205e83d12157f4c3c379722a0e6736d19c13ce (patch) | |
tree | cc32c6df4eec053249dfe58764e5349306577088 /camel/camel-utf8.h | |
parent | f9f6af4bcef7e33543a343048e0da492d3941861 (diff) | |
download | gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.tar.gz gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.tar.zst gsoc2013-evolution-74205e83d12157f4c3c379722a0e6736d19c13ce.zip |
Same as the ones below.
2003-02-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-message.c: Same as the ones below.
* camel-mime-part.c: Reverted back to pre-camel-iconv
* camel-filter-search.c: Same as below.
* camel-folder-summary.c: Reverted back to pre-camel-iconv
* camel.c (camel_init): Reverted to pre-camel-iconv
* camel-charset-map.c (camel_charset_locale_name): Removed (part
of the revert).
(camel_charset_canonical_name): Same.
* camel-mime-filter-charset.c: Revert back to using e_iconv from GAL.
* camel-mime-part-utils.c: Revert back to using e_iconv from GAL.
* camel-mime-utils.c: Revert back to using e_iconv from GAL.
* camel-sasl-digest-md5.c: Revert back to using e-iconv from GAL.
svn path=/trunk/; revision=20056
Diffstat (limited to 'camel/camel-utf8.h')
-rw-r--r-- | camel/camel-utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-utf8.h b/camel/camel-utf8.h index 7d6fac5410..47b54012c9 100644 --- a/camel/camel-utf8.h +++ b/camel/camel-utf8.h @@ -4,6 +4,7 @@ void camel_utf8_putc(unsigned char **ptr, guint32 c); guint32 camel_utf8_getc(const unsigned char **ptr); +guint32 camel_utf8_getc_limit (const unsigned char **ptr, const unsigned char *end); /* utility func for utf8 gstrings */ void g_string_append_u(GString *out, guint32 c); @@ -12,5 +13,4 @@ void g_string_append_u(GString *out, guint32 c); char *camel_utf7_utf8(const char *ptr); char *camel_utf8_utf7(const char *ptr); - #endif /* ! _CAMEL_UTF8_H */ |