[Issue 10566] Implement Unicode Collation Algorithm (UCA)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 24 00:17:30 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10566
Philippe Cadieux-Pelletier <philly.dilly at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |philly.dilly at gmail.com
--- Comment #1 from Philippe Cadieux-Pelletier <philly.dilly at gmail.com> ---
Although Unicode support is definitely needed, implementing this in D is quite
ambitious. Perhaps we could instead simply make a wrapper around either OS API
or C++ std locale. Shouldn't be that hard to port code from boost::locale and
at least D users would have something until TR10 is implemented natively in D
(if ever considering the complexity!).
--
More information about the Digitalmars-d-bugs
mailing list