Translating a String character by character in Java

Posted by Emanuil on Stack Overflow See other posts from Stack Overflow or by Emanuil
Published on 2010-06-16T08:09:19Z Indexed on 2010/06/16 8:12 UTC
Read the original article Hit count: 298

Filed under:
|

How should I go about implementing a method that gets a String composed of Latin characters to translate it into a String composed of a different set of characters, let's say Cyrillic.

© Stack Overflow or respective owner

Related posts about java

Related posts about strings