I'm rewrinting font encodings from scratch, so there are many new bugs. A few ones I've discovered in a quick look (as of 2004/12/14): greek.tex - Several composite characters vanish with UEL (LGR fares a bit better). It seems ocp's have problems to recursively decompose characters with => <= (for some reason, they unsort the chars in the buffer). Fixed with a full decomposition. yatest.tex - A few symbols are replaced by black boxes testmisc.tex - A few glyphs (quotes) vanish. verbatim.tex - perhaps the worst, but after all verbatim is still under study. - em-dashes and en-dashes vanish 2006/01/01 ~~~~~~~~~~~ testmisc - The combination ---? does not work in French. verbatim.tex - it seems to work now (but this is the simplest case...). Javier