Hello php-general,

Has anyone used mbstring functions ?

Problem is following.
There is textarea with unicode text in an web page. After submit this
unicode text is saved on file( on server disk) then call some
command to process the file.

1. The text is in HTML numeric string form. And I think , it mast be
converted with mb_decode_numericentity() to byte form. In
documentation function mb_decode_numericentity() and its arguments are
not well described.

How to create convertmap argument, if I want do no conversion in code?

2. When mb_decode_numericentity called, PHP code execution is
interrupting. Why ?

P.S.
PHP recompiled with option --enable-mbstring (: Enable mbstring
functions)


-- 
Best regards,
 Koriun                          mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to