www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Unicode 7.0.0 is "out"

reply dennis luehring <dl.soluz gmx.net> writes:
http://www.unicode.org/versions/Unicode7.0.0/
Jun 17 2014
parent reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
17-Jun-2014 17:43, dennis luehring пишет:
 http://www.unicode.org/versions/Unicode7.0.0/
OMG The "good" news is we haven't implemented yet the collation algorithm, so no need to re-implement it! :) P.S. Seriously we should be good to go, with a minor semi-automated update to std.uni tables. -- Dmitry Olshansky
Jun 17 2014
next sibling parent reply dennis luehring <dl.soluz gmx.net> writes:
Am 17.06.2014 16:58, schrieb Dmitry Olshansky:
 17-Jun-2014 17:43, dennis luehring пишет:
 http://www.unicode.org/versions/Unicode7.0.0/
OMG The "good" news is we haven't implemented yet the collation algorithm, so no need to re-implement it! :) P.S. Seriously we should be good to go, with a minor semi-automated update to std.uni tables.
seems to be not ultra simple http://www.unicode.org/reports/tr10/
Jun 17 2014
parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
17-Jun-2014 20:32, dennis luehring пишет:
 Am 17.06.2014 16:58, schrieb Dmitry Olshansky:
 17-Jun-2014 17:43, dennis luehring пОшет:
 http://www.unicode.org/versions/Unicode7.0.0/
OMG The "good" news is we haven't implemented yet the collation algorithm, so no need to re-implement it! :) P.S. Seriously we should be good to go, with a minor semi-automated update to std.uni tables.
seems to be not ultra simple http://www.unicode.org/reports/tr10/
Bounty system to the rescue! I guess it worths something ;) -- Dmitry Olshansky
Jun 17 2014
prev sibling parent reply "H. S. Teoh via Digitalmars-d" <digitalmars-d puremagic.com> writes:
On Tue, Jun 17, 2014 at 06:58:28PM +0400, Dmitry Olshansky via Digitalmars-d
wrote:
 17-Jun-2014 17:43, dennis luehring пишет:
http://www.unicode.org/versions/Unicode7.0.0/
The page says the publication date isn't until October 15, 2014.
 OMG
 
 The "good" news is we haven't implemented yet the collation algorithm,
 so no need to re-implement it! :)
Yeah no kidding... Unicode collation is a *bear* even just to understand, much less to implement.
 P.S. Seriously we should be good to go, with a minor semi-automated
 update to std.uni tables.
[...] Don't you just love D compile-time metaprogramming? :) T -- Winners never quit, quitters never win. But those who never quit AND never win are idiots.
Jun 17 2014
parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
17-Jun-2014 20:55, H. S. Teoh via Digitalmars-d пишет:
 On Tue, Jun 17, 2014 at 06:58:28PM +0400, Dmitry Olshansky via Digitalmars-d
wrote:
 17-Jun-2014 17:43, dennis luehring пишет:
 http://www.unicode.org/versions/Unicode7.0.0/
The page says the publication date isn't until October 15, 2014.
 OMG

 The "good" news is we haven't implemented yet the collation algorithm,
 so no need to re-implement it! :)
Yeah no kidding... Unicode collation is a *bear* even just to understand, much less to implement.
 P.S. Seriously we should be good to go, with a minor semi-automated
 update to std.uni tables.
[...] Don't you just love D compile-time metaprogramming? :)
At a times it feels like I just love make DMD crawl not matter the style :) This time it's proper external code-gen from the Unicode database. For instance, in case of std.uni it takes quite some time to just parse all these integers. Thanks to Martin a lot of (other) issues with it were mitigated. Speaking of which... https://issues.dlang.org/show_bug.cgi?id=12455
 T
-- Dmitry Olshansky
Jun 17 2014