How to implement Unicode string matching by folding in python

后端 未结 5 867
灰色年华
灰色年华 2020-12-13 11:31

I have an application implementing incremental search. I have a catalog of unicode strings to be matched and match them to a given \"key\" string; a catalog string is a \"hi

5条回答
  •  时光说笑
    2020-12-13 11:48

    Have a look at this: ftp://alan.smcvt.edu/hefferon/unicode2ascii.py

    Probably not complete, but might get you started.

提交回复
热议问题