Add troubleshooting info for iTerm2 question mark issue

Closes #27.
Refs #48.
This commit is contained in:
Kim Silkebækken 2013-01-17 10:01:48 +01:00
parent 7d613baec2
commit f18bf7087d
1 changed files with 4 additions and 0 deletions

View File

@ -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
<https://github.com/gnachman/iTerm2/commit/8e3ad6dabf83c60b8cf4a3e3327c596401744af6>`_
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.