unicoder [![[version]](https://badge.fury.io/rb/unicoder.svg)](https://badge.fury.io/rb/unicoder)

October 15, 2024 ยท View on GitHub

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 NameGem
blocksunicode-blocks
categoriesunicode-categories
confusableunicode-confusable
emojiunicode-emoji
display_widthunicode-display_width
nameunicode-name
numeric_valueunicode-numeric_value
scriptsunicode-scripts
sequence_nameunicode-sequence_name
typesunicode-types

JavaScript (ESM)

Index NameModule
name, sequence_name, typeunicode-name.js
numeric_valueunicode-number.js
scriptsunicode-script.js
blocksunicode-block.js
categoriesunicode-category.js

MIT License

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