IIRC, Slovenian uses Windows-1250?

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
> 


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to