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

@@ -24,7 +24,7 @@
#include "Compiler.h"
#include "Traits.hxx"
#if (defined(HAVE_ICU) || defined(HAVE_GLIB)) && !defined(WIN32)
#if (defined(HAVE_ICU) || defined(HAVE_ICONV) || defined(HAVE_GLIB)) && !defined(WIN32)
#define HAVE_FS_CHARSET
#endif