]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
On the Mac, support for setting the line codepage and for combining
authorOwen Dunn <owen@greenend.org.uk>
Wed, 16 Feb 2005 23:30:10 +0000 (23:30 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Wed, 16 Feb 2005 23:30:10 +0000 (23:30 +0000)
commitabb7b4ea57eed3233e23a046c9a1cbfd5a8fa10c
tree69685ce10c345203e821a589d3ccf782174b3094
parent98d342a62ad221f06353bee009a775ec4ae9c4a6
On the Mac, support for setting the line codepage and for combining
characters.  I've just used libcharset in macucs.c since there seemed
little reason not to, and implemented combining characters by naive
overprinting.  It's not yet a lot of use without the ability to select
a font, of course.

[originally from svn r5322]
mac/macstuff.h
mac/macterm.c
mac/macucs.c