Project

unicode-x

0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
A collection of micro libraries which provide data and algorithms for working with Unicode
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.9, < 2.0
>= 1.9, < 2.0
>= 1.10, < 2.0
>= 3.4, < 4.0
>= 1.12, < 2.0
>= 1.10, < 2.0
>= 1.9, < 2.0
>= 1.13, < 2.0
>= 1.9, < 2.0
 Project Readme

Unicode::X 15.1 [version]

Unicode X is a collection of choose-what-you-need style Unicode libraries for Ruby.

Libraries

Library Info
unicode-blocks Data about blocks
unicode-categories Data about general categories
unicode-confusable Detect confusable characters
unicode-emoji Emoji list and regex
unicode-display_width Monospace character width
unicode-name Codepoint names and labels
unicode-numeric_value Retrieve values of numerical codepoints
unicode-scripts Data about scripts / script extensions
unicode-sequence_name Names of codepoint sequences
unicode-types Basic type of codepoints

Collection

You can get all by libraries at once by adding to your Gemfile:

gem 'unicode-x'

Versioning Policy

Beginning with version 11, Unicode::X's major version is synced to Unicode's. It will require the latest version of the micro libraries that come with the specified Unicode version.

Also See