Re: [PHP-DEV] 4.0.6 From: Rui Hirokawa (louis <email protected>)
Date: 04/30/01

On Mon, 30 Apr 2001 17:26:58 +0300
Andi Gutmans <andi <email protected>> wrote:

> At 10:01 PM 4/29/2001 -0400, Sterling Hughes wrote:
> >ext/wchar (wide character support?)
> >ext/mstring (multibyte string functions)
> >ext/jpstring (japanese string functions)
>
> I'd make mstring -> mbstring.
> The question is if it's worth splitting this up into more than one
> extension. Probably not.
> So we should probably be picking out of wchar, mbstring, jpstring.
> Rui, what do you think?

I prefer unified approach is better for php-i18n than splitting
some modules.
I think mbstring is better, although this module also
supports single-byte encoding like ISO-8859-X.
Some people might say 'wchar' is better choise,
because this module converts string to wide character internally.

If someone want to add some other encoding support,
he should add mbfilter_xx.c mbfilter_xx.h where xx means some
specific language like ja (japanese).

Anyway, because I am not original author of this module,
I must discuss to Mr. Tsukada ,the original author of jstring
about renaming the module.

-- 
----------------------------------------------------------
Rui Hirokawa <louis <email protected>>
maintainer of japanese PHP manual <hirokawa <email protected>>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>