Drekin added the comment:

It seems that it's a problem of dead key combinations rather than modifiers. 
Unicode characters produced directly (with or without modifiers) work correctly.

Only one deadkey on my keyboard doesn't work at all. AltGr + M is a deadkey, 
but any following key is interpreted as if no deadkey was pressed.

On the other hand, other deadkeys including those with modifiers produces the 
combined characters, however usually returns just "?" as if someone applied 
char = char.encode("mbcs", errors="replace").decode(). E.g. whole Greek 
alphabet is transformed to question marks but beta is transformed to sharp s 
and mu to micro sign.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22408>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to