diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-11 16:56:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-14 07:56:05 +0100 |
commit | 4fa7ed9388f3ca81d97cad2099a6f9fa9f8098de (patch) | |
tree | ec4d1325b6b91a30dd0537658fe604bd8661c0b7 /extra/Configs/Config.in | |
parent | 5ca03df6978345c297225212cc0ca33d476b0272 (diff) |
add libiconv-tiny implementation
To use it enable UCLIBC_HAS_LIBICONV, then iconv_open/iconv_close
should be available.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b1ca3fac8..7c83d3004 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1462,6 +1462,11 @@ config UCLIBC_HAS_WCHAR Most people will answer N. +config UCLIBC_HAS_LIBICONV + bool "Iconv Support" + help + Add tiny iconv support for charset conversion from and to UTF-8. + config UCLIBC_HAS_LOCALE bool "Locale Support" select UCLIBC_HAS_WCHAR |