mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 09:37:34 -05:00
Proper support for using the font's own character encoding. If we
know what that encoding actually is, we can do our best to support additional charsets (VT100 linedrawing, SCO ACS, UTF-8 mode) using the available characters; if we don't, we fall back to a mode where we disable all Unicode cut-and-paste and assume any Unicode character is undisplayable. [originally from svn r2413]
This commit is contained in:
@ -110,6 +110,10 @@ supported by \fIpterm\fP) should be valid here (examples are
|
||||
encoding which is valid in an X logical font description should be
|
||||
valid ("ibm-cp437", for example).
|
||||
|
||||
\fIpterm\fP's default behaviour is to use the same character
|
||||
encoding as its primary font. If you supply a Unicode (iso10646-1)
|
||||
font, it will default to the UTF-8 character set.
|
||||
|
||||
Character set names are case-insensitive.
|
||||
.IP "\fB\-nethack\fP"
|
||||
Tells \fIpterm\fP to enable NetHack keypad mode, in which the
|
||||
|
Reference in New Issue
Block a user