derick Fri Dec 6 02:00:28 2002 EDT Modified files: /phpdoc/chm make_chm.php Log: - Add Romanian and Slovak codes Index: phpdoc/chm/make_chm.php diff -u phpdoc/chm/make_chm.php:1.11 phpdoc/chm/make_chm.php:1.12 --- phpdoc/chm/make_chm.php:1.11 Wed Dec 4 13:30:31 2002 +++ phpdoc/chm/make_chm.php Fri Dec 6 02:00:26 2002 @@ -22,6 +22,7 @@ // Array to manual code -> HTML Help Code conversion // Code list: http://www.helpware.net/htmlhelp/hh_info.htm // Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp +// Language code: http://www.unicode.org/unicode/onlinedat/languages.html $LANGUAGES = array( "tw" => array( "langcode" => "0x404 Traditional Chinese", @@ -39,7 +40,7 @@ "preferred_font" => $DEFAULT_FONT ), "en" => array( - "langcode" => "0x809 English (United Kingdom)", + "langcode" => "0x409 English (United Kingdom)", "preferred_charset" => "Windows-1252", "preferred_font" => $DEFAULT_FONT ), @@ -86,6 +87,16 @@ "pt_BR" => array( "langcode" => "0x416 Portuguese (Brazil)", "preferred_charset" => "Windows-1252", + "preferred_font" => $DEFAULT_FONT + ), + "ro" => array( + "langcode" => "0x418 Romanian", + "preferred_charset" => "Windows-1250", + "preferred_font" => $DEFAULT_FONT + ), + "sk" => array( + "langcode" => "0x41b Slovak", + "preferred_charset" => "Windows-1250", "preferred_font" => $DEFAULT_FONT ), "sl" => array(
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php