This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Drekin
Recipients Drekin, ezio.melotti, ned.deily, vstinner
Date 2014-09-15.08:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410770609.25.0.330666827924.issue22408@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-15 08:43:29Drekinsetrecipients: + Drekin, vstinner, ned.deily, ezio.melotti
2014-09-15 08:43:29Drekinsetmessageid: <1410770609.25.0.330666827924.issue22408@psf.upfronthosting.co.za>
2014-09-15 08:43:29Drekinlinkissue22408 messages
2014-09-15 08:43:29Drekincreate