[racket] Unicode character name

From: Danny Yoo (dyoo at hashcollision.org)
Date: Fri May 17 18:56:21 EDT 2013

> >
> >
> > Given that, here is an example implementation of code that defines a
> > function to map between the codes and their names:
> >
> >    https://gist.github.com/dyoo/5586470
> >
> > This implementation may be trying to be a little too clever: it does
> > the work of parsing the UnicodeData.txt file at compile time in an
> > effort to cache the result to bytecode.  If you use 'raco make' on
> > this module,
> >
> >    http://docs.racket-lang.org/raco/make.html
>
> Danny, if you're feeling really generous, perhaps it would be worth your
> time to formulate this as a pull request on
>
> https://pkg.racket-lang.org/info/unicode-properties
>
>
Ok, I'll look into this in a few days.  I'm in the midst of moving, so I'm
very distracted right now.  ;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130517/9ca035db/attachment.html>

Posted on the users mailing list.