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 2a2f97e1938bcae283c319e870f40b7ea67befc8
parent 95fc75b83956760a11992a87aab9c487fcbee12a
Author: Christopher Baker <me@christopherbaker.net>
Date:   Thu,  8 Jun 2017 11:29:54 -0500

Update documentation to reflect Unicode 9.0.0. (#107)

This makes the inline documentation match the README.
Diffstat:
Mutf8proc.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utf8proc.h b/utf8proc.h @@ -28,7 +28,7 @@ * utf8proc is a free/open-source (MIT/expat licensed) C library * providing Unicode normalization, case-folding, and other operations * for strings in the UTF-8 encoding, supporting Unicode version - * 8.0.0. See the utf8proc home page (http://julialang.org/utf8proc/) + * 9.0.0. See the utf8proc home page (http://julialang.org/utf8proc/) * for downloads and other information, or the source code on github * (https://github.com/JuliaLang/utf8proc). *