Hi all experts,
I have this issue: Basically I am trying to show a text in Unicode in a javascript dialog box (i.e to confirm with 'Yes' or 'No'). This text is in a string such as "Thư báo tin" which contains char references because I cannot store unicode in .php file. I want to parse this string to another string which will be echo on the screen. Before parsing, I want the string to be in Unicode format because if I parse it as -is, the display in my javascript dialog box will be shown exactly what you see here "Thư báo tin"
Is there a solution for this? My PHP Version 5.2.5
Thanks