HP3000-L Archives

June 1997, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Bartram <[log in to unmask]>
Reply To:
Date:
Wed, 25 Jun 1997 01:53:42 -0400
Content-Type:
Text/Plain
Parts/Attachments:
Text/Plain (56 lines)
 In <[log in to unmask]> [log in to unmask] writes:

>  In <H00000af01763668@MHS> [log in to unmask] writes:
>
> > The HP standard for extended characters (such as accented French) is
> > called Roman8.  The Windows standard is ANSI.  Reflection file transfer
> > does automatic conversion.  So does the 16 bit ODBC driver (don't know
> > about ODBClink/SE.)  And we needed to add conversion routines to our
> > client/server system since extended characters are present in the
> > database.
> >
> > I do not think there is any way for FTP to convert the characters.
>
> Any chance that uuencode will work on both HP3000 and NT?

uuencode won't help either. FTP in 8-bit mode transports the binary data
exactly from one site to another. uuencode is just another way of transport-
ing binary data (over a 7-bit channel though). Both get you an exact copy
of a file on two systems...

Your problem is that you *need* a different version of the file on the
different systems. The character code for some accented-characters in the
HP Roman8 set is a *different* code than in the character set used by other
platforms (like windows). If you want to see the same representation on
both systems (i.e. in two different character sets) you have to translate
the codes before you transfer them. This is beyond the capability of most
ftp programs. Ftp is not typically aware of the character-set requirement
for various systems. Apparently WRQ's reflection client is, since the folks
at WRQ have obviously had alot of experience translating character sets
between terminal/termulators and local PCs over the years.

The only choices you have that I can think of:

1) figure out a way to use the wrq ftp, or
2) find or write a program that translates the special characters in a file
   between the HP Roman8 version and the windows character set (ISO8859?)
   and run this program on a copy of the file before you FTP it.
   (I don't know of such a program offhand.. I know we had to write something
    similar to do this for MIME e-mail messages which are sent in ISO-8859
    character set but need to be displayed on HP terminals/termulators in
    HP Roman8.)

               -Chris Bartram


______________________/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_
  Chris Bartram        Sales (US):   800 Net-Mail    Fax:+1 703 451-3720
   ______                         +1 703 569-9189    mailto:[log in to unmask]
  /__ |  \__________   Sales (Europe):+44(1480)414131 Fax:+44(1480)414134
 /  / | / ________     Sales (Pacific):+61 3 9489 8216 Fax:+61 3 9482 5124
|  /_ |<  ______       Tech Support:+1 703 569-9189  Fax:+1 703 451-3720
 \ __)| \ ___          mailto:[log in to unmask]       Me: mailto:[log in to unmask]
  \______/Associates,  6901 Old Keene Mill Rd Suite 500 Springfield VA 22150
_________________Inc._/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_/\_
Gopher: gopher.3k.com   Anon-FTP: ftp.3k.com  WWW: http://www.3k.com/

ATOM RSS1 RSS2