[LyX/master] ctests: invert a utf8x test failing on TL23

Scott Kostyshak skostysh at lyx.org
Mon Feb 26 16:16:53 UTC 2024


commit 0c0f4c6b56eed9b77a0fba2dbef6c70aefcc94a5
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Mon Feb 26 11:12:20 2024 -0500

    ctests: invert a utf8x test failing on TL23
    
    It seems that utf8x is not supported, or needed, on updated TL. From
    David Carlisle:
    
      utf8x by default does nothing now, but as a compromise
      compatibility for some specific existing documents if you
      explicitly load ucs then it and utf8x work as before, but that
      over writes all of latex's default unicode handling and things
      will go wrong. There really isn't much that can be said other than
      don't load the package. The alternative would be to make ucs do
      nothing as well, but that would stop some documents working that
      currently work.
---
 development/autotests/invertedTests | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests
index 5506b648df..c88e67cda5 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -315,6 +315,10 @@ export/examples/(|es/)Curricula_Vitae/Europe_CV_(pdf.*|dvi|lyx22|lyx23)
 # Armenian currently only works with XeTeX and LuaTeX and system fonts
 export/examples/Language_Support/Writing_Armenian_(dvi|dvi3_texF|pdf|pdf2|pdf3|pdf5_texF)
 
+# utf8x is not really supported (or needed) anymore:
+# https://github.com/latex3/hyperref/issues/248#issuecomment-1961868947
+export/export/latex/unicodesymbols/008-greek-and-coptic_utf8x_pdf2
+
 
 # ================================================
 Sublabel: externalissues


More information about the lyx-cvs mailing list