unicode-character-database 0.1.0

Unicode character database tables (Unicode Standard Annex #44) generated using `ucd-generate`
Documentation
1
2
3
4
5
6
7
8
9
# [Unicode Character Database]https://unicode.org/reports/tr44/

Generated tables using [ucd-generate](https://github.com/BurntSushi/ucd-generate)

```
curl -LO https://www.unicode.org/Public/zipped/14.0.0/UCD.zip
unzip UCD.zip -d tables
./scripts/generate.sh
```