Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-30 05:51:07 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-06-30 05:51:07 +0300
commitc75b141fd5e07b2175332d141ad60a8bd05b16d4 (patch)
tree3a3ff3979ea8f6e7ff8e6a12b1efc0d8afcbd008 /test
parent2adab7cb27b2cfca67650ef030983280671c01eb (diff)
Add description for the _ks (kana-sensitive) collation suffix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test')
-rw-r--r--test/classes/CharsetsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/CharsetsTest.php b/test/classes/CharsetsTest.php
index 626a99a276..fbdcd35711 100644
--- a/test/classes/CharsetsTest.php
+++ b/test/classes/CharsetsTest.php
@@ -138,6 +138,7 @@ class CharsetsTest extends TestCase
array('utf8mb4_es_0900_ai_ci', 'Spanish (modern) (UCA 9.0.0), accent-insensitive, case-insensitive'),
array('utf8mb4_de_pb_0900_ai_ci', 'German (phone book order) (UCA 9.0.0), accent-insensitive, case-insensitive'),
array('utf8mb4_de_0900_ai_ci', 'German (dictionary order) (UCA 9.0.0), accent-insensitive, case-insensitive'),
+ array('utf8mb4_ja_0900_as_cs_ks', 'Japanese (UCA 9.0.0), accent-sensitive, case-sensitive, kana-sensitive'),
);
}