From 99a588c6e6e39dd2b91685ebdb501dd670370cf1 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 12 Sep 2011 08:34:58 +0300 Subject: [PATCH] bash_exports: added notice which tells people to set their locales. Also included instructions how to do that and set C as default. It's recommended that everyone uses UTF8 as reads above LC_ALL setting in this file. --- bash_exports | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_exports b/bash_exports index de1e342b..60bddb06 100644 --- a/bash_exports +++ b/bash_exports @@ -7,6 +7,7 @@ export EDITOR=nano #export PYTHONPATH=$HOME/.packages/lib/python2.X/site-packages # Fixes locale problems (for example) when SSHing in with different locale. (Another example: Hailo plugin for supybot gives locale errors, this fixes it.) +# Replace "C" with your locale. You can get list of locales by running "locale -a". Replace "C" with your language. For example: fi_FI.utf8 ) LC_ALL=C export LC_ALL