package confero

  1. Overview
  2. Docs
Unicode Collation

Install

Dune Dependency

Authors

Maintainers

Sources

confero-0.1.1.tbz
sha256=12984479e7255f9d3116f127fefca530760bacc12ee5a8ef54a1b2fff3093c72
sha512=4c2cd9fc1048b551f47d5a411a2a9800d4a13a77f920c774e9c881fed787e4e1cd53f008e856a09b0dbf4e15a899a70de95376f4ca90e4d20fa97f672abd38ab

README.md.html

Synopsis

Confero is an OCaml collation library, implementing the Unicode Collation Algorithm (UCA) including the Default Unicode Collation Element Table (DUCET).

Usage

# #require "confero.ducet";;
# Confero.collate "Ångstrom 2" "angström 1";;
- : int = 1
# Confero.collate "Ångstrom 1" "angström 2";;
- : int = -1