diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-12-21 14:28:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-23 11:35:11 +0000 |
commit | 5ea4a591a40748c5be5f9f4b14ac4f7a09fe2857 (patch) | |
tree | 431edd63b9a0499714a42a306706b43c4b87d02d /src/mm-charsets.h | |
parent | 033e174e445ff7606ea43191a4a5c141413e10e2 (diff) |
charsets: use new bytearray_to_utf8() instead of byte_array_to_utf8()
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index 9f2ac7e8..37b39d7e 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -37,11 +37,6 @@ MMModemCharset mm_modem_charset_from_string (const gchar *string); /*****************************************************************************************/ -/* Take a string encoded in the given charset in binary form, and - * convert it to UTF-8. */ -gchar *mm_modem_charset_byte_array_to_utf8 (GByteArray *array, - MMModemCharset charset); - /* Take a string in hex representation ("00430052" or "A4BE11" for example) * and convert it from the given character set to UTF-8. */ |