Update documentation to reflect Unicode 9.0.0. (#107)

This makes the inline documentation match the README.
This commit is contained in:
Christopher Baker 2017-06-08 11:29:54 -05:00 committed by Alex Arslan
parent 95fc75b839
commit 2a2f97e193

View File

@ -28,7 +28,7 @@
* utf8proc is a free/open-source (MIT/expat licensed) C library * utf8proc is a free/open-source (MIT/expat licensed) C library
* providing Unicode normalization, case-folding, and other operations * providing Unicode normalization, case-folding, and other operations
* for strings in the UTF-8 encoding, supporting Unicode version * 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 * for downloads and other information, or the source code on github
* (https://github.com/JuliaLang/utf8proc). * (https://github.com/JuliaLang/utf8proc).
* *