Date: 12/04/02
- Next message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Previous message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- In reply to: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Next in thread: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Derick Rethans <derick <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" <d.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
- Next message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Previous message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- In reply to: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Next in thread: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

