[issue27469] Unicode filename gets crippled on Windows when drag and drop

Eryk Sun report at bugs.python.org
Sat Jul 9 06:50:21 EDT 2016


Eryk Sun added the comment:

Yes, a different drop handler solves the problem. It doesn't have to be the exefile handler that's built into shell32.dll. Another handler could be used that preserves Unicode filenames and long paths.

I tested in Windows 10.0.10586.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27469>
_______________________________________


More information about the Python-bugs-list mailing list