package coin

  1. Overview
  2. Docs

Description


coin is a little library to normalize an KOI8-{U,R} input to UTF-8. This library uses tables provided by the Unicode Consortium:

https://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC

This project takes tables and converts them to OCaml code. Then, it provides a non-blocking decoder to translate KOI8-{U,R} codepoint to UTF-8 codepoint.

Published: 17 Aug 2018

README

Coin

coin is a little library to normalize an KOI8-{U,R} input to UTF-8. This library uses tables provided by the Unicode Consortium:

https://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC

This project takes tables and converts them to OCaml code. Then, it provides a non-blocking decoder to translate KOI8-{U,R} 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. jbuilder >= "1.0+beta7"
  11. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None