From f18bf7087dc15b6e87b097afe48dbd0ca01f12b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 17 Jan 2013 10:01:48 +0100 Subject: [PATCH] Add troubleshooting info for iTerm2 question mark issue Closes #27. Refs #48. --- docs/source/troubleshooting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst index a9a85c6c..8af8302b 100644 --- a/docs/source/troubleshooting.rst +++ b/docs/source/troubleshooting.rst @@ -10,6 +10,10 @@ I can't see any fancy symbols, what's wrong? If you're using rxvt-unicode, make sure that it's compiled with the ``--enable-unicode3`` flag. + If you're using iTerm2, please update to `this revision + `_ + or newer. + You need to set your ``LANG`` and ``LC_*`` environment variables to a UTF-8 locale (e.g. ``LANG=en_US.utf8``). Consult your Linux distro's documentation for information about setting these variables correctly.