Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

locale issue 1

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
// This is the right locale I need to have

# locale
LANG=en_US
LC_COLLATE="en_US"
LC_CTYPE="en_US"
LC_MONETARY="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_MESSAGES="en_US"
LC_ALL=

But, on the node, I have:

# locale
LANG=en_US
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=

# locale -a
C
POSIX
ZH_CN
ZH_CN.UTF-8
HI_IN
HI_IN.UTF-8
zh_TW.IBM-eucTW
zh_TW
ko_KR
ko_KR.IBM-eucKR

How do you change the locale correctly?

thx so much for your help in advance.
 
I don't see any issues there.

[Entry Fields]
Primary CULTURAL convention ISO8859-1 English (United States) [en_US] +
Primary LANGUAGE translation ISO8859-1 English (United States) [en_US] +
Primary KEYBOARD ??????? ??????? [undefined] +
INPUT device/directory for software [] +
EXTEND file systems if space needed? yes +
 
It doesn't show [tt]en_US[/tt] on your [tt]locale -a[/tt] output, so that locale isn't (completely?) installed I should think.


HTH,

p5wizard
 
Yep. You are correct. locale was not installed completely, I figured.

thx much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top