www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Unicode Bidi Brackets in D std library?

reply Las <las protonmail.ch> writes:
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?
May 11 2017
parent reply ag0aep6g <anonymous example.com> writes:
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".
May 11 2017
parent reply Las <lasssafin gmail.com> writes:
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.
May 11 2017
parent reply Las <las protonmail.ch> writes:
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.
May 11 2017
parent Jonathan M Davis via Digitalmars-d-learn writes:
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
May 11 2017