Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/zig-unicode-uca
Zig bindings for the contributory data files for the Unicode Collation Algorithm.
https://github.com/nektro/zig-unicode-uca
zig zig-package
Last synced: 16 days ago
JSON representation
Zig bindings for the contributory data files for the Unicode Collation Algorithm.
- Host: GitHub
- URL: https://github.com/nektro/zig-unicode-uca
- Owner: nektro
- License: mit
- Created: 2021-05-10T09:46:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T03:34:22.000Z (about 1 month ago)
- Last Synced: 2024-12-29T04:21:18.200Z (about 1 month ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-unicode-uca
Zig bindings for the Unicode Collation Algorithm
Last updated as of Unicode 16.0.0
https://www.unicode.org/reports/tr10/
> This report is the specification of the Unicode Collation Algorithm (UCA), which details how to compare two Unicode strings while remaining conformant to the requirements of the Unicode Standard. The UCA also supplies the Default Unicode Collation Element Table (DUCET) as the data specifying the default collation order for all Unicode characters.
https://www.unicode.org/Public/UCA/latest/
## Installation
```
zigmod aq add 1/nektro/unicode-uca
```## Usage
This package provides `.allkeys` and `.decomps` namespaces.## License
MIT