lib/icu/Converter: add iconv() implementation

This commit is contained in:
Max Kellermann
2015-06-26 16:43:27 +02:00
parent a03be5a8a6
commit 0756607e32
5 changed files with 60 additions and 3 deletions

View File

@@ -215,6 +215,9 @@ static void version(void)
#ifdef USE_EPOLL
" epoll"
#endif
#ifdef HAVE_ICONV
" iconv"
#endif
#ifdef HAVE_ICU
" icu"
#endif