moriyoshi Sun Feb 9 01:17:10 2003 EDT Modified files: /phpdoc configure.in Log: Fixed zh_tw build Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.179 phpdoc/configure.in:1.180 --- phpdoc/configure.in:1.179 Thu Feb 6 04:42:38 2003 +++ phpdoc/configure.in Sun Feb 9 01:17:10 2003 @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.179 2003/02/06 09:42:38 hholzgra Exp $ +dnl $Id: configure.in,v 1.180 2003/02/09 06:17:10 moriyoshi Exp $ dnl autoconf initialisation AC_INIT() @@ -494,7 +494,7 @@ dnl localize paper size by language dnl (instead of using system-dependant default) case "$LANG" in - ar|cs|de|hu|it|ja|ko|pl|ro|sk|tr|zh_hk|zh_cn) + ar|cs|de|hu|it|ja|ko|pl|ro|sk|tr|zh_hk|zh_tw|zh_cn) PAPER_TYPE="A4" PDF_PAPER_TYPE="a4" ;; @@ -562,8 +562,8 @@ echo "saving trees: $TREESAVING"; case "$LANG" in - ja|tw|ko) ENCODING="UTF-8";; - zh_hk) ENCODING="big5";; + ja|ko) 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";;
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php