utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 32c605cfa715fe0b5a98f5c632ec72de2f700d2a
parent 3a9eac4cacc4806083aabd25fb1365024bc585ac
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Mon, 23 Mar 2015 11:06:19 -0400

mainpage dox tweaks

Diffstat:
Mutf8proc.h | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/utf8proc.h b/utf8proc.h @@ -24,10 +24,11 @@ /** * @mainpage * - * uf8proc is a mapping tool for UTF-8 strings with the following features: + * uf8proc is a tool for processing UTF-8 strings, with the following features: * * - decomposing and composing of strings * - replacing compatibility characters with their equivalents + * - grapheme segmentation * - stripping of "default ignorable characters" * like SOFT-HYPHEN or ZERO-WIDTH-SPACE * - folding of certain characters for string comparison @@ -40,9 +41,10 @@ * or to the unicode chararacters for paragraph separation (PS) * or line separation (LS). * - unicode case folding (for case insensitive string comparisons) - * - rejection of illegal UTF-8 data + * - rejection of invalid UTF-8 data * (i.e. UTF-8 encoded UTF-16 surrogates) * - support for korean hangul characters + * - character widths * * Unicode Version 7.0.0 is supported. *