Forum Moderators: coopster
As I understand it, I'd need to "translate" the MySQL database into unicode for it to support Korean characters. But then, aren't I going to run into browser-compatibility problems with all the rest of the sites?
As I understand it, if you're planning to do comparisons or searching with mySQL then you'll need the UTF-8 support for it to work properly in a multibyte language like Korean. This could be done on the PHP side if push came to shove.
That said, if your character set is ISO-8859-1 then you shouldn't have any problem converting over to Unicode. Info [unicodecharacter.com]
Tim
That said, if your character set is ISO-8859-1 then you shouldn't have any problem converting over to Unicode.