diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2005-08-15 22:03:52 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-08-15 22:03:52 +0000 |
commit | b402d4989d789a7f3457a44fd4aff1213bd6ef9e (patch) | |
tree | 0af8e7c94c44cf8e1a26663603d0d5d93f29d45f /docs/faq.html | |
parent | ab56fad967d50cec8600d674b0987f1d8b99bdc3 (diff) | |
download | irssi-b402d4989d789a7f3457a44fd4aff1213bd6ef9e.zip |
Update faq: s/term_type/term_charset/ and a bit more verbose
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3929 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/faq.html b/docs/faq.html index 2835d7aa..7e1f1754 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -112,7 +112,9 @@ join channels whose operators are that evil.</p> <h3>Q: How to make UTF-8 support work with irssi?</h3> -<p>A: xterm -u8, screen -U, /SET term_type utf-8</p> +<p>A: Make sure your terminal supports UTF-8 (for example, <code>xterm -u8</code>). +If you use screen, you may have to do <code>screen -U</code>. And in Irssi do +<code>/SET term_charset utf-8</code>. (for 0.8.9 and older: <code>/SET term_type utf-8</code>)</p> <h3>Q: Will there be /DETACH-like feature?</h3> |