Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 10 May 2001 09:34:20 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/05/10 09:34:20

Modified files:
	.              : Makefile ldisc.c putty.h settings.c terminal.c 
	                 windlg.c window.c 
Added files:
	.              : unicode.c wcwidth.c 
Removed files:
	.              : xlat.c 

Log message:
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.