- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LOCALE LANG Question
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-26-2006 03:17 AM
10-26-2006 03:17 AM
LOCALE LANG Question
de_DE.utf8
es_ES.utf8
fr_CA.utf8
fr_FR.utf8
it_IT.utf8
sv_SE.utf8
This should be part of the International fileset which is installed during the Core OS build I believe, but when I ran a locale -a to see what was available only the univ.utf8 was along with all the iso and roman locales.
My problem is that the fileset is installed but the utf8 locales are not seen.
This is for an HPUX 11.00 server.
Do I need to reinstall the International filesets or is there an alternative approach?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 04:33 AM
10-26-2006 04:33 AM
Re: LOCALE LANG Question
Maybe you are missing some of those patches if your system is kind of old to enable the utf8 languages:
[PHCO_18128/PACHRDME/English] 2015K 19990628
s700_800 11.00 Swedish sv_SE.utf8 locale src and binary
[PHCO_18127/PACHRDME/English] 2015K 19990628
s700_800 11.00 Spanish es_ES.utf8 locale src and binary
[PHCO_18126/PACHRDME/English] 2017K 19990628
s700_800 11.00 Italian it_IT.utf8 locale src and binary
[PHCO_18125/PACHRDME/English] 2017K 19990628
s700_800 11.00 German de_DE.utf8 locale src and binary
[PHCO_18124/PACHRDME/English] 4007K 19990628
s700_800 11.00 French fr_CA; fr_FR.utf8 locale src; binary
[PHCO_18129/PACHRDME/English] 1413K 19990628
s700_800 11.00 Europe; Mid-East & Americas UTF8 locale src
[PHSS_18014/PACHRDME/English] 153K 19990628
s700_800 11.00 XLocale Database for UTF8
[PHCO_17513/PACHRDME/English] 732K 19990210
s700_800 11.00 EURO printer fonts support
[PHCO_17514/PACHRDME/English] 37K 19990210
s700_800 11.00 Euro documentation
[PHCO_17318/PACHRDME/English] 1102K 19990210
s700_800 11.00 Conform C.utf8 locale to Unicode 2.0 std
[PHCO_17316/PACHRDME/English] 704K 19990210
s700_800 11.00 ISO8859-15 locales src; binary
[PHCO_17317/PACHRDME/English] 30K 19990210
s700_800 11.00 ISO8859-15 converter tables
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 04:50 AM
11-08-2006 04:50 AM
Re: LOCALE LANG Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 08:39 AM
11-08-2006 08:39 AM
Re: LOCALE LANG Question
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 11:36 PM
11-08-2006 11:36 PM
Re: LOCALE LANG Question
ls /usr/lib/nls/loc/locales.2 | grep utf8
C.utf8
de_DE.utf8
es_ES.utf8
fr_CA.utf8
fr_FR.utf8
it_IT.utf8
sv_SE.utf8
univ.utf8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 11:44 PM
11-08-2006 11:44 PM
Re: LOCALE LANG Question
can you check as well?
On a 64-bit system locale use /usr/lib/nls/loc/pa20_64/locales.2.
Yang