Hello,
I'm using Metapost to draw charts. Part of these are
strings that are constructed with
draw "some text" infont defaultfont ...;
A string like "�u�eres Erscheinungsbild" will result in
(\304u\337eres Erscheinungsbild) ma1r8r 11.45699 fshow
in the file produced by Metapost.
As the string starts with an octal char, when processing
the file with LaTeX (the graphics package includes
supp-pdf.tex in pdftex.def) I get a complaint that:
"Argument of \octalMPcharacter has an extra }."
If the file produced by Metapost is changed to
(x\304u\337eres Erscheinungsbild) ma1r8r 11.45699 fshow
%^ an extra first character added
the problem is gone.
Defined in supp-pdf.tex we have:
\def\octalMPcharacter#1#2#3%
{\char'#1#2#3\relax}
* which seems only to be used in \setMPspecials
* which in turn is used in \doprocessMPtoPDFfile#1#2#3
* which again is where my understanding of the code stops.
Any ideas?
Thanks, Andreas
--
Dr. Andreas Fieger
ServiceBarometer AG
Tel +49.89.89666917