From a875598a0cbde187cb61ec68707011f3f3ef7625 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 8 Jan 2009 20:43:14 +0000 Subject: Document how to enable iconv support in libparserutils. This also needs documenting in lpu itself, but it's probably wise to document it here, too. svn path=/trunk/hubbub/; revision=6002 --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 822476e..ef3837c 100644 --- a/README +++ b/README @@ -45,6 +45,15 @@ Compilation Compile and install both of these before trying to make Hubbub. + Note: By default, libparserutils only supports a few character sets. It may, + however, be configured to use iconv() to provide charset conversion. + To do this, do the following: + + $ cd /path/to/libparserutils + $ echo "CFLAGS += -DWITH_ICONV_FILTER" \ + >build/Makefile.config.override + + Then build libparserutils as normal. If necessary, modify the toolchain settings in the Makefile. Invoke make: -- cgit v1.2.3