Add a setting to change telnet default encoding
This commit is contained in:
parent
2dae4c4c6f
commit
abaf8d0a19
3 changed files with 15 additions and 3 deletions
|
|
@ -166,6 +166,12 @@ IDLE_TIMEOUT = -1
|
|||
# command-name is given here; this is because the webclient needs a default
|
||||
# to send to avoid proxy timeouts.
|
||||
IDLE_COMMAND = "idle"
|
||||
# The encoding (character set) specific to Telnet. This will not influence
|
||||
# other encoding settings: namely, the webclient, the website, the
|
||||
# database encoding will remain (utf-8 by default). This setting only
|
||||
# affects the telnet encoding and will be overridden by user settings
|
||||
# (through one of their client's supported protocol or their account options).
|
||||
TELNET_ENCODING = "utf-8"
|
||||
# The set of encodings tried. An Account object may set an attribute "encoding" on
|
||||
# itself to match the client used. If not set, or wrong encoding is
|
||||
# given, this list is tried, in order, aborting on the first match.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue