]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support in the cross-platform code for translating to and from
authorSimon Tatham <anakin@pobox.com>
Tue, 24 Mar 2009 22:24:31 +0000 (22:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 24 Mar 2009 22:24:31 +0000 (22:24 +0000)
commit87aafaa89a5c39bfe121a5bedfc84887bdeb9f20
tree9549c87e2da9f302869c04fb3db5beae075d8f87
parent713df723ae3b467a56cd3ea4a2548339d4b9dd5d
Support in the cross-platform code for translating to and from
UTF-16 when exchanging wchar_t strings with the front end. Enabled
by a #define in the platform's header file (one should not
promiscuously translate UTF-16 surrogate pairs on 32-bit wchar_t
platforms since that could give rise to redundant encoding attacks),
which is present on Windows.

[originally from svn r8495]
ldiscucs.c
terminal.c
windows/winstuff.h