tony2001 Sun Mar 6 12:00:42 2005 EDT
Modified files:
/phpdoc configure.in
Log:
ru is using utf8 from now
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.219&r2=1.220&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.219 phpdoc/configure.in:1.220
--- phpdoc/configure.in:1.219 Thu Mar 3 15:42:30 2005
+++ phpdoc/configure.in Sun Mar 6 12:00:40 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.219 2005/03/03 20:42:30 techtonik Exp $
+dnl $Id: configure.in,v 1.220 2005/03/06 17:00:40 tony2001 Exp $
dnl autoconf initialisation
AC_INIT()
@@ -744,14 +744,13 @@
echo "saving trees: $TREESAVING";
case "$LANG" in
- ja|ko|pt_BR) ENCODING="UTF-8";;
+ ja|ko|pt_BR|ru) ENCODING="UTF-8";;
zh_tw|zh_hk) ENCODING="big5";;
zh_cn) ENCODING="gb2312";;
cs|hu|pl|ro|sk) ENCODING="ISO-8859-2";;
ar) ENCODING="ISO-8859-6";;
tr) ENCODING="ISO-8859-9";;
he) ENCODING="ISO-8859-8";;
- ru) ENCODING="windows-1251";;
el) ENCODING="ISO-8859-7";;
*) ENCODING="UTF-8";;
esac
@@ -793,9 +792,6 @@
ISO-8859-9)
HTMLHELP_ENCODING="windows-1254"
;;
- windows-1251)
- HTMLHELP_ENCODING="windows-1251"
- ;;
esac
AC_SUBST(SP_OPTIONS)