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

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.