Use the Unicode Converter to convert from Unicode to the display encoding
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 13 Dec 2002 00:02:48 +0000 (00:02 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Fri, 13 Dec 2002 00:02:48 +0000 (00:02 +0000)
commit8768ce315f36b41e4645dfa099bb9c5a60b0d964
tree9102809506f2291823aef003fa3d8b4fcbfa8702
parent086efcde067f75f97768e54c251befc9e4ad10ce
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2315 cda61777-01e9-0310-a592-d414129be87e
mac/README.mac
mac/mac.c
mac/mac.h
mac/macterm.c
mkfiles.pl