From e84d17196c03da6e6dc56f4fcd319a7fe84f8dbc Mon Sep 17 00:00:00 2001 From: William Langford Date: Tue, 24 Jan 2017 23:05:47 -0500 Subject: Handle cut-off UTF-8 sequences when reading files Read additional bytes from the file to complete the UTF-8 sequence so the bytes in it don't get converted to U+FFFD replacement characters. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2a3aded4..c1eaf6de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,7 +115,7 @@ endif ### Tests (make check) -TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest +TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest tests/utf8test TESTS_ENVIRONMENT = NO_VALGRIND=$(NO_VALGRIND) -- cgit v1.2.3