derick          Mon Aug 26 04:35:05 2002 EDT

  Modified files:              
    /phpdoc/chm make_chm.php 
  Log:
  - Add chinese code
  
  
Index: phpdoc/chm/make_chm.php
diff -u phpdoc/chm/make_chm.php:1.1 phpdoc/chm/make_chm.php:1.2
--- phpdoc/chm/make_chm.php:1.1 Mon Jan  7 18:20:34 2002
+++ phpdoc/chm/make_chm.php     Mon Aug 26 04:35:05 2002
@@ -29,7 +29,8 @@
     "ja"    => "0x411 Japanese",
     "kr"    => "0x412 Korean",
     "nl"    => "0x413 Dutch (Netherlands)",
-    "pt_BR" => "0x416 Portuguese (Brazil)"
+    "pt_BR" => "0x416 Portuguese (Brazil)",
+       "zh"    => "0x804 Simplified Chinese"
 );
 
 // Files on the top level of the TOC
@@ -254,4 +255,4 @@
     return preg_replace("/[\r|\n]{1,2}/", " ", join("", file($filename)));
 } // oneLiner() function end
 
-?>
\ No newline at end of file
+?>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to