mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
ctests: test unicodesymbols also with utf8.
The the default input encoding (utf8) whas somehow dropped from the list. Restore it with explicit naming.
This commit is contained in:
parent
cbde0e16e2
commit
ddacfc0581
@ -393,7 +393,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
|
||||
#message(STATUS "Test ${TestName} matches Unicode encodings")
|
||||
# test_encodings does not include "default", since it should be covered
|
||||
# by one of the supplied encodings
|
||||
set(test_encodings "ascii" "utf8x" "armscii8" "applemac"
|
||||
set(test_encodings "ascii" "utf8" "utf8x" "armscii8" "applemac"
|
||||
"cp437" "cp437de" "cp850" "cp852"
|
||||
"cp855" "cp862" "cp865"
|
||||
"cp866" "cp1250" "cp1251" "cp1252"
|
||||
|
@ -158,10 +158,9 @@ export/export/latex/ru-accent-ascii.*
|
||||
#9681 textgreek and textcyr also required for encodable characters
|
||||
# Greek fails with utf8 and utf8x,
|
||||
# Cyrillic fails with utf8 and cyrillic encodings:
|
||||
export/export/latex/unicodesymbols/008-greek-and-coptic(|_utf8x)_pdf2
|
||||
export/export/latex/unicodesymbols/009-cyrillic(|_utf8x)_pdf2
|
||||
export/export/latex/unicodesymbols/009-cyrillic_(cp855|cp866|cp1251|koi8-r|koi8-u|iso8859-5|pt154)_pdf2
|
||||
export/export/latex/unicodesymbols/069-greek-extended(|_utf8x)_pdf2
|
||||
export/export/latex/unicodesymbols/008-greek-and-coptic_utf8x?_pdf2
|
||||
export/export/latex/unicodesymbols/009-cyrillic_(utf8|utf8x|cp855|cp866|cp1251|koi8-r|koi8-u|iso8859-5|pt154)_pdf2
|
||||
export/export/latex/unicodesymbols/069-greek-extended_utf8x?_pdf2
|
||||
export/export/latex/unicodesymbols/069-greek-extended-textalpha_utf8x_pdf2
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user