i am going to elaborate my question in details so that someone help me out.
i have multilingual site. a;; language translation is stored in language ini file with key/value pair e.g. WELCOME=\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a in Thai.
when i used parse_ini_file function it will return an array. but without changing the unicode language character in html/readable format.
My concern is that how can i read my language file so that it produce the output in human readable form?
Thanks.