Skip to content

janlelis/unicode-x

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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