Convert Unicode to Latin-1
548296Apr 29 2011 — edited Apr 29 2011Hi,
I have a String with Hebrew or any other non-latin language. I want to convert it to Latin-1.
E.g.
String ttt = "*\u05db\u05dc\u05dd\u05de\u05df*";
should be converted to something like "*âòîðèå*".
How can I do it?
Thanks in advance!
Edited by: Benzion on Apr 29, 2011 8:59 AM