https://bugzilla.wikimedia.org/show_bug.cgi?id=2399

Philippe Verdy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #52 from Philippe Verdy <[email protected]> 2011-09-03 15:58:14 
UTC ---
Apparently, you have not implemnted the contractions and expansions of UCA.

Note that there has been NO change in Unicode 5.1 (or later) for the
normalization which is now stabilized since at least Unicode 4.0.1.
The bugs above are most probably not related to normalization, if it is
implemented correctly (and normalization is an easy problem that can be
implemtned very efficiently).

And the changes in the DUCET (or now the CLDR DUCET) do not affect how Hebrew,
Arabic or Myanmar is sorted, within the same script.

Then you should learn to separate the Unicode Normalization Algorithm (UNA),
the Unicode Collation Algorithm (UCA), and the Unicode Bidi Algorithm (UBA),
because the Bidi algorithm only affects the display, but definitely NOT the
other two.

And the order produced by normalization is orthogonal to the order of collation
weights generated by UCA, even if normalization is assumed to be performed
first before computing collations (but this is not a requirement, it just helps
reducing the problem, by making sure that canonically equivalent strings will
collate the same.

Many posters above seem to be completely mixing the problems !

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to