From bc32ae12d575520fcf7b0a82f0e660b7e2705043 Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Tue, 4 Jul 2023 13:01:14 +0000 Subject: add tests with UTF8/UTF16 non-ASCII text PiperOrigin-RevId: 545424981 --- python/tests/_test_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/tests/_test_utils.py b/python/tests/_test_utils.py index 059cb43..38afec3 100644 --- a/python/tests/_test_utils.py +++ b/python/tests/_test_utils.py @@ -45,6 +45,8 @@ TESTDATA_FILES = [ 'random_org_10k.bin', # Small data 'mapsdatazrh', # Large data 'ukkonooa', # Poem + 'cp1251-utf16le', # Codepage 1251 table saved in UTF16-LE encoding + 'cp852-utf8', # Codepage 852 table saved in UTF8 encoding ] # Some files might be missing in a lightweight sources pack. -- cgit v1.1