| 1 | initial version |
You locales are weird. You should have a look at the sudo update-locale and at the sudo dpkg-reconfigure locales ubuntu commands. If you do not want to touch that, a quick workaround is to type:
export LC_ALL=en_IN.UTF-8
export LANG=en_IN.UTF-8
You can add those lines to your ~/.bashrc file.
| 2 | No.2 Revision |
You locales are look weird. You should have a look at the sudo update-locale and at the sudo dpkg-reconfigure locales ubuntu commands. commands (search on the web to see what they do). If you do not want to touch that, a quick workaround is to type:
export LC_ALL=en_IN.UTF-8
export LANG=en_IN.UTF-8
You can add those lines to your ~/.bashrc file.
| 3 | No.3 Revision |
You locales look weird. You should have a look at the sudo update-locale and at the sudo dpkg-reconfigure locales ubuntu commands (search on the web to see what they do). If you do not want to touch that, a quick workaround is to type:
export LC_ALL=en_IN.UTF-8
export LANG=en_IN.UTF-8
You can add those lines to your ~/.bashrc file.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.