package coin

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

Install

Dune Dependency

Authors

Maintainers

Sources

coin-v0.1.2.tbz
sha256=cc86addf2f7bd1bdf69585af731c9d6beac463af900fe3b78545ee1767fd2ecb
sha512=3d59cf13d792ad968c3d03658e8dc891ab14839842c1f8771cb20c1c28887bda118be82acc43f05f66bb559cfdb1594ea5e97243933d5f10063bfe1dd087b0a7

Description

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

Published: 14 Mar 2020

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 (6)

  1. angstrom >= "0.11.0"
  2. menhir < "20211215"
  3. re
  4. dune
  5. ocamlfind build
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (1)

  1. rosetta

Conflicts

None