]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
RDB's Unicode patch. Fonts are now used in Unicode mode where
authorSimon Tatham <anakin@pobox.com>
Thu, 10 May 2001 08:34:20 +0000 (08:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 10 May 2001 08:34:20 +0000 (08:34 +0000)
commit9c6f8925a5e909b69524292821e3d92585a9de73
tree19ec785841a765f94967b2b4aa3521f486280e5a
parent0f00d2ead99c38e39b1a27c552ace2d81c63717f
RDB's Unicode patch. Fonts are now used in Unicode mode where
possible and we have a single unified means of trying to display any
Unicode code point. Instead of the various ad-hoc translation modes
we had before, we now have a single `codepage' option which allows
us to treat the incoming (and outgoing) text as any given character
set, and locally we map that to Unicode and back.

git-svn-id: http://svn.tartarus.org/sgt/putty@1110 cda61777-01e9-0310-a592-d414129be87e
Makefile
ldisc.c
putty.h
settings.c
terminal.c
unicode.c [new file with mode: 0644]
wcwidth.c [new file with mode: 0644]
windlg.c
window.c
xlat.c [deleted file]