diff options
author | Alexander Barkov <bar@mysql.com> | 2009-11-09 13:45:40 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2009-11-09 13:45:40 +0400 |
commit | 7e8b208d3bd81c81e5451ad06db5c182d17f91bc (patch) | |
tree | be4ef0a324f11e61e74326a6f02ad471d549de8a /mysql-test/std_data/Index.xml | |
parent | aea5f15e3da7a261fb590d72a6e1f0cc1d10fc36 (diff) | |
download | mariadb-git-7e8b208d3bd81c81e5451ad06db5c182d17f91bc.tar.gz |
Backporting Bug#37129 LDML lacks <i> rule
Diffstat (limited to 'mysql-test/std_data/Index.xml')
-rw-r--r-- | mysql-test/std_data/Index.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mysql-test/std_data/Index.xml b/mysql-test/std_data/Index.xml index 40fe70ebca0..4feb868583e 100644 --- a/mysql-test/std_data/Index.xml +++ b/mysql-test/std_data/Index.xml @@ -1,10 +1,20 @@ <charsets> <charset name="utf8"> + <collation name="utf8_phone_ci" id="352"> + <rules> + <reset>\u0000</reset> + <i>\u0020</i> <!-- space --> + <i>\u0028</i> <!-- left parenthesis --> + <i>\u0029</i> <!-- right parenthesis --> + <i>\u002B</i> <!-- plus --> + <i>\u002D</i> <!-- hyphen --> + </rules> + </collation> <collation name="utf8_test_ci" id="353"> <rules> <reset>a</reset> - <s>b</s> + <i>b</i> </rules> </collation> |