PHP: How to convert ISO character (HTMLEntities) to UTF-8?
Thursday, June 28th, 2007I’m facing problem in how to convert string from ISO to UTF8 previously. Due to the server configuration problem, all the UTF-8 char has been convereted into ISO (HTMLEntities) before it insert into db and those ISO character (HTMLEntities) break while showing in XML document. Now i found the solution to convert ISO character into [...]
