Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert Unicode to Latin-1

548296Apr 29 2011 — edited Apr 29 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2011
Added on Apr 29 2011
12 comments
2,137 views