-
UTF-8 Woes
In my FYP project, we have to deal with UTF-8 encoded data. Database was set to utf-8 charset by the client’s database developer. My localhost server was set to utf-8 as well. But the display would come out grabbled text. So text like, 동방신기 will appear like ë™ë°©ì‹ 기. So what went wrong? To be…