HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to set locale to C
Operating System - HP-UX
1825782
Members
2141
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 08:30 PM
07-02-2007 08:30 PM
can you say that converting locale from "ko_KR.eucKR" to "C" permanently?
First
I editted /etc/dt/config/Xconfig
Dtlogin*language: C
and restart dtlogin
but locale is
LANG=ko_KR.eucKR
LC_CTYPE="ko_KR.eucKR"
LC_COLLATE="ko_KR.eucKR"
LC_MONETARY="ko_KR.eucKR"
LC_NUMERIC="ko_KR.eucKR"
LC_TIME="ko_KR.eucKR"
LC_MESSAGES="ko_KR.eu
First
I editted /etc/dt/config/Xconfig
Dtlogin*language: C
and restart dtlogin
but locale is
LANG=ko_KR.eucKR
LC_CTYPE="ko_KR.eucKR"
LC_COLLATE="ko_KR.eucKR"
LC_MONETARY="ko_KR.eucKR"
LC_NUMERIC="ko_KR.eucKR"
LC_TIME="ko_KR.eucKR"
LC_MESSAGES="ko_KR.eu
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 12:59 AM
07-03-2007 12:59 AM
Solution
Hi,
I suspect setting the login language covers only a part of a locale definition.
To preset all LOCALE-stuff, you add this line:
Dtlogin*environment: LANG=C
I use to put additional stuff like this into /etc/profile or /etc/profile.local:
- /etc/profile
[ -s /etc/profile.local ] && /etc/profile.local
- /etc/profile.local
...
unset LC_ALL
export LC_CTYPE=en_US.ISO8859-1
...
mfG Peter
I suspect setting the login language covers only a part of a locale definition.
To preset all LOCALE-stuff, you add this line:
Dtlogin*environment: LANG=C
I use to put additional stuff like this into /etc/profile or /etc/profile.local:
- /etc/profile
[ -s /etc/profile.local ] && /etc/profile.local
- /etc/profile.local
...
unset LC_ALL
export LC_CTYPE=en_US.ISO8859-1
...
mfG Peter
The Universe is a pretty big place,
it's bigger than anything anyone has ever dreamed of before.
So if it's just us, seems like an awful waste of space, right?
Jodie Foster in "Contact"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 12:59 PM
07-03-2007 12:59 PM
Re: how to set locale to C
Thank you for your help.
I get your hints so,
#unset LC_ALL
#export LC_CTYPE=C
to maintain locale permanently
I edit $HOME/.profile line containing 'export LC_ALL=ko_KR.eucKR' to 'export LC_ALL=C'
Thank you again and Have a nice day ^^
I get your hints so,
#unset LC_ALL
#export LC_CTYPE=C
to maintain locale permanently
I edit $HOME/.profile line containing 'export LC_ALL=ko_KR.eucKR' to 'export LC_ALL=C'
Thank you again and Have a nice day ^^
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP