package unidecode

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=2c4129b017e08aa07c7a2f6cc1e6e9ff
sha512=8ff3c6b06f2ecaaf99b04a6810b0a3a4ab8bfc4fd7b6fcb130d0a8294d7de9f37049da719dcd73a794718626f8c84a52030315cd964e8f860f607d8f6185918f

README.MD.html

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
```
OCaml

Innovation. Community. Security.