> I have a quick question about one of the Definitions in the lexer.
> What patterns does the NATIONAL definition match?
All characters that don't fit into the traditional 7-bit ASCII,
i.e. character codes between between 128-255 and some more.
The intention is to cover the 8-bit ISO-Latin character sets, but
there's still a large step to go to be able to handle UNICODE or
other multi-byte character sets.
Why are the codes \001-\006, \021-\027, \031 and \036 included?
Do they produce something printable in any of TeX or Postscript?
/Mats