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 8c36e8bc9f07558455477dec67f1276edc72da27
parent a5aeb49e2081f182788524dd5821ac0438af59f8
Author: Steven G. Johnson <stevenj@mit.edu>
Date:   Fri, 18 Jul 2014 12:18:46 -0400

slight clarification in README

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

diff --git a/README.md b/README.md @@ -11,10 +11,10 @@ data in the [UTF-8 encoding](http://en.wikipedia.org/wiki/UTF-8). The reason for this fork is that `utf8proc` is used for basic Unicode support in the [Julia language](http://julialang.org/) and the Julia -developers wanted Unicode 7 support and other features, but the -Public Software Group currently does not seem to have the resources -necessary to update `utf8proc`. We hope that the fork can be merged -back into the mainline `utf8proc` package before too long. +developers wanted Unicode 7 support and other features, but the Public +Software Group is currently occupied with other projects. We hope +that our fork can be merged back into the mainline `utf8proc` package +before too long. (The original `utf8proc` package also includes Ruby and PostgreSQL plug-ins. We removed those from `libmojibake` in order to focus exclusively on the C