Operating System - HP-UX
1826499 Members
2035 Online
109692 Solutions
New Discussion

Re: en_US.UTF-8 for hp-ux 11.11

 
Luca Rasconi
Frequent Advisor

en_US.UTF-8 for hp-ux 11.11

I need to use the cahracter set en_US.UTF8.
I have 11.11 os.
When i try to see if this character set is load on my system, using locale -a, i ve no positive response.
So i asked if the character set i need is inside another char set or i ve to install it from some patch or antoher source.

Thank you a lot

Luca
Luca
2 REPLIES 2
H.Merijn Brand (procura
Honored Contributor

Re: en_US.UTF-8 for hp-ux 11.11

# swlist -l product -l subproduct -l fileset | grep -P -i 'utf-?8'

showed me on 11.00

PHCO_16496 (univ.utf8), PHCO_17318 (C.utf8), PHCO_18129 (UTF8 locale src), PHNE_14976 (UTF8 support for streams), PHSS_16482 (CDE localizations for UTF8), and PHSS_18014 (XLocale Database for UTF8) (and some korean, chinese and japanese stuff I don't use)

en_US.UTF-8 is not in my 'locale -a' output, but I guess that C.utf8 might work

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Luca Rasconi
Frequent Advisor

Re: en_US.UTF-8 for hp-ux 11.11

I'm sure i haven't en_US.utf8

[h3mih090]/#locale -a | grep -i utf
C.utf8
univ.utf8
zh_CN.utf8
zh_HK.utf8
zh_TW.utf8
fr_CA.utf8
fr_FR.utf8
de_DE.utf8
it_IT.utf8
ja_JP.utf8
ko_KR.utf8
es_ES.utf8
sv_SE.utf8
Luca