I am currently writting PHP scripts that accesses a database containing data in EUC-JP. However the web page designers are wrting there pages in SJIS.
I'm finding that my pages don't display well because the data I get back is in EUC-JP and the hard-coded text the designers put in is in SJIS. Is there any easy solution around this (besides the obvious of doing an mb_convert_encoding() on all my variables.) Thanks, Jc -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php