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
This commit is contained in:
Wouter Coekaerts 2005-08-15 22:03:52 +00:00 committed by coekie
parent ab56fad967
commit b402d4989d

View File

@ -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>