1

In Java I want to convert certain characters to a different format. Since I dont know exact ISO numbers and charsets I can only describe like this: "Üüöäİ" should result like below:

 "UuoaI" = magicOperation("Üüöäİ");

What character encoding I need exactly for this?

Spring
  • 11,333
  • 29
  • 116
  • 185
  • 1
    This really has nothing to do with UTF-8, which is simply a way to represent characters. What you want is to remove the *accents* from the characters. – RealSkeptic Aug 10 '16 at 07:36

0 Answers0