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 34db3f7954e9298e89f42641ac78e0450f80a70d
parent e9d255772a46d85071a2ab21e4846d00da303e9d
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Fri, 20 Oct 2023 17:16:42 -0400

untar into new directory

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -181,6 +181,7 @@ distcheck: dist test `grep "utf8proc VERSION" CMakeLists.txt |cut -d' ' -f 4` = $(VERSION) || exit 1 test `grep libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) MANIFEST | wc -l` = 3 || exit 1 test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1 + rm -rf utf8proc-$(VERSION) tar xzf utf8proc-$(VERSION).tar.gz make -C utf8proc-$(VERSION) check rm -rf utf8proc-$(VERSION)