]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit053d2ba6d1c35c3d3c77bbc48bfd31fd8628ed35
tree8432ef6a6705bf921bcadadf9798af2268f25c31
parente350ca2b4e80bfea2fe4915d512000bcb353333b
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.

[originally from svn r9409]
ldiscucs.c
minibidi.c
putty.h
terminal.c
wcwidth.c
windows/window.c