summaryrefslogtreecommitdiff
path: root/macros/latex/exptl/mem/bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/exptl/mem/bugs.txt')
-rw-r--r--macros/latex/exptl/mem/bugs.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/latex/exptl/mem/bugs.txt b/macros/latex/exptl/mem/bugs.txt
new file mode 100644
index 0000000000..e5ed2c699f
--- /dev/null
+++ b/macros/latex/exptl/mem/bugs.txt
@@ -0,0 +1,35 @@
+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 \ No newline at end of file