lib/icu/Converter: add ICU-based backend

This commit is contained in:
Max Kellermann
2014-11-30 00:59:43 +01:00
parent 4658bd8208
commit bc00c38f9d
4 changed files with 119 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#include <string>
#ifdef HAVE_GLIB
#if defined(HAVE_ICU) || defined(HAVE_GLIB)
#define HAVE_FS_CHARSET
#endif