RDB's Unicode patch. Fonts are now used in Unicode mode where
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 10 May 2001 08:34:20 +0000 (08:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 10 May 2001 08:34:20 +0000 (08:34 +0000)
commit4eeb7d098fc3c6fb29a4ba0da78edbf83f88dce1
tree19ec785841a765f94967b2b4aa3521f486280e5a
parenta5f3e637bc3925f7c68ab0f3895408bb70154b13
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: svn://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]