[New-bugs-announce] [issue22408] Tkinter doesn't handle Unicode key events on Windows

Drekin report at bugs.python.org
Sun Sep 14 17:44:55 CEST 2014


New submission from Drekin:

Key events produced on Windows handles Unicode incorrectly when Unicode character is produced by dead-key combination.

On my keyboard, (AltGr + M, a) produces several key events, last of which contains char=="a", however, it should contain "∀". Also dead-key sequence (\, a) should produce event.char=="α", however contains "?".

----------
components: Tkinter, Unicode, Windows
messages: 226872
nosy: Drekin, ezio.melotti, haypo
priority: normal
severity: normal
status: open
title: Tkinter doesn't handle Unicode key events on Windows
versions: Python 3.4

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


More information about the New-bugs-announce mailing list