Hello. I have a PHP application/scripts that have been written to handle ASCII. I need to convert over to Unicode (be able to take in Unicode characters, display them, process strings, etc). I have rebuilt Apache/PHP with the "--enable-multibyte=UNICODE" parameter, and I have played with the php.ini file as per http://www.php.net/manual/tw/ref.mbstring.php, but whenever I enter non English/ASCII characters into a form, submit them, then redisplay the results, I end up with garbage (ASCII representations of the multibyte unicode characters). I have no idea why.
Does anybody have any tips, info, help, gotchas, etc on setting up Unicode, converting functionality over, etc? I have not modified any of my PHP code as of yet because I don't know what all to do (mod PHP.ini again? change string functions in the code? etc.).
Thank you for your time.


