1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

updated /help recode and NEWS

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3920 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-08-11 13:07:17 +00:00 committed by vb
parent 8826b63ac2
commit ab56fad967
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -38,6 +38,17 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
+ If available, send who set topic and when to irssi-proxy clients + If available, send who set topic and when to irssi-proxy clients
+ Removed 'freenode' from the network list + Removed 'freenode' from the network list
+ New default aliases: MANUAL-WINDOWS, EXEMPTLIST and ATAG + New default aliases: MANUAL-WINDOWS, EXEMPTLIST and ATAG
+ Recode support: /RECODE for manipulation of the conversion database.
Setting "term_type" has been renamed to "term_charset".
/SET recode OFF to disable recode completely.
/SET recode_out_default_charset <charset> to specify the default
outgoing charset.
/SET recode_fallback <charset> to specify a charset that will be
used when the normal conversion is failing.
/SET recode_transliterate ON to enable character transliteration,
so unavailable characters will be transliterated into something
readable
<charset> can be almost everything listed by 'iconv -l'
- Pasted lines weren't added to command history. Some other paste - Pasted lines weren't added to command history. Some other paste
detection fixes detection fixes
- Fixed /BIND escape_char - Fixed /BIND escape_char

View File

@ -4,7 +4,7 @@
RECODE RECODE
%|List the conversion database %|List the conversion database
RECODE ADD %|<tag>|[<tag>/]<target>] <charset> RECODE ADD %|[<tag>]|[[<tag>/]<target>] <charset>
%|Add an entry to the conversion database (if tag or target is %|Add an entry to the conversion database (if tag or target is
omitted, the current channel or query will be used). You can specify omitted, the current channel or query will be used). You can specify
the <tag> to have different charsets for the same <target> for the <tag> to have different charsets for the same <target> for