From 06b97e46dd4bb8fda209ab20406f036444c19d80 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 14 Jun 2002 14:38:58 +0000 Subject: [PATCH] iso8859-1 --- scripts/sync_english.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync_english.sh b/scripts/sync_english.sh index 8b61fcd75..800240e61 100644 --- a/scripts/sync_english.sh +++ b/scripts/sync_english.sh @@ -3,7 +3,7 @@ # Shell script that synchronises all english translations using iso-8859-1 as basic echo -n "Creating utf-8 ... " -iconv -f iso8859-2 -t utf-8 english.inc.php3| sed -e 's/iso-8859-1/utf-8/' -e '/\$charset/a\ +iconv -f iso8859-1 -t utf-8 english.inc.php3| sed -e 's/iso-8859-1/utf-8/' -e '/\$charset/a\ $allow_recoding = TRUE;' > english-utf8.inc.php3 echo done