[latex3-commits] [git/LaTeX3-latex3-luaotfload] master-v3.0008-201910290: testfile for open issue#109 tounicode (a16dbd4)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Oct 31 00:43:47 CET 2019


Repository : https://github.com/latex3/luaotfload
On branch  : master-v3.0008-201910290
Link       : https://github.com/latex3/luaotfload/commit/a16dbd4e353ef465f11e37026b6d171a68e54651

>---------------------------------------------------------------

commit a16dbd4e353ef465f11e37026b6d171a68e54651
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Oct 31 00:43:47 2019 +0100

    testfile for open issue#109 tounicode


>---------------------------------------------------------------

a16dbd4e353ef465f11e37026b6d171a68e54651
 bugs/issue109-tounicode.pvt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/bugs/issue109-tounicode.pvt b/bugs/issue109-tounicode.pvt
new file mode 100644
index 0000000..3a9e635
--- /dev/null
+++ b/bugs/issue109-tounicode.pvt
@@ -0,0 +1,31 @@
+\input{regression-test}
+\documentclass{article}
+\START
+\begin{document}
+\font\test={name:CMU Serif:mode=node;script=latn;language=DFLT;+tlig;+onum;}
+\test
+abc123
+\end{document} 
+
+%% should give better to unicode values
+currently
+
+6 beginbfchar
+<0042> <0061>
+<0043> <0062>
+<0044> <0063>
+<0874> <FFFD>
+<0875> <FFFD>
+<0876> <FFFD>
+endbfchar
+
+Wanted
+
+6 beginbfchar
+<0042> <0061>
+<0043> <0062>
+<0044> <0063>
+<0874> <0031>
+<0875> <0032>
+<0876> <0033>
+endbfchar
\ No newline at end of file





More information about the latex3-commits mailing list