goba            Mon Jan 14 05:22:03 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Default enconding for "he". HTML Help, SP, and Palm encondings and
  titles also need to be added later...
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.112 phpdoc/configure.in:1.113
--- phpdoc/configure.in:1.112   Thu Jan 10 14:25:24 2002
+++ phpdoc/configure.in Mon Jan 14 05:22:02 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.112 2002/01/10 19:25:24 hholzgra Exp $
+dnl $Id: configure.in,v 1.113 2002/01/14 10:22:02 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -494,6 +494,7 @@
   cs|hu|pl) ENCODING="ISO-8859-2";;
   ar) ENCODING="ISO-8859-6";;
   tr) ENCODING="ISO-8859-9";;
+  he) ENCODING="iso-8859-8-i";;
   *) ENCODING="ISO-8859-1";;
 esac
 AC_SUBST(ENCODING)


Reply via email to