diff options
Diffstat (limited to 'camel/camel-utf8.h')
-rw-r--r-- | camel/camel-utf8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-utf8.h b/camel/camel-utf8.h index a29c8fc975..fadce2c7e6 100644 --- a/camel/camel-utf8.h +++ b/camel/camel-utf8.h @@ -34,4 +34,8 @@ void g_string_append_u(GString *out, guint32 c); char *camel_utf7_utf8(const char *ptr); char *camel_utf8_utf7(const char *ptr); +/* convert ucs2 to/from utf8 */ +char *camel_utf8_ucs2(const char *ptr); +char *camel_ucs2_utf8(const char *ptr); + #endif /* ! _CAMEL_UTF8_H */ |