From a90fd0a191f4afbe55d9170c81e8ce2b196c26c4 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 15 Jan 2016 16:09:10 -0600 Subject: [PATCH] More utf8 test files. --- tests/files/utf8/0xabad1dea.txt | 1 + tests/files/utf8/arabic.txt | 2 ++ tests/files/{ => utf8}/japan.txt | 0 tests/files/{ => utf8}/test1.txt | 0 tests/files/{ => utf8}/test2.txt | 0 5 files changed, 3 insertions(+) create mode 100644 tests/files/utf8/0xabad1dea.txt create mode 100644 tests/files/utf8/arabic.txt rename tests/files/{ => utf8}/japan.txt (100%) rename tests/files/{ => utf8}/test1.txt (100%) rename tests/files/{ => utf8}/test2.txt (100%) diff --git a/tests/files/utf8/0xabad1dea.txt b/tests/files/utf8/0xabad1dea.txt new file mode 100644 index 00000000..e05345d8 --- /dev/null +++ b/tests/files/utf8/0xabad1dea.txt @@ -0,0 +1 @@ +‮ ασσιλέΜ ‭ diff --git a/tests/files/utf8/arabic.txt b/tests/files/utf8/arabic.txt new file mode 100644 index 00000000..0acf66c2 --- /dev/null +++ b/tests/files/utf8/arabic.txt @@ -0,0 +1,2 @@ +بلدي الحوامات مليء الثعابين +وأنا لن شراء هذه السجائر مخدوش ذلك. \ No newline at end of file diff --git a/tests/files/japan.txt b/tests/files/utf8/japan.txt similarity index 100% rename from tests/files/japan.txt rename to tests/files/utf8/japan.txt diff --git a/tests/files/test1.txt b/tests/files/utf8/test1.txt similarity index 100% rename from tests/files/test1.txt rename to tests/files/utf8/test1.txt diff --git a/tests/files/test2.txt b/tests/files/utf8/test2.txt similarity index 100% rename from tests/files/test2.txt rename to tests/files/utf8/test2.txt -- 2.39.2