package coin

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

Install

Dune Dependency

Authors

Maintainers

Sources

coin-v0.1.3.tbz
sha256=7b2d781664f7b99f5bf047ba5522007352422552daa017a4bb1ce16b059f253f
sha512=148e3b4302154800aee892464eea095938d5194e6fb4a74a92940ab467b2fc2a98d99795a4feffc3f69a0fa8f05b7aae2caa98a91298d80bc7220941caf01fe5

Description

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

Published: 06 May 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 (5)

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

Dev Dependencies

None

Used by (1)

  1. rosetta

Conflicts

None