Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Wed, 01 Jan 2003 22:25:27 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Wed Jan 01 2003  22:25:27 GMT

Log message:
Proper support for using the font's own character encoding. If we
know what that encoding actually is, we can do our best to support
additional charsets (VT100 linedrawing, SCO ACS, UTF-8 mode) using
the available characters; if we don't, we fall back to a mode where
we disable all Unicode cut-and-paste and assume any Unicode
character is undisplayable.

Modified files:
    .               : putty.h winstuff.h
    unix            : pterm.1 pterm.c unix.h uxucs.c

Links:
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.176&r2=1.177
http://cvs.tartarus.org//putty/winstuff.h.diff?r1=1.24&r2=1.25
http://cvs.tartarus.org//putty/unix/pterm.1.diff?r1=1.12&r2=1.13
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.76&r2=1.77
http://cvs.tartarus.org//putty/unix/unix.h.diff?r1=1.16&r2=1.17
http://cvs.tartarus.org//putty/unix/uxucs.c.diff?r1=1.9&r2=1.10