Sha256: f39343b1dfc18c4061109d40a7733e60ffa6cad0379e90f5210b8492ba84aded

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

# Unicode X

A collection of specific micro libraries providing data and algorithms about unicode characters in Ruby:

Library                 | Info
------------------------|-------------------------------------------------
[unicode-blocks](https://github.com/janlelis/unicode-blocks) | Blocks
[unicode-categories](https://github.com/janlelis/unicode-categories) | General Categories
[unicode-confusable](https://github.com/janlelis/unicode-confusable) | Confusable detection
[unicode-display_width](https://github.com/janlelis/unicode-display_width) | Monospace character width
[unicode-name](https://github.com/janlelis/unicode-name) | Unicode codepoint name/alias/label
[unicode_normalize](https://github.com/ruby/ruby/blob/trunk/lib/unicode_normalize.rb) | Unicode normalization (*stdlib*)
[unicode-numeric_value](https://github.com/janlelis/unicode-numeric_value) | Convert a Unicode character into its numeric value
[unicode-scripts](https://github.com/janlelis/unicode-scripts) | Scripts and Script_Extensions
[unicode-types](https://github.com/janlelis/unicode-types) | Basic codepoint types

Although you can use the bundled gem (**unicode-x**) to install all the above at once, every of this libraries is standalone, so you are able to select only the features you need.

Also see: [unicoder](https://github.com/janlelis/unicoder)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unicode-x-1.1.0 README.md