goba Mon Aug 26 04:40:00 2002 EDT Modified files: /phpdoc/chm make_chm.php Log: Use spaces not tabs Adding link to langcode list for future reference Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.2 phpdoc/chm/make_chm.php:1.3 --- phpdoc/chm/make_chm.php:1.2 Mon Aug 26 04:35:05 2002 +++ phpdoc/chm/make_chm.php Mon Aug 26 04:39:59 2002 @@ -18,6 +18,7 @@ if (empty($FANCY_PATH)) { $FANCY_PATH = $HTML_PATH; } // Array to manual code -> HTML Help Code conversion +// Code list: http://www.helpware.net/htmlhelp/hh_info.htm $LANGUAGES = array( "cs" => "0x405 Czech", "de" => "0x407 German (Germany)", @@ -30,7 +31,7 @@ "kr" => "0x412 Korean", "nl" => "0x413 Dutch (Netherlands)", "pt_BR" => "0x416 Portuguese (Brazil)", - "zh" => "0x804 Simplified Chinese" + "zh" => "0x804 Simplified Chinese" ); // Files on the top level of the TOC
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php