Hash :
5a6e55c1
Author :
Date :
2007-11-13T00:15:53
Unicode character classification functions.
Description:
Scripts of Unicode characters.
Files:
lib/unictype/scripts.c
lib/unictype/scripts.h
lib/unictype/scripts_byname.gperf
Depends-on:
unictype/base
gperf
configure.ac:
Makefile.am:
lib_SOURCES += unictype/scripts.c
unictype/scripts_byname.h: unictype/scripts_byname.gperf
$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $@-t
mv $@-t $@
BUILT_SOURCES += unictype/scripts_byname.h
MOSTLYCLEANFILES += unictype/scripts_byname.h-t
MAINTAINERCLEANFILES += unictype/scripts_byname.h
EXTRA_DIST += unictype/scripts_byname.h
Include:
"unictype.h"
License:
LGPL
Maintainer:
Bruno Haible