Is there any lib that can replace special characters to ASCII equivalents, like:
"Cze??"
to:
"Czesc"
I can of course create map:
{'?':'s', '?': 'c'}
and use some replace function. But I don't want to hardcode all equivalents into my program, if there is some function that already does that.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…