summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-02-06 23:10:45 +0000
committerFrans Pop <elendil@planet.nl>2008-02-06 23:10:45 +0000
commite5731d62bcc99f3e44e3e9965de492e6bd1fed11 (patch)
treef4c00b8bb7ef45bda69cfa5e88cf8579f173eac6 /build
parent73f6dbd5acba21c6dc899159b98a7c6aa329b7dc (diff)
downloadinstallation-guide-e5731d62bcc99f3e44e3e9965de492e6bd1fed11.zip
Make UTF-8 the default encoding for the text version for all languages that still used ISO-8859-1
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildone.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index de416dcc8..820e45f92 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -160,10 +160,8 @@ create_text () {
CHARSET=EUC-KR ;;
ru)
CHARSET=KOI8-R ;;
- cs|el|hu|ro|zh_CN|zh_TW)
- CHARSET=UTF-8 ;;
*)
- CHARSET=ISO-8859-1 ;;
+ CHARSET=UTF-8 ;;
esac
HOME=$tempdir w3m -dump $tempdir/install.${language}.corr.html \