mb_convert_encoding, undefined function while mbstring is enabled
问题 I have a server (Ubuntu 11.10 x64) running PHP 5.3.8 with Apache2 / MySQL. I'm currently working on a project where I'm required to do some specific character encoding, but I found out that none of the multibyte (mb_* functions) are working. However, when I look in phpinfo(), I see that multibyte support is enabled. I've tried things like apt-get install php5-mbstring, php-mbstring, php-multibyte, etc. etc. but none seem to work. Can anyone point me in the right direction for this? Thanks in