package unidecode

  1. Overview
  2. Docs
Convert unicode strings into its ASCII representation

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
md5=9a5ef2298f224198c02c5cd2ba8d6624
sha512=ac2d772590fb875a6eadfcdc37fdf1d53add33251ac05bc3912aef8594e0c6dc5918398c1724380688ffc162fc1f87c411d6baf0f21b3731ece5a68c9126c0aa

Description

Published: 28 Oct 2019

README

README.MD

# unidecode

Convert unicode strings into its ASCII representation.

The purpose of this library is the same as python's
[unidecode](https://pypi.org/project/Unidecode/) library (version
1.1.1).

Code of the initial release of this library has been extracted from
[GeneWeb](https://github.com/geneweb/geneweb) and adapted to be
released in an independent library.

## Installation

```bash
opam install unidecode
```

## License

Released under the terms of the [GNU GENERAL PUBLIC LICENSE](LICENSE).

## Instructions for developpers

```bash
dune build            # build the library
dune install          # install the built library
dune clean            # clean compilation artifacts
dune runtest          # run unit tests
dune build @runbench  # compare with other libs
```

Dependencies (2)

  1. ocaml >= "4.05"
  2. dune >= "1.10"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.