package coin

  1. Overview
  2. Docs
Mapper of KOI8-{U,R} to Unicode

Install

Dune Dependency

Authors

Maintainers

Sources

coin-0.1.4.tbz
sha256=93a97199da5ca20fba02db6a47d70c8362f06fd8019736bc2a3386c635c6c900
sha512=08c0117d4bfb7921c6d8a841b39309dd63907e009b8ac18e7cc01912c392fc8accddd28cc5e02e5eb5cc0101ad2b33d5461379b92be44b9de2a667266d922d8b

Description

A simple mapper between KOI8-{U,R} to Unicode. Useful for a translation between KOI8-{U,R} and Unicode

Published: 03 Jan 2022

README

Coin

coin is a little library to normalize an KOI8-{U,R} input to Unicode. 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 Unicode codepoint.

Dependencies (4)

  1. re
  2. dune
  3. ocamlfind build
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. rosetta

Conflicts

None