Source position: ascii85.pp line 29
type TASCII85State = (
ascInitial = 0,
ascOneEncodedChar = 1,
ascTwoEncodedChars = 2,
ascThreeEncodedChars = 3,
ascFourEncodedChars = 4,
ascNoEncodedChar = 5,
ascPrefix = 6
);