By bloid
via useless-factor.blogspot.com
Submitted: May 11 / 03:39
Recently, I wrote a little library in Factor to get the script of a Unicode code point. It's in the Factor git repository in the vocab unicode.script. Initially, I relatively simple representation of the data: there was a byte array, where the index was the code point and the elements were bytes corresponding to scripts. (It's possible to use a byte array because there are only seventy-some scripts to care about.)
SaveShareSend
Tags: other languages
Add your comment