Hello;
I have a Ubuntu 10.04.1 LTS VPS here.
And I have a little problem with environment variables.
In my environment when I try to run
$ locale it gives result as
Code:
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
because of that I cannot use utf-8 characters in terminal.
I have tried
# dpkg-reconfigure locales and it gives result as
Code:
Generating locales...
en_AG.UTF-8... up-to-date
en_AU.UTF-8... up-to-date
en_BW.UTF-8... up-to-date
en_CA.UTF-8... up-to-date
en_DK.UTF-8... up-to-date
en_GB.UTF-8... up-to-date
en_HK.UTF-8... up-to-date
en_IE.UTF-8... up-to-date
en_IN.UTF-8... up-to-date
en_NG.UTF-8... up-to-date
en_NZ.UTF-8... up-to-date
en_PH.UTF-8... up-to-date
en_SG.UTF-8... up-to-date
en_US.UTF-8... up-to-date
en_ZA.UTF-8... up-to-date
en_ZW.UTF-8... up-to-date
Generation complete.
but still $ locale gives same..
I have researched by Google and I have find out that i dont have
"/etc/default/locale" file.. I have generated that but nothing changes...
I have searched in this forum and I have found
this topic.. but $ apt-get install locales-all didn't work out..
I am a newbie on linux.
Is the problem for just me?
Does anybody have a solution for this problem?
or
Can anybody show me the right direction to solve this problem?
Thanks for your time...