From af1c810b99ef9ed1ed6b264e22550c41f35386f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Sat, 9 Feb 2019 20:41:39 +0100 Subject: [PATCH] Amend 1e3e30da15 (unicodesymbols) and uninvert tests that now compile. --- development/autotests/invertedTests | 6 +----- lib/unicodesymbols | 5 +++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 8d3e86fca6..7e667462c6 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -96,8 +96,6 @@ export/export/latex/CJK/ko_default_pdf2 # Failing for unknown reason # Hebrew -export/export/latex/unicodesymbols/001-4-latin_cp1255_pdf2 -export/export/latex/unicodesymbols/001-4-latin_cp862_pdf2 export/export/latex/unicodesymbols/008-greek-and-coptic-with-textalpha_cp862_pdf2 export/export/latex/unicodesymbols/008-greek-and-coptic_cp862_pdf2 export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp1255_pdf2 @@ -105,8 +103,6 @@ export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_iso8859-8_pdf2 export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp862_pdf2 # Arabic: -export/export/latex/unicodesymbols/001-4-latin_cp1256_pdf2 -export/export/latex/unicodesymbols/001-4-latin_iso8859-6_pdf2 export/export/latex/unicodesymbols/005-7-ipa-modifiers-combining_cp1256_pdf2 export/export/latex/unicodesymbols/008-greek-and-coptic-with-textalpha_cp1256_pdf2 export/export/latex/unicodesymbols/008-greek-and-coptic_cp1256_pdf2 @@ -137,7 +133,7 @@ export/doc/ar/UserGuide_lyx(22|23) # Polyglossia + LuaTeX does not support Farsi yet. See: # https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323 -# Why does farsi fail with Babel? +# It also fails with tex-fonts and Xe/LuaTeX and with XeTeX+polygossia. Why? export/examples/fa/splash_.*(texF|systemF) # nonstandard tests failing for unknown reason: diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 0a5096ab85..4ad58df794 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -141,14 +141,15 @@ 0x00f0 "\\dh" "" "force=euc-jp;euc-kr,tipashortcut=D" "\\eth" "amssymb" # LATIN SMALL LETTER ETH 0x00f1 "\\~{n}" "" "mathalpha,force=cp862;euc-jp" "\\tilde{n}" # LATIN SMALL LETTER N WITH TILDE 0x00f2 "\\`{o}" "" "mathalpha,force=euc-cn;euc-jp;gbk" "\\grave{o}" # LATIN SMALL LETTER O WITH GRAVE -0x00f3 "\\'{o}" "" "mathalpha,force=euc-cn;euc-jp;gbk" "\\acute{o}" # LATIN SMALL LETTER O WITH ACUTE +0x00f3 "\\'{o}" "" "mathalpha,force=cp862;euc-cn;euc-jp;gbk" "\\acute{o}" # LATIN SMALL LETTER O WITH ACUTE 0x00f4 "\\^{o}" "" "mathalpha,force=euc-jp" "\\hat{o}" # LATIN SMALL LETTER O WITH CIRCUMFLEX 0x00f5 "\\~{o}" "" "mathalpha,force=euc-jp" "\\tilde{o}" # LATIN SMALL LETTER O WITH TILDE 0x00f6 "\\\"{o}" "" "mathalpha,force=euc-jp" "\\ddot{o}" # LATIN SMALL LETTER O WITH DIAERESIS 0x00f7 "\\textdiv" "textcomp" "force" "\\div" # ÷ DIVISION SIGN 0x00f8 "\\o" "" "mathalpha,force=euc-jp;euc-kr" "\\slashed{o}" "slashed" # LATIN SMALL LETTER O WITH STROKE 0x00f9 "\\`{u}" "" "mathalpha,force=euc-cn;euc-jp;gbk" "\\grave{u}" # LATIN SMALL LETTER U WITH GRAVE -0x00fa "\\'{u}" "" "mathalpha,force=euc-cn;euc-jp;gbk" "\\acute{u}" # LATIN SMALL LETTER U WITH ACUTE +0x00fa "\\'{u}" "" "mathalpha,force=cp862;euc-cn;euc-jp;gbk" "\\acute{o}" # LATIN SMALL LETTER O WITH ACUTE +0x00f4 "\\^{o}" "" "mathalpha,force=euc-jpeuc-cn;euc-jp;gbk" "\\acute{u}" # LATIN SMALL LETTER U WITH ACUTE 0x00fb "\\^{u}" "" "mathalpha,force=euc-jp" "\\hat{u}" # LATIN SMALL LETTER U WITH CIRCUMFLEX 0x00fc "\\\"{u}" "" "mathalpha,force=euc-cn;euc-jp;gbk" "\\ddot{u}" # LATIN SMALL LETTER U WITH DIAERESIS 0x00fd "\\'{y}" "" "mathalpha,force=euc-jp" "\\acute{y}" # LATIN SMALL LETTER Y WITH ACUTE -- 2.39.5