From 9f6be5bd537a9337b4c42685e4f80f65f5975fe0 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Sat, 3 Dec 2016 13:18:48 -0800 Subject: Update CaseFolding to latest (#168) 1. Downloaded CaseFolding.txt from http://unicode.org/Public/UCD/latest/ucd/CaseFolding.txt 2. Deleted src/case_fold_switch.inc 3. Ran `make src/case_fold_switch.inc` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5b8bf7..ed580ca 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ clean: # We include case_fold_switch.inc in the repository, so this shouldn't # normally need to be generated. -$(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding-3.2.0.txt +$(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding.txt perl tools/mkcasefold.pl < $< > $@ # We include scanners.c in the repository, so this shouldn't -- cgit v1.2.3