Perl 5在CPAN上有一个名为Text::Unidecode
的模块,它将Unicode音译为ASCII。因此,例如,如果您将字符串"“北亰 — it’s the best”"
交给它,则会将字符串移回"\"Bei Jing -- it's the best\""
。快速搜索Java库以执行相同的操作只会打开代码来删除Unicode字符或将重音字符转换为非重音字符。
有没有人知道产生类似Text::Unidecode
的输出的Java库?
答案 0 :(得分:1)
谷歌快速说:http://junidecode.sourceforge.net/ - 但看起来好像有一段时间没有更新。
答案 1 :(得分:0)
还有另一个Java库:unidecode。
与Gradle一起使用:
tabBarController.selectedViewController = tabBarController.viewControllers![newIndex] as! UIViewController
与Maven一起使用:
compile 'cz.jirutka.unidecode:unidecode:1.0.1'