Please help with Unicodes conversion
807580Aug 31 2009 — edited Sep 1 2009hello,
i have a file with vietnamese chars in it (example: á (a acute)). i'd like to read this file and convert each char into a unicode representation (á (a acute) becomes \u00E1) and write the converted chars to another file (this i know how to do). please help!!!
thank you.