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:
@ -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
|
||||
|
Reference in New Issue
Block a user