Add mkrunetype.awk

and add a Makefile in libutf/ to allow auto-generation
This commit is contained in:
FRIGN
2015-02-23 20:33:38 +01:00
parent 274f9eaf42
commit 1def981831
2 changed files with 246 additions and 0 deletions

6
libutf/Makefile Normal file
View File

@@ -0,0 +1,6 @@
AWK = awk
UNICODE = http://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
default:
@echo Downloading and parsing $(UNICODE)
@curl -\# $(UNICODE) | $(AWK) -f mkrunetype.awk