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.

Q: How to make UTF-8 support work with irssi?

-

A: xterm -u8, screen -U, /SET term_type utf-8

+

A: Make sure your terminal supports UTF-8 (for example, xterm -u8). +If you use screen, you may have to do screen -U. And in Irssi do +/SET term_charset utf-8. (for 0.8.9 and older: /SET term_type utf-8)

Q: Will there be /DETACH-like feature?