Project

unicoder

0.0
A long-lived project that still receives updates
Generates specialized indexes for Unicode data lookup
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.9
~> 1.2
 Project Readme

unicoder [version]

unicoder turns Unicode data into bundles for programming libraries.

Usage

$ unicoder build <index_name> [--gzip]

Examples:

$ unicoder build emoji --format marshal --gzip
$ unicoder build numeric_value --format esm

Libraries With unicoder-based Indexes

Ruby

Index Name Gem
blocks unicode-blocks
categories unicode-categories
confusable unicode-confusable
emoji unicode-emoji
display_width unicode-display_width
name unicode-name
numeric_value unicode-numeric_value
scripts unicode-scripts
sequence_name unicode-sequence_name
types unicode-types

JavaScript (ESM)

Index Name Module
name, sequence_name, type unicode-name.js
numeric_value unicode-number.js
scripts unicode-script.js
blocks unicode-block.js
categories unicode-category.js

MIT License

Copyright (C) 2016-2024 Jan Lelis https://janlelis.com. Released under the MIT license.