From b402d4989d789a7f3457a44fd4aff1213bd6ef9e Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Mon, 15 Aug 2005 22:03:52 +0000 Subject: [PATCH] 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 --- docs/faq.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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?