package coin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

coin-0.1.5.tbz
sha256=cf65b343bcd41666494d4ab28131e0bae77af8d01ca77e96b9b1db20b5c647d8
sha512=ee34fe0881a752094f864b7cb70040e9676ddd05094099c38dcf02363eea9c9596c5a9b1635cd1f5436b9af9199e3f46676d2c7e2c87a06595ceaec63de646fb

doc/coin/Coin/Char/index.html

Module Coin.CharSource

Sourceval is_valid : encoding -> char -> bool

is_valid e n is true iff n is an e scalar value.

Sourceval equal : encoding -> char -> char -> bool

equal e u u' is u = u'.

Sourceval compare : encoding -> char -> char -> int

compare u u' is Pervasives.compare u u'.

Sourceval unicode : encoding -> char -> Uchar.t

unicode e c is the decoded Unicode of encoding character c in encoding scheme e.