From: Scott Kostyshak Date: Mon, 26 Feb 2024 16:12:20 +0000 (-0500) Subject: ctests: invert a utf8x test failing on TL23 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0c0f4c6b56eed9b77a0fba2dbef6c70aefcc94a5;p=features.git 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. --- 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