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 6d4d7a9acf7187f272a2b246a45c68b153faf0be
parent fd20b184dda286c8e6e375833918f288a598b21e
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sun,  1 Nov 2015 08:36:04 -0500

update Unicode version in header-file comment

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 - * 7.0.0. See the utf8proc home page (http://julialang.org/utf8proc/) + * 8.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). *