I am trying to convert the whole Latin Unicode character to their representations [az]
ó
I can easily do one after another, for example:
myString = myString.replaceAll("ó","o");
but since there are many variations, this approach is simply impractical
Is there any other way to do this in Java? e.g. a regular Expression or utility library
USING:
1- city names from other languages into English, for example.
Espiritu Santo → Espirito Santo,
nafas source share