Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-11255

LDML: allow defining 2-level UCA collations

    XMLWordPrintable

Details

    Description

      We recently added infrastructure for 2-level built-in collations. See MDEV-10132.

      This task will allow defining 2-level collations in Index.xml.

      Something like this should be supported:

          <collation name="utf8_czech_520_w2" id="370" version="5.2.0">
            <settings strength="2"/>
            <rules>
              <reset>C</reset><p>\u010D</p><t>\u010C</t>
              <reset>H</reset><p>ch</p><t>Ch</t><t>CH</t>
              <reset>R</reset><p>\u0159</p><t>\u0158</t>
              <reset>S</reset><p>\u0161</p><t>\u0160</t>
              <reset>Z</reset><p>\u017E</p><t>\u017D</t>
            </rules>
          </collation>
      

      Notice the new "strength" attribute in the "settings" tag.
      Note, we currently have secondary weights for Unicode-5.2.0 only.
      So the collations that specify strength="2" should also specify version="5.2.0".

      Note, the flag="nopad" should also be understood, to define nopad 2-level collations.

          <collation name="utf8_czech_520_nopad_w2" id="371" version="5.2.0" flag="nopad">
            <settings strength="2"/>
            <rules>
              <reset>C</reset><p>\u010D</p><t>\u010C</t>
              <reset>H</reset><p>ch</p><t>Ch</t><t>CH</t>
              <reset>R</reset><p>\u0159</p><t>\u0158</t>
              <reset>S</reset><p>\u0161</p><t>\u0160</t>
              <reset>Z</reset><p>\u017E</p><t>\u017D</t>
            </rules>
          </collation>
      

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.