- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Polish unicode file
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
11-22-2004 10:22 PM
11-22-2004 10:22 PM
However, I believe that when I FTP the file it is being corrupted. Perhaps something to do with transfer in 7-bit rather than 8-bit ??
Any ideas to either a) create the file on the UNIX machine (including how to type the characters) or b) settings to transfer the file correctly or c) any settings I have ommitted on the HP side ?
Thank you
Phil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 11:21 PM
11-22-2004 11:21 PM
Solution1)Extended chars so use 8 bit
2)Use a utf8 locale
You may need a patch like
Patch Name: PHCO_30241
Patch Description: s700_800 11.11 Eastern Europe utf8 locales patch
Creation Date: 04/01/21
Post Date: 04/02/26
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
International.BULGARIAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
International.CZECH,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
International.HUNGARIAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
International.POLISH,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
International.RUMANIAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
International.RUSSIAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Make sure terminal stty is set to
"cs8", "-istrip" and "-parenb".
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 11:41 PM
11-22-2004 11:41 PM
Re: Polish unicode file
Since this character set uses different binary codes to represent characters compared to the iso8859 character set, you can see gibberish if you open the file with an iso8859 locale.
However, most of the standard (english) characters should look OK. If you only see gibberish, there is something else going wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 11:46 PM
11-22-2004 11:46 PM
Re: Polish unicode file
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 12:18 AM
11-23-2004 12:18 AM
Re: Polish unicode file
Update:
I have installed the patch.
Transfered in binary (using a few choice ftp clients).
confirmed $LANG=pl_PL.iso88592
Still the file is "corrupted"
# cat abox.txt
Ë Å£START -e - POLTEST - [[BB||zzyyóóDD
SW_QPARAM1,[[BB||zzyyóóDD
STOP
The first characters appear to be the unicode header, the english is fine, but the special characters are incorrect.
Any further suggestions would be appriec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 12:20 AM
11-23-2004 12:20 AM
Re: Polish unicode file
Did you do the stty I recommended
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 12:24 AM
11-23-2004 12:24 AM
Re: Polish unicode file
# stty cs8 -istrip -parenb
# stty -a
speed 9600 baud; line = 0;
rows = 24; columns = 113
min = 4; time = 0;
intr = ^C; quit = ^\; erase = DEL; kill = ^U
eof = ^D; eol = ^@; eol2
stop = ^S; start = ^Q; susp
werase
-parenb -parodd cs8 -cstopb hupcl -cread -clocal -loblk -crts
-ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak
isig icanon -iexten -xcase echo echoe echok -echonl -noflsh
-echoctl -echoprt -echoke -flusho -pendin
opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 12:33 AM
11-23-2004 12:33 AM
Re: Polish unicode file
For Unicode environment, you do not need special locales for each country. utf-8 will cover for all. I'm using iso10646-1 myself, and that will cover the whole of Europe, and since Unicode is far more portable than any of the other limited iso8859 standards, it might be a better option in the long run
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:44 PM
11-23-2004 06:44 PM
Re: Polish unicode file
$ export LC_ALL=univ.utf8
Try to open the file now.