17 lines
455 B
Markdown
17 lines
455 B
Markdown
# Smol UCA
|
|
|
|
Implementation of [Unicode Collation Algorithm](https://unicode.org/reports/tr10/).
|
|
|
|
## Todo
|
|
|
|
- [x] Build fst on build
|
|
- [x] Switch to ufst
|
|
- [ ] Add benchmarks
|
|
|
|
## See
|
|
|
|
- [ziglyph](https://github.com/jecolon/ziglyph/blob/main/src/collator/Collator.zig)
|
|
- [pyuca](https://github.com/jtauber/pyuca)
|
|
- [collate](https://github.com/tertsdiepraam/collate)
|
|
- [UCA Auxiliary Files](http://www.unicode.org/Public/UCA/6.0.0/CollationAuxiliary.html)
|