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: over 1 year 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T20:32:59.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:30:40.223Z (over 1 year 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