Re: Unicode Bidi Brackets in D std library?

2017-05-11 Thread Jonathan M Davis via Digitalmars-d-learn
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



Re: Unicode Bidi Brackets in D std library?

2017-05-11 Thread Las via Digitalmars-d-learn

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.


Re: Unicode Bidi Brackets in D std library?

2017-05-11 Thread Las via Digitalmars-d-learn

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.


Re: Unicode Bidi Brackets in D std library?

2017-05-11 Thread ag0aep6g via Digitalmars-d-learn

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".


Unicode Bidi Brackets in D std library?

2017-05-11 Thread Las via Digitalmars-d-learn
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?