dengshiyong / easyscripts

Automatically exported from code.google.com/p/easyscripts
2 stars 1 forks source link

不支持多音字在中间 #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
例如:
太行山上.txt
太行山下.txt

到"太行山"后无法完成。

        while len(_name_py) > i and len(_file_py) > j :
-            if _file_py[j] == "`":
+            if _file_py[j] == "`" and _name_py[i] != "`":

Original issue reported on code.google.com by mozbug...@gmail.com on 20 Apr 2010 at 5:01

GoogleCodeExporter commented 8 years ago
已经在20110119版本中加入,感谢提交修订代码!

Original comment by sha...@gmail.com on 19 Jan 2011 at 7:30