unicode-x
unicode-x copied to clipboard
Unicode properties
Is there a way, with one of your gems, to retrieve the Unicode properties? (cf. https://util.unicode.org/UnicodeJsps/properties.jsp)
I'm interested retrieving properties for a given char, list all properties, and also list all chars for a given property.
Example of properties: Bidi_Control, ID_Continue, ID_Start, Word_Break.
The only gem that seems to do something like that is https://rubygems.org/gems/ruby_unicode_prop (https://github.com/masasakano/ruby_unicode_prop) but that's a binary and not a lib.
