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: [email protected] Universitaet Stuttgart Tel: ++49-711-68565868 Allmandring 30a Fax: ++49-711-682357 70550 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/ REF:<[email protected]> _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
