This commit is contained in:
Steven G. Johnson 2015-03-07 19:13:37 -05:00
parent dd7bd279bf
commit bf230db3a3

View File

@ -1,7 +1,7 @@
# utf8proc # utf8proc
[![Build Status](https://travis-ci.org/JuliaLang/utf8proc.png)](https://travis-ci.org/JuliaLang/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 library that provides Unicode normalization, case-folding, and other
operations for data in the [UTF-8 operations for data in the [UTF-8
encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially encoding](http://en.wikipedia.org/wiki/UTF-8). It was [initially