]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
First draft of Unicode support in pterm. It's pretty complete: it
authorSimon Tatham <anakin@pobox.com>
Tue, 31 Dec 2002 12:20:34 +0000 (12:20 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 31 Dec 2002 12:20:34 +0000 (12:20 +0000)
commitad2bbc52a472b57a9830c33e235fca32db621a8d
tree01a8199eeee53df57a2178fbb4dff5bcc2d94222
parent241570c04f93fcb14a5216661c607db0b74dc4f0
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.

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