- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP ing Arabic data and PAGE CODE
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-09-2004 06:47 PM
11-09-2004 06:47 PM
FTP ing Arabic data and PAGE CODE
When I am transferring Arabic data from a machine to HP UX machines (B.11.11 U 9000/800 ) , certain fields are getting swapped. I am not sure why it is happening. On contacting the source ( from where the FTP started ) they told me it is the problem of HP PAGE CODE. Could any one tell me the following
1) What is HP PAGE CODE ?
2) What is the effect of PAGE CODE in FTP transfer?
3) Will there be any way that the fields get swapped because of PAGE CODE error ??
Regards
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 05:18 AM
11-10-2004 05:18 AM
Re: FTP ing Arabic data and PAGE CODE
are they using binary mode for transfer?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 06:12 AM
11-10-2004 06:12 AM
Re: FTP ing Arabic data and PAGE CODE
man 1 local
man 5 lang
for all the details on language support as installed on your system.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 09:06 AM
11-10-2004 09:06 AM
Re: FTP ing Arabic data and PAGE CODE
Certain Arabic fields are getting swapped during transfer. I just want to know what is this page code , what this has to do with FTP Transfer and what is the Page code for HP UX.
Regards
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:18 AM
11-10-2004 11:18 AM
Re: FTP ing Arabic data and PAGE CODE
Certain fields are being swapped?
The Arabic itself, I can't read, but ftp doesn't change data.
If the data is ascii and you are transferring it binary, or vice versa, characters can be added to the last line of data.
Since I can't read the Arabic, I'd recommend you try the transfer ascii and see if that helps.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:57 PM
11-10-2004 04:57 PM
Re: FTP ing Arabic data and PAGE CODE
|1234 | test | شس٠ب | HP|
Here after transfering the fields are get exchanged...... like |1234 |test| HP | شس٠ب |
I am not sure what exactly is happening ....... The people how transferred the data told me that it is because of the PAGE CODE .....So I just want to know what is this Page code all about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 08:19 PM
11-10-2004 08:19 PM
Re: FTP ing Arabic data and PAGE CODE
can you try compressing the file before FTPing and check what what happens?
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 10:06 PM
11-10-2004 10:06 PM
Re: FTP ing Arabic data and PAGE CODE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:09 PM
11-10-2004 11:09 PM
Re: FTP ing Arabic data and PAGE CODE
Are you receiving an error during the ftp?
If not, can you ask the source to ellaborate on page code. It's likely to be called something else.
Possibly you don't have Arabic language support on the HP machine? See http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4f075f938a10d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:26 PM
11-10-2004 11:26 PM
Re: FTP ing Arabic data and PAGE CODE
how do you see that something is switched?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 01:15 AM
11-11-2004 01:15 AM
Re: FTP ing Arabic data and PAGE CODE
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 03:08 AM
11-11-2004 03:08 AM
Re: FTP ing Arabic data and PAGE CODE
In Windows, ASCII files have CR+LF characters at the end of every line while in Unix, the end of a line is just LF. ASCII handles this conversion, while BINARY copies exactly what was sent.
The transfer you are seeing on HP-UX is WYSIWYG (exactly what the PC sent). On the PC side, you may need to display the file locally with a dumb editor like Notepad. That way you can see exactly what is in the records. I know of no standard data transfer program that understands fields at all. As far as I know, Windows CODEPAGE is only for character set conversion (see http://www.microsoft.com/globaldev/reference/WinCP.mspx)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:59 AM
11-11-2004 04:59 AM
Re: FTP ing Arabic data and PAGE CODE
There is a trailing ) in the previous posting that became part of the URL link.
Bill Hassell, sysadmin