HP3000-L Archives

November 1997, Week 3

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:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Tue, 18 Nov 1997 12:58:26 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
(...)
>My Problem is the character translation into the pc network.
>Does anyone have a HP3000 based tool to translate the moved files
>from Roman8 to PC-8 or Ansi-Ascii??
(...)

If it is just for mapping the 6 or 7 German Umlaut characters, then
you might give the Posix Shell's "tr" (translate) Utility chance...

 Shell/iX> tr "abc" "ABC" < infile > outfile

The above example replaces all "a" by "A", "b" by "B" anc "c" by "C"
when reading the infile and writing the result to outfile. The two
character list parameters also accept "escaped syntax" like \033 for
octal 33 (i.e. Esc).

As TR.HPBIN.SYS it should also be usable directly from the MPE CI.

Lars.

PS: There might also be a character translation utility on Jazz,
    contributed by Wolfgang Kinscher, if I recall correctly.

ATOM RSS1 RSS2