diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-16 16:45:32 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-16 16:45:32 -0700 |
commit | 6266f949ba5e745c385d674b2aa934f42b0fb17c (patch) | |
tree | 800a2d285627d3652177dde1b568ed4ee35607d9 /src/mm-charsets.h | |
parent | c18dfa67d81d5a16acf78c2267bccae352fe06c6 (diff) |
gsm: fix operator name on Option devices with UCS2 charset
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index 41d568dd..5fa34065 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -43,5 +43,10 @@ gboolean mm_modem_charset_byte_array_append (GByteArray *array, gboolean quoted, MMModemCharset charset); +/* Take a string in hex representation ("00430052" or "A4BE11" for example) + * and convert it from the given character set to UTF-8. + */ +char *mm_modem_charset_hex_to_utf8 (const char *src, MMModemCharset charset); + #endif /* MM_CHARSETS_H */ |