view README.md @ 18:9b2038be6af4

tests: switch to rexo
author David Demelier <markand@malikania.fr>
date Mon, 11 Oct 2021 20:57:47 +0200
parents b5bcb17b9115
children 887a8fd73d1e
line wrap: on
line source

libunicode -- UTF-8 to UTF-32 conversions and various operations
================================================================

Introduction
------------

Conversions and unicode inspection in C99

It is currently based on unicode 13.0.0.

Features
--------

- UTF-8 encoding/decoding back-and-forth to UTF-32,
- no dynamic allocation required,
- only C99 required.
- less than 250 lines of code (excluding code generation).

Documentation
-------------

See the libunicode(3) manual page.

	man ./libunicode.3