Hi!
ArmSCII-8 support avaliable from the PHP 4.4.2, but there is no
message  "Armenian support enabled" at the phpinfo() and some other
things missing in the mbstring.c
Can you please add it?
Thanks.

From the patch I've sended before:

Index: mbstring.c
===================================================================
RCS file: /repository/php-src/ext/mbstring/mbstring.c,v
retrieving revision 1.142.2.47
diff -r1.142.2.47 mbstring.c
143a144,149
static const enum mbfl_no_encoding php_mb_default_identify_list_hy[] = {
        mbfl_no_encoding_ascii,
        mbfl_no_encoding_utf8,
        mbfl_no_encoding_armscii8
};

155a162
        { mbfl_no_language_armenian, php_mb_default_identify_list_hy, 
sizeof(php_mb_default_identify_list_hy) / 
sizeof(php_mb_default_identify_list_hy[0]) },
981a989,991
                        case mbfl_no_language_armenian:
                                default_enc = "ArmSCII-8";
                                break;
1131a1142
        php_info_print_table_row(2, "Armenian support", "enabled");




On 6/14/05, Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote:

On 2005/06/14, at 17:11, Hayk Chamyan wrote:

> On 6/14/05, Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote:
>>
>> Then, please ask the release master for inclusion of your patch.
>> It's not up to my decision because mbstring is a bundled module.
> Who is the release master?

Ilia Alshanetsky for the 4.3 branch, Derick Rethans for the 4.4 branch.
It'd be better to ask at the dev mailing list than a direct mail to
each release masters.

Moriyoshi

>
> --
> a.d.i.d.a.s.
>
>




--
a.d.i.d.a.s.

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

Reply via email to