Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello. > > anyway, thanks for your nice comments and I wait for the other comments, > > or the time of merge:) > > If you are planning to contribute more on this part, I suggest you apply > for an CVS account so that you can commit it yourself. However, I think we > first need some discussion

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
On Thu, 7 Mar 2002, Masaki Fujimoto wrote: > oops, I've completely forgotten the timezone. It's already Thursday in > japan, so I'd been thinking you already branched... 5:42 left :) > > anyway, thanks for your nice comments and I wait for the other comments, > or the time of merge:) If you a

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, On Wed, 6 Mar 2002 16:57:14 +0100 (CET) [EMAIL PROTECTED] wrote: -snip- > > Honestly speaking, the intension of my previous post was some kind of > > notification or ad of the multibyte-encodings, so that I think it is not > > important whether the patch is merged or not (of course it's

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
On Thu, 7 Mar 2002, Masaki Fujimoto wrote: > Derick, you're 100% right and we japanese started to discuss the > specification of i18n in PHP 5 last week. And, we (at least Rui and me) > will have a meeting about i18n with Zeev in this month. Thus, I've > already focused on internationalization of

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, Derick, you're 100% right and we japanese started to discuss the specification of i18n in PHP 5 last week. And, we (at least Rui and me) will have a meeting about i18n with Zeev in this month. Thus, I've already focused on internationalization of PHP 5 (and ZE2) rather than PHP 4. Honestl

Re: [PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread derick
Hello, sounds like an interesting thing for PHP 5! I'm pretty sure more like this can be implemented to make mb encodings better supported. Derick On Wed, 6 Mar 2002, Masaki Fujimoto wrote: > Hello, > > The attached diffs and two new files (they should be in Zend/) are the > one suggestion

[PHP-DEV] i18n patch for PHP 4

2002-03-06 Thread Masaki Fujimoto
Hello, The attached diffs and two new files (they should be in Zend/) are the one suggestion for i18n (== internationalization) of PHP 4. This patch enables PHP to: - parse scripts written in encoding called Shift JIS. (and have potential to handle other encodings, like BIG-5, UCS-4, etc.) -