aboutsummaryrefslogtreecommitdiff
path: root/src/mm-charsets.h
AgeCommit message (Expand)Author
2022-09-13charsets: move mm_sms_part_3gpp_util_split_text to mm_charset_util_split_textAndrey Skvortsov
2021-02-23charsets: detect iconv() support in runtimeAleksander Morgado
2021-02-23charsets: remove charset_hex_to_utf8()Aleksander Morgado
2021-02-23charsets: remove take_and_convert methodsAleksander Morgado
2021-02-23charsets: use new bytearray_to_utf8() instead of byte_array_to_utf8()Aleksander Morgado
2021-02-23charsets: make charset_gsm_unpacked_to_utf8() privateAleksander Morgado
2021-02-23charsets: use new bytearray_from_utf8() instead of byte_array_append()Aleksander Morgado
2021-02-23charsets: make charset_utf8_to_unpacked_gsm() privateAleksander Morgado
2021-02-23charsets: new common APIs to convert from/to charsets and UTF-8Aleksander Morgado
2021-02-23charsets: make translit optional in utf8_to_unpacked_gsm()Aleksander Morgado
2021-02-23charsets: make translit optional in gsm_unpacked_to_utf8()Aleksander Morgado
2021-02-23charsets: remove unused charset_utf8_to_hex() methodAleksander Morgado
2021-02-23charsets: don't allow quoting in byte_array_append()Aleksander Morgado
2021-02-23charsets: remove HEX charset typeAleksander Morgado
2021-02-23charsets: define charset enum explicitly as flagsAleksander Morgado
2020-08-20charsets: refactor coding styleAleksander Morgado
2020-08-20charsets: add UTF-16BE as a possible modem charsetAleksander Morgado
2020-04-08charsets: report GError in byte_array_append() failuresAleksander Morgado
2018-08-21charsets: new helper to convert binary input data to UTF-8Aleksander Morgado
2017-08-16charsets: simplify check to see if conversion to charset possibleAleksander Morgado
2017-08-16charsets: ensure all methods are prefixed with 'mm_'Aleksander Morgado
2012-09-12core: better handling of non-UCS2 conversions that should be UCS2 (bgo #683817)Dan Williams
2012-03-16charsets: new UTF-8 to given charset converterAleksander Morgado
2012-02-07charsets: new method to do our best to convert from current charset to UTF-8Aleksander Morgado
2012-01-17gsm: add SMS PDU creation functionDan Williams
2011-06-06charsets: new utf8_to_hex() methodAleksander Morgado
2011-04-14gsm: implement basic SMS reception and PDU parsingNathan Williams
2011-04-14charset: change GSM unpack to take number of characters rather than octetsNathan Williams
2010-09-04gsm: add GSM 03.38 pack/unpack functions and testcasesDan Williams
2010-09-02gsm: add GSM 03.38 encoding/decoding functions and testcasesDan Williams
2010-03-16gsm: fix operator name on Option devices with UCS2 charsetDan Williams
2010-03-15core: add command helper that handles character set conversionDan Williams
2010-03-13core: move charset enum/string conversion to it's own fileDan Williams