]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Patch from Yoshida Masato to fill in the missing pieces of Windows
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Feb 2012 19:28:55 +0000 (19:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 17 Feb 2012 19:28:55 +0000 (19:28 +0000)
commit90b441946e81213f29ed85be8aa50fb5f0e25bf4
tree8432ef6a6705bf921bcadadf9798af2268f25c31
parente42f60f6dbdcde157fb4a99db6c849b017c2829b
Patch from Yoshida Masato to fill in the missing pieces of Windows
UTF-16 support. High Unicode characters in the terminal are now
converted back into surrogates during copy and draw operations, and
the Windows drawing code takes account of that when splitting up the
UTF-16 string for display. Meanwhile, accidental uses of wchar_t have
been replaced with 32-bit integers in parts of the cross-platform code
which were expecting not to have to deal with UTF-16.

git-svn-id: http://svn.tartarus.org/sgt/putty@9409 cda61777-01e9-0310-a592-d414129be87e
ldiscucs.c
minibidi.c
putty.h
terminal.c
wcwidth.c
windows/window.c