From 048249f71d337274ce8cf1bcf698f700599f701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 3 May 2010 17:58:17 +0000 Subject: Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv. This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546 --- Docs/BUILDING-AmigaOS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Docs') diff --git a/Docs/BUILDING-AmigaOS b/Docs/BUILDING-AmigaOS index 6eb8a3bb4..ef9b40595 100644 --- a/Docs/BUILDING-AmigaOS +++ b/Docs/BUILDING-AmigaOS @@ -69,12 +69,15 @@ 1> gmake install - | Note: We advise enabling ivonv() support in libparserutils, which vastly + | Note: We advise enabling iconv() support in libparserutils, which vastly | increases the number of supported character sets. To do this, | create a file called Makefile.config.override in the libparserutils - | directory, containing the following line: + | directory, containing the following lines: | | CFLAGS += -DWITH_ICONV_FILTER + | LDFLAGS += -liconv + | + | This requires libiconv as iconv support in newlib.library is buggy. | | For more information, consult the libparserutils README file. -- cgit v1.2.3