Unicode 7.0.0 is "out"

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 17 12:47:36 PDT 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:
>> 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


More information about the Digitalmars-d mailing list