1834788 Members
2652 Online
110070 Solutions
New Discussion

Korean Language

 
Karthick K S
Frequent Advisor

Korean Language

How to set Korean Language
11 REPLIES 11
Adisuria Wangsadinata_1
Honored Contributor

Re: Korean Language

Hi,

You need to purchase the ASE (Asian System Environment) software, check the url below for the details (docID : KBRC00000147) :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080031386

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: Korean Language

Hi,

Or this document below, but you need to have a right keyboard for Korean Language (docID : 3200554552) :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080065501

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: Korean Language

Hi,

The last document for HP-UX 11.11 above.

Cheers,
AW
now working, next not working ... that's unix
Karthick K S
Frequent Advisor

Re: Korean Language

Already i have all the bundle and also installed by server.
Karthick K S
Frequent Advisor

Re: Korean Language

Ok,I have all the bundle and patches i want to know i can test whether korean language is working or not here we are using database
Karthick K S
Frequent Advisor

Re: Korean Language

Hi,

ANyone pls help me for How to test Korean Language in HPUX11.11.
Adisuria Wangsadinata_1
Honored Contributor

Re: Korean Language

Hi,

Please check the information on the url below :

http://docs.hp.com/en/5990-8560/ch02.html

See at 'Manual Start Up'

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: Korean Language

Hi,

You can also try to print the document with korean language to the printer, this is the other way around to check.

Cheers,
AW
now working, next not working ... that's unix
Karthick K S
Frequent Advisor

Re: Korean Language

Hi,

How to set true type fone for Korean Language,i am using HP11.11
Karthick K S
Frequent Advisor

Re: Korean Language

I check through ICONV command its output is korean language coming but i try to give input from keyboard its not taken.Pls help me for this
Mark H Smith
Advisor

Re: Korean Language

Karthick,

I assume you have east asian fonts on your Windows box, since in the other thread you mentioned Japanese was working.

Check the HP-UX version:
$uname -a

Check the locale:
$locale

Check the available locales:
$locale -a

I actually tried inputting Korean with the Windows terminal but had no luck..

Do you have an X window manager (with east asian fonts) on your Windows box? If so, you should be able to open a Korean hpterm from the remote system:

$export DISPLAY=:0.0

$eval 'LANG=ko_KR.utf8 LC_CTYPE=ko_KR.utf8 LC_ALL=ko_KR.utf8 hpterm -fn kor.8x18&'

Then check the IMS settings:
$dtimsstart -env&

(It should be using the XKIM input method system, and not any other language's IMS)

The LANG variable must be set to either ko_KO.eucKR or ko_KR.utf8 for dtimsstart to work. It will only be active on applications launched in that session.

It may not work yet, but you should at least get this far with no problems.