On 5/14/06, Taco Hoekwater <taco@elvenkind.com> wrote:
> 2) Generating a format with XeTeX, that is creating XeConTeXt, is now
> possible but still MetaPost code is ignored in the resulting PDF file.
This is a problem in the XeTeX engine. It always uses the ^^-quoted
form on every byte value below decimal 32, which basically makes it
impossible to create a valid input file for metapost: There are no
line endings written to in the generated file, but instead there are
three-byte sequences, like ^^J or ^^M.
This is why the new linux executable has the -8bit switch. That may
be needed (or even working already) in the OsX version as well.
[...]
The (perl) compatibility scripts will stay around for fairly long time
to come, so there is no reason to panic yet. ;-)