1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

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]
This commit is contained in:
Ben Harris
2002-12-13 00:02:48 +00:00
parent c6bbb682a3
commit 93f12a008d
5 changed files with 112 additions and 8 deletions

View File

@ -601,7 +601,8 @@ Libs_68K = "{CLibraries}StdCLib.o" \xb6
"{Libraries}Interface.o" \xb6
"{Libraries}OpenTransport.o" \xb6
"{Libraries}OpenTransportApp.o" \xb6
"{Libraries}OpenTptInet.o"
"{Libraries}OpenTptInet.o" \xb6
"{Libraries}UnicodeConverterLib.far.o"
Libs_PPC = "{SharedLibraries}InterfaceLib" \xb6
"{SharedLibraries}StdCLib" \xb6