view INSTALL.md @ 17:6fa530cc1188

unicode: fix invalid uni8_length compute
author David Demelier <markand@malikania.fr>
date Mon, 11 Oct 2021 20:57:32 +0200
parents b5bcb17b9115
children 887a8fd73d1e
line wrap: on
line source

libunicode -- installation instructions
=======================================

Requirements
------------

- C99 (at least `EILSEQ` has to be available as errno constant).
- C11 (for running tests).

Installation (C++ variant)
--------------------------

Just copy the files unicode.cpp and unicode.hpp and add them to your project.

Installation
------------

Copy unicode.h and unicode.c to your project.

Regeneration
------------

The file unicode.c is generated from gen/ subdirectory. Edit the appropriate
files and run `make` in top level directory to regenerate them.