0.3.3 • Published 5 years ago

unicode-pages v0.3.3

Weekly downloads
2
License
CC0
Repository
github
Last release
5 years ago

Unicode Page Lookup Table

NOTE: This lookup is far from complete. It is to be used with font-system and thus may not have every codepage set imagineable. Pull Requests are always welcome.

A lookup table of logical Unicode pages and their code ranges.

Installation

$ npm install unicode-pages

Usage

The default export is a string->array mapping of code page range-sets, where the key is a simple name for the set and the array elements are themselves arrays with the format:

[
    Logical Grouping (useful for font pruning),
    Range begin (incl),
    Range end (incl),
    Range description
]

License

CC0 Badge

Released under CC0.

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago