From 0efcdfa5463c3a41bf0eb41046bd7713a69ea776 Mon Sep 17 00:00:00 2001 From: Jehan Date: Tue, 17 Nov 2015 21:12:39 +0100 Subject: [PATCH] Reorganize test files in language subdirectories. I realize that the language information a text has been written in is very important since it would completely change the character distribution. Our test files should take this into account, and we should create several test files in different languages for encoding used in various languages. --- test/{windows-1251-bulgarian.txt => bg/windows-1251.txt} | 0 test/{ => fr}/iso-8859-1.txt | 0 test/{ => hu}/iso-8859-2.txt | 0 test/{ => ja}/shift_jis.txt | 0 test/{ => ko}/euc-kr.smi | 0 test/{ => ko}/iso-2022-kr.txt | 0 test/{ => ru}/iso-8859-5.txt | 0 test/{windows-1251-russian.txt => ru/windows-1251.txt} | 0 test/{ => th}/tis-620.txt | 0 test/{ => zh}/big5.txt | 0 test/{ => zh}/gb18030.txt | 0 test/{ => zh}/utf8.txt | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename test/{windows-1251-bulgarian.txt => bg/windows-1251.txt} (100%) rename test/{ => fr}/iso-8859-1.txt (100%) rename test/{ => hu}/iso-8859-2.txt (100%) rename test/{ => ja}/shift_jis.txt (100%) rename test/{ => ko}/euc-kr.smi (100%) rename test/{ => ko}/iso-2022-kr.txt (100%) rename test/{ => ru}/iso-8859-5.txt (100%) rename test/{windows-1251-russian.txt => ru/windows-1251.txt} (100%) rename test/{ => th}/tis-620.txt (100%) rename test/{ => zh}/big5.txt (100%) rename test/{ => zh}/gb18030.txt (100%) rename test/{ => zh}/utf8.txt (100%) diff --git a/test/windows-1251-bulgarian.txt b/test/bg/windows-1251.txt similarity index 100% rename from test/windows-1251-bulgarian.txt rename to test/bg/windows-1251.txt diff --git a/test/iso-8859-1.txt b/test/fr/iso-8859-1.txt similarity index 100% rename from test/iso-8859-1.txt rename to test/fr/iso-8859-1.txt diff --git a/test/iso-8859-2.txt b/test/hu/iso-8859-2.txt similarity index 100% rename from test/iso-8859-2.txt rename to test/hu/iso-8859-2.txt diff --git a/test/shift_jis.txt b/test/ja/shift_jis.txt similarity index 100% rename from test/shift_jis.txt rename to test/ja/shift_jis.txt diff --git a/test/euc-kr.smi b/test/ko/euc-kr.smi similarity index 100% rename from test/euc-kr.smi rename to test/ko/euc-kr.smi diff --git a/test/iso-2022-kr.txt b/test/ko/iso-2022-kr.txt similarity index 100% rename from test/iso-2022-kr.txt rename to test/ko/iso-2022-kr.txt diff --git a/test/iso-8859-5.txt b/test/ru/iso-8859-5.txt similarity index 100% rename from test/iso-8859-5.txt rename to test/ru/iso-8859-5.txt diff --git a/test/windows-1251-russian.txt b/test/ru/windows-1251.txt similarity index 100% rename from test/windows-1251-russian.txt rename to test/ru/windows-1251.txt diff --git a/test/tis-620.txt b/test/th/tis-620.txt similarity index 100% rename from test/tis-620.txt rename to test/th/tis-620.txt diff --git a/test/big5.txt b/test/zh/big5.txt similarity index 100% rename from test/big5.txt rename to test/zh/big5.txt diff --git a/test/gb18030.txt b/test/zh/gb18030.txt similarity index 100% rename from test/gb18030.txt rename to test/zh/gb18030.txt diff --git a/test/utf8.txt b/test/zh/utf8.txt similarity index 100% rename from test/utf8.txt rename to test/zh/utf8.txt