Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 4 Dec 2002, Moriyoshi Koizumi wrote: > > > IIRC, Slovenian uses Windows-1250? > > Perhaps... do you have a list of those? I just added an entry to let > make_chm.php work again for these languages.
http://www.microsoft.com/globaldev/nlsweb/default.asp This might help you, but the list doesn't imply correspondences between IBM code pages and ISO 8859 character set registries. Moriyoshi > > Derick > > > > > > Moriyoshi > > > > "Derick Rethans" <[EMAIL PROTECTED]> wrote: > > > > > derick Wed Dec 4 01:59:54 2002 EDT > > > > > > Modified files: > > > /phpdoc/chm make_chm.php > > > Log: > > > - Add some more codes > > > > > > > > > Index: phpdoc/chm/make_chm.php > > > diff -u phpdoc/chm/make_chm.php:1.7 phpdoc/chm/make_chm.php:1.8 > > > --- phpdoc/chm/make_chm.php:1.7 Tue Dec 3 13:56:23 2002 > > > +++ phpdoc/chm/make_chm.php Wed Dec 4 01:59:54 2002 > > > @@ -87,6 +87,16 @@ > > > "preferred_charset" => "Windows-1252", > > > "preferred_font" => $DEFAULT_FONT > > > ), > > > + "sl" => array( > > > + "langcode" => "0x41d Slovenian", > > > + "preferred_charset" => "Windows-1252", > > > + "preferred_font" => $DEFAULT_FONT > > > + ), > > > + "sv" => array( > > > + "langcode" => "0x41d Swedish (Netherlands)", > > > + "preferred_charset" => "Windows-1252", > > > + "preferred_font" => $DEFAULT_FONT > > > + ), > > > "zh" => array( > > > "langcode" => "0x804 Simplified Chinese", > > > "preferred_charset" => "CP936", > > > > > > > > > > > > -- > > > PHP Documentation Mailing List (http://www.php.net/) > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- > > ------------------------------------------------------------------------- > Derick Rethans http://derickrethans.nl/ > PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ > ------------------------------------------------------------------------- > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php