First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 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.

click to hide/show revision 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.

click to hide/show revision 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.