[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00112) accentuated chars in %filter



mgp does not like accentuated chars in %filter.

coelho:staff(027)@coulommiers Tests/mgp; mgp bug4.mgp
default.mgp:18: warning: directive "vfont" not supported in this configuration
default.mgp:19: warning: directive "vfont" not supported in this configuration
default.mgp:20: warning: directive "vfont" not supported in this configuration
bug4.mgp:8: error: invalid character <">
bug4.mgp:8: error: parse error
bug4.mgp:8: fatal syntax error detected

coelho:staff(027)@coulommiers Tests/mgp; cat bug4.mgp
%include "default.mgp"
%page

filter does not like some chars

%filter "echo hello"
%endfilter
%filter "echo éöàî"
%endfilter