Fix parsing of Type 1 fonts with newlines in encoding sequences

Adobe Type 1 font spec states that the encoding sequences should be of
the form:

  dup index /name put

The bug 101728 test case has the encoding sequences in the form:

  dup
  index /name put

Make the Type 1 parse handle encoding sequences split over more than one line.

Bug 101728
1 file changed