- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Korean Language
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
08-25-2005 04:23 PM
08-25-2005 04:23 PM
Korean Language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:38 PM
08-25-2005 04:38 PM
Re: Korean Language
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:43 PM
08-25-2005 04:43 PM
Re: Korean Language
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:44 PM
08-25-2005 04:44 PM
Re: Korean Language
The last document for HP-UX 11.11 above.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:45 PM
08-25-2005 04:45 PM
Re: Korean Language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 04:56 PM
08-25-2005 04:56 PM
Re: Korean Language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 05:23 PM
08-25-2005 05:23 PM
Re: Korean Language
ANyone pls help me for How to test Korean Language in HPUX11.11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 05:49 PM
08-25-2005 05:49 PM
Re: Korean Language
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 05:50 PM
08-25-2005 05:50 PM
Re: Korean Language
You can also try to print the document with korean language to the printer, this is the other way around to check.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 06:56 PM
08-25-2005 06:56 PM
Re: Korean Language
How to set true type fone for Korean Language,i am using HP11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:37 PM
08-25-2005 10:37 PM
Re: Korean Language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 09:46 PM
08-30-2005 09:46 PM
Re: Korean Language
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=
$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.