[Issue 10566] Implement Unicode Collation Algorithm (UCA)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 17 20:33:31 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=10566

Richard Cattermole <alphaglosined at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined at gmail.com

--- Comment #2 from Richard Cattermole <alphaglosined at gmail.com> ---
I've had a look at TR10, it doesn't look too bad.

The algorithm is more or less just four steps, and two of them are already
implemented.

It is in the same league of work as normalization and the full casing
algorithm. The former is implemented (dependency), and the latter we haven't
got yet, but we will get that eventually.

--


More information about the Digitalmars-d-bugs mailing list