On Mon, 30 Apr 2001, Rui Hirokawa wrote:

>
>
> On Mon, 30 Apr 2001 16:51:15 +0300 (IDT)
> Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
>
> > RH>> For example, this module supports encoding conversion
> > RH>> functionality between Unicode and some other encodings like
> > RH>> ISO-8859-X. Currently, it includes encoding conversion filter
> >
> > Doesn't this duplicate the GNU recode functionality?
>
>
> ext/jstring adds some unique functionalities as follows,
>
> - automatic encoding recognition functionality for japanese and Unicode   encodings.
> - the output encoding translation using output buffering functionality.
> - adding encoding translation for HTTP input (POST/GET/Cookie).
> - adding multibyte compatible string functions like mbstrlen (multibyte enabled 
>strlen())
>
> These functionalities are not fully supported by ext/recode or ext/iconv.
>

This seems like a very cool thing, however, I agree with Andi and others,
jstring sounds very Java like to me also.

perhaps:

ext/wchar (wide character support?)
ext/mstring (multibyte string functions)
ext/jpstring (japanese string functions)

-Sterling

>
> >
> >
> > --
> > Stanislav Malyshev, Zend Products Engineer
> > [EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115
> >
> >
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to