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 164cc48aaf325cb4ffe227712e6488e1cb359d1c
parent 32c605cfa715fe0b5a98f5c632ec72de2f700d2a
Author: Steven G. Johnson <stevenj@mit.edu>
Date:   Thu, 26 Mar 2015 14:36:04 -0400

note doxygen and other changes from #29 in NEWS

Diffstat:
MNEWS.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS.md b/NEWS.md @@ -26,6 +26,10 @@ - C++/MSVC compatibility. +- Most `#defined` constants are now `enums`. + +- Doxygen-formatted documentation. + ## Version 1.1.6 ## 2013-11-27: