Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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