Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
10.2.2-3, 10.2.2-2
Description
We'll add a new XML syntax to reuse sort order from another collation:
<collation name="latin1_test_ci" id="300"> |
<rules> |
<import source="latin1_swedish_ci"/> |
</rules> |
</collation> |
This task is about 8bit simple collations only.
The same syntax will however later be reused by other collation types (e.g. non-8bit or non-simple)
Attachments
Issue Links
- blocks
-
MDEV-9711 NO PAD collations
-
- Closed
-
Activity
Summary | LDML: a new syntax to reuse sort order from another 8bit collation | LDML: a new syntax to reuse sort order from another 8bit simple collation |
Description |
We'll add a new XML syntax to reuse sort order from another collation:
{code:xml} <collation name="latin1_test_ci"> <rules> <import source="latin1_swedish_ci"/> </rules> </collation> {code} This task is about 8bit simple collations only. The same syntax will however later be reused by other collation types (e.g. non-8bit or non-simple) |
We'll add a new XML syntax to reuse sort order from another collation:
{code:xml} <collation name="latin1_test_ci" id="300"> <rules> <import source="latin1_swedish_ci"/> </rules> </collation> {code} This task is about 8bit simple collations only. The same syntax will however later be reused by other collation types (e.g. non-8bit or non-simple) |
Description |
We'll add a new XML syntax to reuse sort order from another collation:
{code:xml} <collation name="latin1_test_ci" id="300"> <rules> <import source="latin1_swedish_ci"/> </rules> </collation> {code} This task is about 8bit simple collations only. The same syntax will however later be reused by other collation types (e.g. non-8bit or non-simple) |
We'll add a new XML syntax to reuse sort order from another collation:
{code:xml} <collation name="latin1_test_ci" id="300"> <rules> <import source="latin1_swedish_ci"/> </rules> </collation> {code} This task is about 8bit simple collations only. The same syntax will however later be reused by other collation types (e.g. non-8bit or non-simple) References: http://cldr.unicode.org/development/development-process/design-proposals/collation-additions#TOC-Collation-Import |
Fix Version/s | 10.2.2 [ 22013 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Parent |
|
|
Issue Type | Task [ 3 ] | Technical task [ 7 ] |
Workflow | MariaDB v3 [ 76912 ] | MariaDB v4 [ 150871 ] |