php-i18n Digest 17 Aug 2006 20:31:20 -0000 Issue 334

Topics (messages 1025 through 1025):

Re: MB String suggestion
        1025 by: Hayk Chamyan

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
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.

--- End Message ---

Reply via email to