[python-win32] drag&drop files with non-ASCII filenames?

Ulli Horlacher framstag at rus.uni-stuttgart.de
Tue Dec 15 05:59:41 EST 2015


On Tue 2015-12-15 (09:19), Ulli Horlacher wrote:

>   while msvcrt.kbhit():
>     c = msvcrt.getch()
>     if c == '\n' or c == '\r': break
>     paste += c

I tried it with msvcrt.getwch(): same result, returns ASCII only :-(

-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum IZUS/TIK         E-Mail: horlacher at tik.uni-stuttgart.de
Universitaet Stuttgart         Tel:    ++49-711-68565868
Allmandring 30a                Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/
REF:<20151215081915.GB29648 at rus.uni-stuttgart.de>


More information about the python-win32 mailing list