WL#10480: Add Japanese kana sensitive collation to utf8mb4

Affects: Server-8.0   —   Status: Complete

We have implemented utf8mb4_ja_0900_as_cs collation which sorts characters by
using three levels' weight. But customer thinks it is good to have a collation
which has additional kana sensitive feature.

New collation will have the name: utf8mb4_ja_0900_as_cs_ks, with 'ks' stands
for 'kana sensitive'.

Suffix '_ks' is only for Japanese language currently. For hiragana and katakana,
DUCET assigns different weight for them with difference at third level. So other
non-Japanese collation can distinguish them already. But Japanese's default
collating rule defines that hiragana and katakana are only different at
quaternary level, which means the default Japanese collation,
utf8mb4_ja_0900_as_cs compares hiragana and katakana equal. This is why we 
introduce this new suffix and collation.

User Documentation
==================

* https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-2.html
* https://dev.mysql.com/doc/refman/8.0/en/charset-collation-names.html (_ks suffix)
* https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html