Date: 12/04/02
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc / TODO"
- Previous message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- In reply to: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
IIRC, Slovenian uses Windows-1250?
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
>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc / TODO"
- Previous message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- In reply to: Derick Rethans: "[PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /chm make_chm.php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

