unicode-x icon indicating copy to clipboard operation
unicode-x copied to clipboard

Unicode properties

Open noraj opened this issue 3 years ago • 1 comments

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.

noraj avatar Feb 09 '22 11:02 noraj

I finally found that twitter_cldr (source) does that.

image

noraj avatar Mar 15 '22 13:03 noraj