Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.24 KB

🦄 Unicode Unicorn - Web Unicode Tool

https://unicode-unicorn.pages.dev

Build

data contains various data files that are used during compilation. See below for sources and how to update them.

Unicode Unicorn is built with Vite.

To create a production build, run:

npm run build

The compiled output files will be put in dist/.

To run the website locally you can execute:

npm run dev

Sources

Unicode Unicorn uses the Unicode Character Database. It can be downloaded from https://www.unicode.org/Public/UCD/latest/ucd/. Download UCD.zip and extract its contents to data/Unicode/UCD/. Then extract Unihan.zip and move the Unihan folder contents into data/Unicode/Unihan/.

Codepage mapping files are from https://www.unicode.org/Public/MAPPINGS/. Move the appropriate text files into data/Unicode/Mappings/, and check the references in data/encodings.txt.

Download language-subtag-registry from IANA (https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) and place it into data/.

Download the ideographic variation database from https://unicode.org/ivd/ and place IVD_Collections.txt and IVD_Sequences.txt in data/Unicode/IVD/.