Unicode Bidi Brackets in D std library?

Jonathan M Davis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 11 13:21:06 PDT 2017


On Thursday, May 11, 2017 7:07:30 PM PDT Las via Digitalmars-d-learn wrote:
> On Thursday, 11 May 2017 at 19:05:46 UTC, Las wrote:
> > On Thursday, 11 May 2017 at 18:59:12 UTC, ag0aep6g wrote:
> >> On 05/11/2017 08:27 PM, Las wrote:
> >>> I see no way of getting
> >>> [these](http://unicode.org/Public/UCD/latest/ucd/BidiBrackets.txt)
> >>> properties for unicode code points in the std.uni library.
> >>> How do I get
> >>> these properties?
> >>
> >> Looks like it's too new. std.uni references "Unicode v6.2" as
> >> the standard it complies with, but that BidiBrackets.txt was
> >> "originally created [...] for Unicode 6.3".
> >
> > That's sad.
> > Maybe there's an easy way for me to add it to phobos.
>
> Nearly ten thousand lines in std.uni, great.

Well, Unicode _is_ stupidly complicated. However, also remember that those
lines include the unit tests and documentation, so it's not as much code as
it might first seem like.

- Jonathan M Davis



More information about the Digitalmars-d-learn mailing list