]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Switch to translating keystrokes using ToUnicodeEx rather than
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 11:31:24 +0000 (11:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jul 2013 11:31:24 +0000 (11:31 +0000)
commitc46fc37ebc108bae1dbaa68ecb333140d683355e
tree88ad7f10c19e89c46060120d7a4b3fae7fad9508
parent8902fef44575ffd958abbe4791d3400f782f41c2
Switch to translating keystrokes using ToUnicodeEx rather than
ToAsciiEx, where possible.

This enables support for keys which generate Unicode characters that
aren't in the system code page, which seems to me like a perverse way
for Windows to have set up the system code page but apparently does
happen, e.g. (I'm told) U+0219 and U+021B on Romanian keyboards.

Patch mostly due to Andrei Damian-Fekete.

[originally from svn r9942]
windows/window.c