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:
Günter Milde 2017-04-11 09:51:23 +02:00
parent cbde0e16e2
commit ddacfc0581
2 changed files with 4 additions and 5 deletions

View File

@ -393,7 +393,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
#message(STATUS "Test ${TestName} matches Unicode encodings") #message(STATUS "Test ${TestName} matches Unicode encodings")
# test_encodings does not include "default", since it should be covered # test_encodings does not include "default", since it should be covered
# by one of the supplied encodings # 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" "cp437" "cp437de" "cp850" "cp852"
"cp855" "cp862" "cp865" "cp855" "cp862" "cp865"
"cp866" "cp1250" "cp1251" "cp1252" "cp866" "cp1250" "cp1251" "cp1252"

View File

@ -158,10 +158,9 @@ export/export/latex/ru-accent-ascii.*
#9681 textgreek and textcyr also required for encodable characters #9681 textgreek and textcyr also required for encodable characters
# Greek fails with utf8 and utf8x, # Greek fails with utf8 and utf8x,
# Cyrillic fails with utf8 and cyrillic encodings: # Cyrillic fails with utf8 and cyrillic encodings:
export/export/latex/unicodesymbols/008-greek-and-coptic(|_utf8x)_pdf2 export/export/latex/unicodesymbols/008-greek-and-coptic_utf8x?_pdf2
export/export/latex/unicodesymbols/009-cyrillic(|_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/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/069-greek-extended(|_utf8x)_pdf2
export/export/latex/unicodesymbols/069-greek-extended-textalpha_utf8x_pdf2 export/export/latex/unicodesymbols/069-greek-extended-textalpha_utf8x_pdf2