]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use the Unicode Converter to convert from Unicode to the display encoding
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 13 Dec 2002 00:02:48 +0000 (00:02 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Fri, 13 Dec 2002 00:02:48 +0000 (00:02 +0000)
commit93f12a008d23727a22c5949013942ece0d575ab7
tree9102809506f2291823aef003fa3d8b4fcbfa8702
parentc6bbb682a3baa6e8edc4a51d1bb76b915b34e5c9
Use the Unicode Converter to convert from Unicode to the display encoding
if it's available.  Linking against the static Unicode Converter library
costs us about 30k on Classic 68K, which I can live with.

Because the default fallback converter can generate multiple output
characters for a single input character, we provide our own fallback that
doesn't.  It converts everything to '?' instead.

[originally from svn r2315]
mac/README.mac
mac/mac.c
mac/mac.h
mac/macterm.c
mkfiles.pl