- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't read chinese
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-08-2004 01:38 PM
08-08-2004 01:38 PM
we can't read the chinese characters ( all become unreadable words) , maybe it is caused by the language setting , do I need to install some fonts or change the language setting , could suggest how can I read chinese on the shell ? thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2004 01:57 PM
08-08-2004 01:57 PM
Solutioninstall Chinese with Application Software CD1.
#swinstall -s /cdrom
select Language and install.
If you want Chinese for Default Language,
edit /etc/rc.config.d/LANG file
# vi /etc/rc.config.d/LANG
export LANG=zh_CN.gb18030
or
export LANG=zh_CN.hp15CN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2004 02:32 PM
08-08-2004 02:32 PM
Re: Can't read chinese
I have one more requirement on it , my case is :
some files ( with chinese characters ) will be generated from the database then to be moved to other directory ( this directory is samba to a NT server ) and then print out , now I found that the print out still have problem to read chinese characters even I can read chinese on the unix shell , do I need to install the fonts or change any setting ? thx in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 01:46 PM
08-09-2004 01:46 PM
Re: Can't read chinese
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 02:13 PM
08-09-2004 02:13 PM
Re: Can't read chinese
There's a way to print in Chinese word from Unix. Just use the model script of PCL4.nloo or PCL5.nloo will do.
What do you mean by default font? I guess when we login, we need to login in the 'chinese' locale, for eg: from CDE, go to Options and choose the locale and login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 03:59 PM
08-09-2004 03:59 PM
Re: Can't read chinese
What I want is to print from NT,
I guess that when the database generate the file to the shell , shell is not accept the chinese character as the locale or language setting is US ,
please ignore my word "default font" .
Thx in advance.