goba            Mon Jan 14 05:42:59 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Added SP and HTML HELP encodings, using iso-8859-8. Palm title need
  to be added later (when it turns out how the manual is called in Hebrew,
  and if there is any Palm support for Hebrew...
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.113 phpdoc/configure.in:1.114
--- phpdoc/configure.in:1.113   Mon Jan 14 05:22:02 2002
+++ phpdoc/configure.in Mon Jan 14 05:42:59 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.113 2002/01/14 10:22:02 goba Exp $
+dnl $Id: configure.in,v 1.114 2002/01/14 10:42:59 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -494,7 +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";;
+  he) ENCODING="iso-8859-8";;
   *) ENCODING="ISO-8859-1";;
 esac
 AC_SUBST(ENCODING)
@@ -531,6 +531,10 @@
   ISO-8859-6)
     SP_OPTIONS="SP_ENCODING=ISO-8859-6"
     HTMLHELP_ENCODING="windows-1256"
+    ;;
+  ISO-8859-8)
+    SP_OPTIONS="SP_ENCODING=ISO-8859-8"
+    HTMLHELP_ENCODING="windows-1255"
     ;;
   ISO-8859-9)
     SP_OPTIONS="SP_ENCODING=ISO-8859-9"


Reply via email to