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

README.md.html

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.