How do I convert Æ and á into a regular English char with Java ? What I have is something like this : Local TV from Paraná. How to convert it to [Parana] ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Look at icu4j or the JDK 1.6 Normalizer:
|
|||||||||
|
|
As far as I know, there's no way to do this automatically -- you'd have to substitute manually using String.replaceAll.
|
|||
|
|