]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - windows/window.c
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)
commit72e2bbd02036ab97021026e81c272981b0f90540
tree88ad7f10c19e89c46060120d7a4b3fae7fad9508
parent8178e86c3c4c0488f9f2c140ee01009a8e0d35ed
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@9942 cda61777-01e9-0310-a592-d414129be87e
windows/window.c