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.c
Age
Commit message (
Expand
)
Author
2023-05-18
charsets: fix read of uninitialized memory in gsm unpacked conversion
Aleksander Morgado
2022-09-13
sms: fix spliting messages into chunks in gsm7 encoding
Andrey Skvortsov
2022-09-13
charsets: move mm_sms_part_3gpp_util_split_text to mm_charset_util_split_text
Andrey Skvortsov
2022-02-17
charsets: set error if UTF-8 validation fails
Aleksander Morgado
2021-02-23
charsets: detect iconv() support in runtime
Aleksander Morgado
2021-02-23
charsets: define common translit fallback character
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: avoid //TRANSLIT when converting to/from charsets
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
libmm-glib,common-helpers: make hexstr2bin() return a guint8 array
Aleksander Morgado
2021-02-23
libmm-glib,common-helpers: make hexstr2bin() accept input string length
Aleksander Morgado
2021-02-23
libmm-glib,common-helpers: make hexstr2bin() return a GError
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
2020-08-20
charsets: refactor coding style
Aleksander Morgado
2020-08-20
charsets: add UTF-16BE as a possible modem charset
Aleksander Morgado
2020-05-26
charsets: take_and_convert() methods should support GSM encoding
Aleksander Morgado
2020-05-26
charsets: don't warn in unlikely case of needing to convert to HEX from UTF-8
Aleksander Morgado
2020-05-26
Revert "charsets: don't warn in unlikely case of needing to convert to HEX fr...
Aleksander Morgado
2020-05-26
charsets: don't warn in unlikely case of needing to convert to HEX from UTF-8
Giacinto Cifelli
2020-04-08
charsets: report GError in byte_array_append() failures
Aleksander Morgado
2020-01-31
charsets: fix warnings with -Wswitch-default
Aleksander Morgado
2020-01-31
charsets: fix warnings with -Wsign-compare
Aleksander Morgado
2020-01-24
charsets: fix handling of 0x00 bytes at the end of GSM encoded strings
Aleksander Morgado
2019-08-02
charsets: use `G_N_ELEMENTS (t)' instead of `sizeof (t) / sizeof (t[0])'
Ben Chan
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
2017-08-15
charset: fix mm_charset_get_encoded_len
Ben Chan
2016-08-15
core: use MM-specific logging methods always instead of the generic GLib ones
Aleksander Morgado
2014-05-20
core: minor coding style fixes
Ben Chan
2012-10-04
libmm-glib: remove the `libmm-common.h' header
Aleksander Morgado
2012-09-14
libmm-common: added common utils from core
Aleksander Morgado
2012-09-12
core: fix a leak in "core: better handling of non-UCS2 conversions that shoul...
Dan Williams
2012-09-12
core: better handling of non-UCS2 conversions that should be UCS2 (bgo #683817)
Dan Williams
2012-03-28
charsets: plug memleak
Aleksander Morgado
2012-03-16
charsets: fix compilation with -Werror=maybe-uninitialized
Aleksander Morgado
2012-03-16
charsets: new UTF-8 to given charset converter
Aleksander Morgado
2012-02-18
charsets: plug memleak
Aleksander Morgado
2012-02-08
charsets: don't crash when passing a NULL string to the UTF-8 converter
Aleksander Morgado
2012-02-07
charsets: new method to do our best to convert from current charset to UTF-8
Aleksander Morgado
2012-02-07
charsets: don't warn if we couldn't convert from hex to utf8
Aleksander Morgado
[next]