> 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
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