First draft of Unicode support in pterm. It's pretty complete: it
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 12:20:34 +0000 (12:20 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 12:20:34 +0000 (12:20 +0000)
commit2dc6356a02ebe2e5c0428cefc18e64882d85b4a6
tree01a8199eeee53df57a2178fbb4dff5bcc2d94222
parent5dc6132d3a8e6e4048698bf1914b486f9cf41e2c
First draft of Unicode support in pterm. It's pretty complete: it
does UTF-8 copy and paste (falling back to normal strings if
necessary), it understands X font encodings and translates things
accordingly so that if you have a Unicode font you can ask for
virtually any single-byte encoding and get it (Mac-Roman pterm,
anyone?), and so on. There's work left to be done (wide fonts for
CJK spring to mind), but I reckon this is a pretty good start.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2395 cda61777-01e9-0310-a592-d414129be87e
20 files changed:
Recipe
charset/.cvsignore [new file with mode: 0644]
charset/README [new file with mode: 0644]
charset/charset.h [new file with mode: 0644]
charset/enum.c [new file with mode: 0644]
charset/fromucs.c [new file with mode: 0644]
charset/internal.h [new file with mode: 0644]
charset/mimeenc.c [new file with mode: 0644]
charset/sbcs.c [new file with mode: 0644]
charset/sbcs.dat [new file with mode: 0644]
charset/sbcsgen.pl [new file with mode: 0644]
charset/slookup.c [new file with mode: 0644]
charset/toucs.c [new file with mode: 0644]
charset/utf8.c [new file with mode: 0644]
charset/xenc.c [new file with mode: 0644]
mkfiles.pl
unix/pterm.1
unix/pterm.c
unix/unix.h
unix/uxucs.c