Am 04.12.2009 um 15:33 schrieb Bernhard Rosensteiner:
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies.
When i use ä, ü or ö i get an error but without umlauts all works ok.
Can you check this example:
\definefontfeature[zapfino][default][script=latn,mode=node,calt=yes,clig=yes,liga=yes,rlig=yes,tlig=yes]
%\definefont[zapfino][name:zapfino*zapfino]
\definefont[zapfino][file:ZapfinoExtraLTPro]
\define[1]\zapfinoexample
{\page
\bgroup
\definefontfeature[#1][default][mode=node,script=latn,#1=yes]
\zapfino\addff{#1}\input knuth\par
\egroup}
\starttext
\zapfino
%Z Za Zap Zapf Zapfi Zapfin Zapfino
%ÄÖÜäöüß
\processcommalist[ss01,ss02,ss03,ss04,ss05,ss06,ss07,ss08,ss09,ss10,ss11,ss12,ss13,ss14,ss15,ss16,ss17,ss18,ss19,ss20]\zapfinoexample
\stoptext
Wolfgang