Skip to content

Python like unidecode in Java

aburkov edited this page Jun 27, 2015 · 1 revision

With xpresso you have a popular in Python unidecode function.

Convert unicode to ascii:

String unidec = x.String("Чичётка 北亰").unidecode();

x.print(unidec);

Console: Chichiotka bei jing
Clone this wiki locally