From 771dd885f7158b8d2492dcd0aa65b42f169dc600 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 27 Nov 2020 09:42:04 +0100 Subject: [PATCH] +Add Chinese test files of issue #2981 in library "test/test_files/encoding/Txtfiles" --- test/test_files/encoding/Txtfiles/GB2312-80 (issue #2981).txt | 1 + test/test_files/encoding/Txtfiles/HZ-GB2312 (issue #2981).txt | 1 + .../UTF-8}/Complex-script-samples (issue #2019).txt | 0 test/test_files/{others => encoding/UTF-8}/jquery_long_line.txt | 0 test/test_files/{others => encoding/UTF-8}/strange.txt | 0 5 files changed, 2 insertions(+) create mode 100644 test/test_files/encoding/Txtfiles/GB2312-80 (issue #2981).txt create mode 100644 test/test_files/encoding/Txtfiles/HZ-GB2312 (issue #2981).txt rename test/test_files/{others => encoding/UTF-8}/Complex-script-samples (issue #2019).txt (100%) rename test/test_files/{others => encoding/UTF-8}/jquery_long_line.txt (100%) rename test/test_files/{others => encoding/UTF-8}/strange.txt (100%) diff --git a/test/test_files/encoding/Txtfiles/GB2312-80 (issue #2981).txt b/test/test_files/encoding/Txtfiles/GB2312-80 (issue #2981).txt new file mode 100644 index 000000000..4830c4eee --- /dev/null +++ b/test/test_files/encoding/Txtfiles/GB2312-80 (issue #2981).txt @@ -0,0 +1 @@ +ÄúºÃA \ No newline at end of file diff --git a/test/test_files/encoding/Txtfiles/HZ-GB2312 (issue #2981).txt b/test/test_files/encoding/Txtfiles/HZ-GB2312 (issue #2981).txt new file mode 100644 index 000000000..b27511b40 --- /dev/null +++ b/test/test_files/encoding/Txtfiles/HZ-GB2312 (issue #2981).txt @@ -0,0 +1 @@ +~{Dz:C~}A \ No newline at end of file diff --git a/test/test_files/others/Complex-script-samples (issue #2019).txt b/test/test_files/encoding/UTF-8/Complex-script-samples (issue #2019).txt similarity index 100% rename from test/test_files/others/Complex-script-samples (issue #2019).txt rename to test/test_files/encoding/UTF-8/Complex-script-samples (issue #2019).txt diff --git a/test/test_files/others/jquery_long_line.txt b/test/test_files/encoding/UTF-8/jquery_long_line.txt similarity index 100% rename from test/test_files/others/jquery_long_line.txt rename to test/test_files/encoding/UTF-8/jquery_long_line.txt diff --git a/test/test_files/others/strange.txt b/test/test_files/encoding/UTF-8/strange.txt similarity index 100% rename from test/test_files/others/strange.txt rename to test/test_files/encoding/UTF-8/strange.txt