mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Add UTF-16 test files without BOM...
... and disable the tests for now for these since uchardet is not able to detect UTF-16 without a BOM as for now.
This commit is contained in:
parent
92efc0b0b0
commit
a8e9de307b
@ -37,6 +37,8 @@ foreach(dir ${dirs})
|
|||||||
if ("${lang}:${charset}" STREQUAL "hu:iso-8859-2" OR
|
if ("${lang}:${charset}" STREQUAL "hu:iso-8859-2" OR
|
||||||
"${lang}:${charset}" STREQUAL "el:windows-1253" OR
|
"${lang}:${charset}" STREQUAL "el:windows-1253" OR
|
||||||
"${lang}:${charset}" STREQUAL "ru:windows-1251" OR
|
"${lang}:${charset}" STREQUAL "ru:windows-1251" OR
|
||||||
|
"${lang}:${charset}" STREQUAL "ja:utf-16le" OR
|
||||||
|
"${lang}:${charset}" STREQUAL "ja:utf-16be" OR
|
||||||
"${lang}:${charset}" STREQUAL "he:iso-8859-8")
|
"${lang}:${charset}" STREQUAL "he:iso-8859-8")
|
||||||
message(STATUS "Skipping test ${lang}:${charset} (known broken)")
|
message(STATUS "Skipping test ${lang}:${charset} (known broken)")
|
||||||
else()
|
else()
|
||||||
|
|||||||
BIN
test/ja/utf-16be.txt
Normal file
BIN
test/ja/utf-16be.txt
Normal file
Binary file not shown.
BIN
test/ja/utf-16le.txt
Normal file
BIN
test/ja/utf-16le.txt
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user