Juergen Spitzmueller wrote: > I found out in the meantime, and I found out that I used the wrong code > point (it's 0x20ac). The LaTeXFeatures.C thing is clear, I only have to > figure out now how to detect in validate that we entered a euro sign.
In the last loop, just below the comment // then the contents , test getChar(i) == 0x20ac (or whatever the code point is). Georg