| 1 | # zig-unicode-ucd |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-unicode-ucd/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 8 | |
| 9 | Zig bindings for the Unicode Character Database |
| 10 | |
| 11 | Last updated as of Unicode 17.0.0 |
| 12 | |
| 13 | http://www.unicode.org/reports/tr44/ |
| 14 | |
| 15 | https://www.unicode.org/versions/latest/ |
| 16 | |
| 17 | ## Development |
| 18 | |
| 19 | ``` |
| 20 | zig build run -Dstep=generate |
| 21 | zig build run -Dstep=run |
| 22 | ``` |
| 23 | |
| 24 | ## License |
| 25 | |
| 26 | Code here is MIT |
| 27 | |
| 28 | Source data files are https://www.unicode.org/license.html |