gtrak / utf8conv

Conversion from ISO-8859-1 and Windows-1252 text to UTF-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion of ISO-8859-1/Windows-1252 text into UTF-8.

This is a minimalistic module that does not require any configuration file and only depends on OCaml's standard library.

Utf8conv does not provide operations on existing UTF-8 data.

About

Conversion from ISO-8859-1 and Windows-1252 text to UTF-8

License:Other


Languages

Language:OCaml 97.9%Language:Makefile 2.1%