From dbb968cdc34e13e9cd65f41666cf555db014a9bf Mon Sep 17 00:00:00 2001 From: chmelevskij Date: Tue, 24 Nov 2015 22:46:44 +0000 Subject: [PATCH] Add iTerm fix solution. Add a iTerm fix solution from https://github.com/powerline/fonts/issues/44 --- docs/source/troubleshooting/osx.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/troubleshooting/osx.rst b/docs/source/troubleshooting/osx.rst index cb7e56b8..c2251e66 100644 --- a/docs/source/troubleshooting/osx.rst +++ b/docs/source/troubleshooting/osx.rst @@ -7,7 +7,8 @@ I can’t see any fancy symbols, what’s wrong? * If you’re using iTerm2, please update to `this revision `_ - or newer. + or newer. Also make sure that Preferences>Profiles>Text>Non-ASCII Font is the same as + your main Font. * 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.