digitalmars.D - Unicode 7.0.0 is "out"
- dennis luehring (1/1) Jun 17 2014 http://www.unicode.org/versions/Unicode7.0.0/
- Dmitry Olshansky (8/9) Jun 17 2014 OMG
- dennis luehring (3/10) Jun 17 2014 seems to be not ultra simple
- Dmitry Olshansky (4/18) Jun 17 2014 Bounty system to the rescue! I guess it worths something ;)
- H. S. Teoh via Digitalmars-d (9/17) Jun 17 2014 Yeah no kidding... Unicode collation is a *bear* even just to
- Dmitry Olshansky (9/24) Jun 17 2014 At a times it feels like I just love make DMD crawl not matter the style...
http://www.unicode.org/versions/Unicode7.0.0/
Jun 17 2014
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
Am 17.06.2014 16:58, schrieb Dmitry Olshansky:17-Jun-2014 17:43, dennis luehring пишет:seems to be not ultra simple http://www.unicode.org/reports/tr10/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.
Jun 17 2014
17-Jun-2014 20:32, dennis luehring пишет:Am 17.06.2014 16:58, schrieb Dmitry Olshansky:Bounty system to the rescue! I guess it worths something ;) -- Dmitry Olshansky17-Jun-2014 17:43, dennis luehring пОÑеÑ:seems to be not ultra simple http://www.unicode.org/reports/tr10/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.
Jun 17 2014
On Tue, Jun 17, 2014 at 06:58:28PM +0400, Dmitry Olshansky via Digitalmars-d wrote:17-Jun-2014 17:43, dennis luehring пишет:The page says the publication date isn't until October 15, 2014.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! :)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
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: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=1245517-Jun-2014 17:43, dennis luehring пишет:The page says the publication date isn't until October 15, 2014.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! :)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-- Dmitry Olshansky
Jun 17 2014