Operating System - HP-UX
1825739 Members
2569 Online
109687 Solutions
New Discussion

Install new non-standart locale to HP-UX

 
SOLVED
Go to solution
ojoxl
Occasional Contributor

Install new non-standart locale to HP-UX

Greetings!

Beforehand I apologize for bad English.:)

I administer a server with operational system HP-UX B.11.11.
Now locale it is exposed as follows:
# locale
LANG =
LC_CTYPE = "C"
LC_COLLATE = "C"
LC_MONETARY = "C"
LC_NUMERIC = "C"
LC_TIME = "C"
LC_MESSAGES = "C"
LC_ALL =

Now in system the following Russian locale are accessible:
# locale-a
....
ru_RU.iso88595
.....

But for me it is necessary Russian locale ru_RU.CP1251. I can take source codes locale from my debian linux server, and here is how to me it establish? Whether is in HP-UX means for installation non-standard locale?

Beforehand thank!
3 REPLIES 3
Fabian Briseño
Esteemed Contributor

Re: Install new non-standart locale to HP-UX

Hello Weih.

Do a man on locale

Example
man locale
man localedef


see if the information ther can help you out.
Knowledge is power.
Dennis Handly
Acclaimed Contributor

Re: Install new non-standart locale to HP-UX

I've never done this either. You should look at localedef(1M).

Using google I found:
http://devresource.hp.com/drc/STK/docs/refs/nls_locale.jsp
Fabian Briseño
Esteemed Contributor
Solution

Re: Install new non-standart locale to HP-UX

Hi againg Weih.
I also found this, check the link out.

http://docs.hp.com/en/5991-1194/ch03s03.html

You can download a pdf file with all the information.


Please remember to award points if the answers were helpful.

Knowledge is power.