PuTTY bug win-font-linkingThis is a mirror. The primary PuTTY web site can be found here.
Home |
Licence |
FAQ |
Docs |
Download |
Keys |
Links class: bug: This is clearly an actual problem we want fixed. difficulty: tricky: Needs many tuits. priority: high: This should be fixed in the next release. absent-in: 0.56 0.57 present-in: 0.58 fixed-in: r6910 2006-11-19 (0.59) (0.60) We've had one report that 0.58 breaks Windows' "font linking". This is a mechanism provided by vaguely modern Windows (by "Uniscribe/MLang", apparently) to transparently use multiple fonts as fallbacks to provide the best coverage of the vast Unicode space. The symptom is that some Unicode characters that were correctly displayed in 0.57 will be displayed as blank spaces in 0.58. If those spaces are copied and pasted elsewhere, the original text will be recovered. Only characters that are actually in the current font will be displayed correctly.
This is likely a side-effect of the bidirectional
and Arabic shaping changes. One of the first changes to support
this was the creation of
Suggestions for how to modify
Ben suggests another approach to defusing A workaround is to use a fixed-width font that directly supports all the characters you need, if you can find one.
SGT, 2006-11-18: I've just implemented an alternative
workaround, which is to only use We still don't support font linking for bidi text, but this is no longer a regression over 0.57 because 0.57 would merely have done something else wrong when given bidi text. Audit trail for this bug. If you want to comment on this web site, see the Feedback page. (last revision of this bug record was at 2006-11-18 15:21:51 +0000) |