From 7051b9e563f7cdf5e09e65a33b5ac0152061e541 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 25 Jun 2016 21:24:45 +0100 Subject: Use libiconv instead of newlib's iconv Requires invalid input to be explicitly ignored, as unlike newlib invalid characters are not replaced with '?' Fixes bug 2440 --- frontends/amiga/Makefile.defaults | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'frontends/amiga/Makefile.defaults') diff --git a/frontends/amiga/Makefile.defaults b/frontends/amiga/Makefile.defaults index 0674a9de2..186498132 100644 --- a/frontends/amiga/Makefile.defaults +++ b/frontends/amiga/Makefile.defaults @@ -4,11 +4,7 @@ # Force using glibc internal iconv implementation instead of external libiconv # Valid options: YES, NO -ifneq ($(SUBTARGET),os3) - NETSURF_USE_LIBICONV_PLUG := YES -else - NETSURF_USE_LIBICONV_PLUG := NO -endif +NETSURF_USE_LIBICONV_PLUG := NO # Enable NetSurf's use of librosprite for displaying RISC OS Sprites # Valid options: YES, NO, AUTO -- cgit v1.2.3