Taco Hoekwater wrote:
Mojca Miklavec wrote:
Hello,
If I use the latin2 encoding (il2), \WORD works OK if I simply type accented characters. Under UTF-8, uppercasing \zcaron also works OK, but
It fails because \zcaron expands prematurely. Perhaps this is an option:
\def\definecharacter#1 #2 % {\ifundefined{#1}\unexpanded\setvalue{#1}...
instead of
\def\definecharacter#1 #2 % {\ifundefined{#1}\setvalue{#1}...
(not sure if that would break stuff, but it seems sensible to me).
that will break other stuff (where we want/need expansion) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------