Converting Non-ASCII code to ASCII equivalent in terms of look
问题 I have thousands of name in a mysql database that have the extended ASCII code in them. I want to convert them to a normal english alphabet. Here is an example : Indāpur Jejūri convert to -> Indapur Jejuri So how can I do it ? I know Java and Groovy, and a bunch of other scripting languages but didn't have much luck. Any suggestion ? 回答1: I found the answer after going through many posts in stackoverflow : Converting Symbols, Accent Letters to English Alphabet import java.text.Normalizer;