John Clements <clements@racket-lang.org>
The following three properties are built-in. Of course, it’s easy to change this set....
procedure
( bidi-mirrored?codepoint)→boolean?
codepoint:exact-nonnegative-integer?
procedure
( xid-start?codepoint)→boolean?
codepoint:exact-nonnegative-integer?
procedure
( xid-continue?codepoint)→boolean?
codepoint:exact-nonnegative-integer?
This package contains code that automatically downloads and extracts updated versions of these (or other) properties from the canonical database.
In order to run this auto-update, evaluate the file "compute-prop.rkt". In order to change the set of properties that is automatically derived, edit the definition of prop-files contained in "compute-prop.rkt".