On 8/27/16 9:40 AM, Andrew wrote:
On Monday, 22 August 2016 at 10:48:14 UTC, Lodovico Giaretta wrote:
By the way, the core team is very busy so if Andrew (the OP) wants to
make a PR himself, it would be welcome.
Is there a tool somewhere that parses the UnicodeData.txt and
PropList.txt and generates all the tries? I took a quick look but
didn't see one alongside the std.uni source code.
An awful oversight. The tool still sits in its GSOC 2012 repo:
https://github.com/DmitryOlshansky/gsoc-bench-2012/blob/master/gen_uni.d
And the script to run it:
https://github.com/DmitryOlshansky/gsoc-bench-2012/blob/master/gen_uni.sh
Andrew.