mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Changed the order of recode_out_default_charset, it doesn't override /recode add anymore. The string returned by nl_langinfo(CODESET) may be empty, use ISO8859-1 in this case
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3306 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4cc4ddc1a7
commit
a26038c664
4 changed files with 20 additions and 16 deletions
|
|
@ -27,15 +27,15 @@ Examples:
|
|||
/SET recode_fallback <charset>
|
||||
to set the fallback charset for incoming events
|
||||
|
||||
This charset will be used when a conversion to
|
||||
the defined charset(/recode add) fails or if the
|
||||
charset for the target(query or channel) is not set.
|
||||
This charset is used if your term_charset is UTF-8
|
||||
and the conversion for the target is not set and
|
||||
the text is not UTF-8.
|
||||
|
||||
/SET recode_out_default_charset <charset>
|
||||
to set the global outgoing charset
|
||||
|
||||
When it's set to a charset it will be used instead
|
||||
of the charset you have defined with /recode add
|
||||
When it's set to a charset it will be used
|
||||
if no conversion for the target is set.
|
||||
|
||||
/SET recode_transliterate ON
|
||||
to enable the global transliteration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue