case "$LANG" in
- ja|ko|pt_BR|pl|ru) ENCODING="UTF-8";;
zh_tw|zh_hk) ENCODING="big5";;
zh_cn) ENCODING="gb2312";;
cs|hu|ro|sk) ENCODING="ISO-8859-2";;
@@ -729,7 +728,6 @@
if test "$LANG_HACK_FOR_HE" = "yes"; then
ENCODING="ISO-8859-8"
fi
-AC_SUBST(ENCODING)
dnl localize the PalmPilot DOC title
case "$LANG" in
@@ -766,6 +764,8 @@
;;
esac
+ENCODING="UTF-8"
+AC_SUBST(ENCODING)
AC_SUBST(SP_OPTIONS)
Hmmm??? You removed the possibility for languages to specify their encoding? Or do I miss something?
Goba