summaryrefslogtreecommitdiffstats
path: root/content/posts/utf8-irssi-madness.rst
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/utf8-irssi-madness.rst')
-rw-r--r--content/posts/utf8-irssi-madness.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/content/posts/utf8-irssi-madness.rst b/content/posts/utf8-irssi-madness.rst
index 5b6fb87..fb86115 100644
--- a/content/posts/utf8-irssi-madness.rst
+++ b/content/posts/utf8-irssi-madness.rst
@@ -1,25 +1,27 @@
-Title: Utf8 in an Irssi/tmux/putty/windows Stack
-Date: 2012-06-22
-Tags: irssi, utf8
+Utf8 in an Irssi/tmux/putty/windows Stack
+#########################################
+:date: 2012-06-22 00:00
+:tags: irssi, utf8
Getting irssi running with utf8 support in a putty/tmux stack is madness. Here
is what you have to do.
add lines in .{ba,z}shrc:
- :::bash
+.. code-block:: bash
+
export LANG=en_US.utf8
export LC_ALL=en_US.utf8
add lines in .tmux.conf:
+.. code-block:: bash
- :::bash
set-option -g default-terminal "rxvt"
set-window-option -g utf8 on
in irssi:
+.. code-block:: bash
- :::bash
/set term_charset UTF-8
/set recode_autodetect_utf8 ON
/set recode_fallback UTF-8
@@ -30,6 +32,7 @@ in irssi:
/quit
in putty config:
+.. code-block:: bash
window -> translation -> Received data assumed to be in which character set: UTF-8
-> Use Unicode line drawing code points