gcardone / junidecode

A Unicode to ASCII Java Library
Apache License 2.0
172 stars 25 forks source link

Get [?] when unicode Chinese "一" #9

Open qiongli opened 6 years ago

qiongli commented 6 years ago

Many thanks for your junidecode lib! But I get garbled output when I try to unicode Chinese one ("一"). System.out.println(net.gcardone.junidecode.Junidecode.unidecode("一")) The output is as follow. It should be "yi". [?] Is it a bug? is there a workaround? Thanks again

mouse0w0 commented 11 months ago

Please fix it.