On the Sequent machine here, which runs Dynix (Sequent's version of
Unix), what you do to avoid getting the 8th bit stripped on terminal
output is either
stty -odd
or stty -even
I have no idea why, but it works.
Kevin Donnelly