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 fc44134d0820331badd29c172b3a4cc4464b556a
parent e41bd981cbc2242b5e44da0bef48fd0f57065fed
Author: Jiahao Chen <jiahao@mit.edu>
Date:   Fri, 18 Jul 2014 10:48:44 -0400

Fix formatting of Normalization Form C
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -44,7 +44,7 @@ version 5.0.0 had not been available at the time of implementation. For Unicode normalizations, the following options are used: -* Normalization Form C: `STABLE`, COMPOSE` +* Normalization Form C: `STABLE`, `COMPOSE` * Normalization Form D: `STABLE`, `DECOMPOSE` * Normalization Form KC: `STABLE`, `COMPOSE`, `COMPAT` * Normalization Form KD: `STABLE`, `DECOMPOSE`, `COMPAT`