Lookup table for unicode language code pages
npm install unicode-pages> 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.
``console`
$ npm install unicode-pages
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
]

Released under CC0.