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 79232c46eaa687767793f2e4ad0d1bc68d4ada45
parent 2b6aa142acd4836f86f88423f787654d08dbc228
Author: Jiahao Chen (陈家豪) <jiahao@mit.edu>
Date:   Thu, 25 Jun 2015 18:00:01 -0400

Fix gitignore to ignore .so*

Diffstat:
M.gitignore | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -3,7 +3,7 @@ *.dll *.do *.o -*.so +*.so* *.a *.dll *.dylib