- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UTF-8 support in emulation software !!!
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
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
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
тАО07-31-2003 10:42 PM
тАО07-31-2003 10:42 PM
UTF-8 support in emulation software !!!
We have a HP-UX 11.00 server with UTF-8 packages already installed but would like to view the Asian characters when using vi editor and also the output which is sent to stdout should display the Asian characters properly.
In short, the requirement is to have the UTF-8 support in the emulation software ( e.g : XOnNet ).
Please suggest.
Thanks
Venky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2003 10:00 PM
тАО08-01-2003 10:00 PM
Re: UTF-8 support in emulation software !!!
If you have a HP-UX 11.00 server with UTF-8 packages installed, that's great. But if you want to view Asian characters, you should also have the locales installed on your machine. For example, to view data in Japanese, you should have ja_JP.SJIS and ja_JP.eucJP locales installed. If you want to view data in Japanese, you should install zh-cn and zh-tw locales. You can contact your system administrator for more details. You can then issue the command, export $LANG=ja_JP.SJIS and you can view any application that supports Japanese or has been localized in Japanese or any other language.
Hope this helps.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2003 10:03 PM
тАО08-01-2003 10:03 PM
Re: UTF-8 support in emulation software !!!
To view characters in Chinese, you should have the following locales installed on your machine, zh-cn and zh-tw. In my earlier response, I had mentioned as Japanese. Sorry!
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2003 12:37 AM
тАО08-04-2003 12:37 AM
Re: UTF-8 support in emulation software !!!
Your inputs are fine, if we don't want to use UTF-8 support but our requirment is to view the asian characters from the emulation software not from the server side and without using these locales , just by using UTF-8
We already have all these locales installed and in use also.
Thanks,
Venky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-07-2003 09:45 AM
тАО08-07-2003 09:45 AM
Re: UTF-8 support in emulation software !!!
You require "without locale", but, you know, terminal emulator on X decides character encoding with the current locale. So the locale should be changed to display with UTF-8 encoding.
If you want to minimize impacts from the locale, you may want to invoke dtterm with the following procedure:
1. on dtterm,
$ LC_CTYPE=univ.utf8 dtterm &
2. on new dtterm window,
$ unset LC_CTYPE
$ eucset -C UTF8
If you need non-alpha-numeric font support, you should check the required fonts are placed in your font path which is listed by
$ xset -q
Hope this helps.
Please feel free if you would have any further questions.
Regards,
Hemanth