diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-14 22:56:22 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-23 11:35:11 +0000 |
commit | 4a06a02765df1db1e641ef41d642ca27b8158005 (patch) | |
tree | 66f72778a6491381b744de4408373afa84c79072 /src/mm-charsets.h | |
parent | 8a8e00168b02c5064f01d5da20a97c7268ba1e2b (diff) |
charsets: detect iconv() support in runtime
The only purpose of this is to log what we found, nothing else, as a
quick way to detect platform support for the charsets we need.
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index 6db481cd..3071f6be 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -108,4 +108,8 @@ gchar *mm_modem_charset_str_to_utf8 (const gchar *str, gboolean translit, GError **error); +/*****************************************************************************************/ + +void mm_modem_charsets_init (void); + #endif /* MM_CHARSETS_H */ |