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 bf230db3a3c86eb227ed8290315d8d2b991c3e2d
parent dd7bd279bf504b04d26573e3495b875fbd62b1bc
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sat,  7 Mar 2015 19:13:37 -0500

fix link

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # utf8proc [![Build Status](https://travis-ci.org/JuliaLang/utf8proc.png)](https://travis-ci.org/JuliaLang/utf8proc) -[utf8proc](https://github.com/JuliaLang/utf8proc) is a small, clean C +[utf8proc](http://julialang.org/utf8proc/) is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the [UTF-8 encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially