android - how can I convert unicode string to ASCII in java ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
android - how can I convert unicode string to ASCII in java ...
2013年3月12日 - use java.text.Normalizer class to convert from unicode to ascii. here is a sample code from the answer http://stackoverflow.com/a/2097224/931982