Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paurkedal/confero
Unicode collation library for OCaml
https://github.com/paurkedal/confero
ocaml unicode
Last synced: 5 days ago
JSON representation
Unicode collation library for OCaml
- Host: GitHub
- URL: https://github.com/paurkedal/confero
- Owner: paurkedal
- License: lgpl-3.0
- Created: 2022-06-26T09:55:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T09:04:48.000Z (about 2 years ago)
- Last Synced: 2025-01-15T07:30:28.004Z (10 days ago)
- Topics: ocaml, unicode
- Language: OCaml
- Homepage: https://ocaml.org/p/confero
- Size: 43.9 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
README
## Synopsis
Confero is an OCaml collation library, implementing the [Unicode Collation
Algorithm (UCA)][uca] including the Default Unicode Collation Element Table
(DUCET).## Usage
```ocaml
# #require "confero.ducet";;
# Confero.collate "Ångstrom 2" "angström 1";;
- : int = 1
# Confero.collate "Ångstrom 1" "angström 2";;
- : int = -1
```[uca]: https://unicode.org/reports/tr10/