Jean-Christian Imbeault wrote:
> I beleive that mbstring is working and it is my settings that are wrong
> *or* some environment variable (in either PHP, Apache, or my browsers).
> 
> I am only asking for help in trying to identify and then fix the problem ^_^

So far, I cannot tell what's wrong. There are common pitfalls when
you are using mutlti-byte chars with PHP, databases, etc.

Most mbstring users find out pitfalls from Japanese PHP users mail
list archive...

If input string is too short, encoding cannot be detected correctly
since they are similar to each other.

As I worte in previous mail, add dummy hidden input that contains
long enough Japanese text. Then it should detect encoding correctly.

--
Yasuo Ohgaki






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

Reply via email to