package uuuu

  1. Overview
  2. Docs

Description

Published: 08 Nov 2018

README

Uuuu

Uhuhuhuhuhuh! uuuu (Universal Unifier to Unicode Un OCaml) is a little library to normalize an ISO-8859 input to Unicode. This library uses tables provided by the Unicode Consortium:

https://ftp.unicode.org/Public/MAPPINGS/ISO8859/

This project takes tables and converts them to OCaml code. Then, it provides a non-blocking decoder to translate ISO-8859 codepoint to UTF-8 codepoint.

Dependencies (11)

  1. cmdliner < "1.1.0"
  2. angstrom
  3. rresult
  4. menhir < "20211215"
  5. ptmap
  6. uutf
  7. bos
  8. fmt
  9. re >= "1.7.2"
  10. dune
  11. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. rosetta < "0.3.0"

Conflicts

None