]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit26f1085038d7cd9a63808a33ec6feb695b68734a
tree19ec785841a765f94967b2b4aa3521f486280e5a
parente001f1533e0e8b900e69924af9509d8733d94259
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.

[originally from svn r1110]
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]