index
:
dxdxdt/ModemManager
main
mmfwd
sim7600
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mm-charsets.h
Age
Commit message (
Expand
)
Author
2022-09-13
charsets: move mm_sms_part_3gpp_util_split_text to mm_charset_util_split_text
Andrey Skvortsov
2021-02-23
charsets: detect iconv() support in runtime
Aleksander Morgado
2021-02-23
charsets: remove charset_hex_to_utf8()
Aleksander Morgado
2021-02-23
charsets: remove take_and_convert methods
Aleksander Morgado
2021-02-23
charsets: use new bytearray_to_utf8() instead of byte_array_to_utf8()
Aleksander Morgado
2021-02-23
charsets: make charset_gsm_unpacked_to_utf8() private
Aleksander Morgado
2021-02-23
charsets: use new bytearray_from_utf8() instead of byte_array_append()
Aleksander Morgado
2021-02-23
charsets: make charset_utf8_to_unpacked_gsm() private
Aleksander Morgado
2021-02-23
charsets: new common APIs to convert from/to charsets and UTF-8
Aleksander Morgado
2021-02-23
charsets: make translit optional in utf8_to_unpacked_gsm()
Aleksander Morgado
2021-02-23
charsets: make translit optional in gsm_unpacked_to_utf8()
Aleksander Morgado
2021-02-23
charsets: remove unused charset_utf8_to_hex() method
Aleksander Morgado
2021-02-23
charsets: don't allow quoting in byte_array_append()
Aleksander Morgado
2021-02-23
charsets: remove HEX charset type
Aleksander Morgado
2021-02-23
charsets: define charset enum explicitly as flags
Aleksander Morgado
2020-08-20
charsets: refactor coding style
Aleksander Morgado
2020-08-20
charsets: add UTF-16BE as a possible modem charset
Aleksander Morgado
2020-04-08
charsets: report GError in byte_array_append() failures
Aleksander Morgado
2018-08-21
charsets: new helper to convert binary input data to UTF-8
Aleksander Morgado
2017-08-16
charsets: simplify check to see if conversion to charset possible
Aleksander Morgado
2017-08-16
charsets: ensure all methods are prefixed with 'mm_'
Aleksander Morgado
2012-09-12
core: better handling of non-UCS2 conversions that should be UCS2 (bgo #683817)
Dan Williams
2012-03-16
charsets: new UTF-8 to given charset converter
Aleksander Morgado
2012-02-07
charsets: new method to do our best to convert from current charset to UTF-8
Aleksander Morgado
2012-01-17
gsm: add SMS PDU creation function
Dan Williams
2011-06-06
charsets: new utf8_to_hex() method
Aleksander Morgado
2011-04-14
gsm: implement basic SMS reception and PDU parsing
Nathan Williams
2011-04-14
charset: change GSM unpack to take number of characters rather than octets
Nathan Williams
2010-09-04
gsm: add GSM 03.38 pack/unpack functions and testcases
Dan Williams
2010-09-02
gsm: add GSM 03.38 encoding/decoding functions and testcases
Dan Williams
2010-03-16
gsm: fix operator name on Option devices with UCS2 charset
Dan Williams
2010-03-15
core: add command helper that handles character set conversion
Dan Williams
2010-03-13
core: move charset enum/string conversion to it's own file
Dan Williams