Date: 04/30/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Previous message: Andi Gutmans: "[PHP-DEV] php.ini location"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Reply: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Previous message: Andi Gutmans: "[PHP-DEV] php.ini location"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Reply: Andi Gutmans: "Re: [PHP-DEV] 4.0.6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

