Re: [PHP-I18N] MB String suggestion

2002-11-15 Thread Moriyoshi Koizumi
> Currently mbstring doesn't support Armenian character maps, and only iconv > extension with libiconv and glibc 2.3(IIRC) offers that functionality. Sorry, my bad English ... All you need is libiconv *or* glibc(>=2.3) iconv. Moriyoshi > > But AFAIK ArmSCII-8 encoding is a kind of single byte

Re: [PHP-I18N] MB String suggestion

2002-11-15 Thread Moriyoshi Koizumi
Hi, Currently mbstring doesn't support Armenian character maps, and only iconv extension with libiconv and glibc 2.3(IIRC) offers that functionality. But AFAIK ArmSCII-8 encoding is a kind of single byte charset systems, so I think you can add a support for it to mbstring module with ease. You