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 321cb997c54f2fffa14a74074ae048c4d3df99da
parent dad0cbdcabb682c1f26bc38da04608ce91aa19c7
Author: Steven G. Johnson <stevenj@mit.edu>
Date:   Thu, 12 Mar 2015 14:32:07 -0400

note removal of plugins

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

diff --git a/NEWS.md b/NEWS.md @@ -4,6 +4,8 @@ - Updated for Unicode 7.0. +- Ruby and PostgreSQL plugins have been removed due to lack of testing. + - New function `utf8proc_grapheme_break(c1,c2)` that returns whether there is a grapheme break between `c1` and `c2`.