Zip and Bureaucracy again


31 May 1995 01:21:30 GMT

I think I've figured out why Zip and ITF's interpreter handle Bureaucracy
differently.

When Zip reads a character, it translates carriage returns (13 decimal)
to newlines (10 decimal). ITF does exactly the opposite, translating
newlines to carriage returns.

I don't have my specification of the Z-machine handy; does anyone know which
is correct?

This is in Zip 2.0, by the way. I forgot to see if I had an older version...

-Josh