diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-18 10:48:18 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:28:13 +0100 |
commit | 3028126bd244506e709093636245aab2b835dce5 (patch) | |
tree | 7dd859d70bb8c267465421efc700fbab5facd9c3 /src/mm-charsets.h | |
parent | 6f1a4514da5041ee57437e651e357bc3a3b86418 (diff) |
charsets: new UTF-8 to given charset converter
UCS-2 strings are always hex-converted.
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index 855387a0..0238582a 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -75,4 +75,7 @@ guint8 *gsm_pack (const guint8 *src, gchar *mm_charset_take_and_convert_to_utf8 (gchar *str, MMModemCharset charset); +gchar *mm_utf8_take_and_convert_to_charset (gchar *str, + MMModemCharset charset); + #endif /* MM_CHARSETS_H */ |