From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/normal/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'includes/normal/Makefile') diff --git a/includes/normal/Makefile b/includes/normal/Makefile index 887f3ce6..69ff3da1 100644 --- a/includes/normal/Makefile +++ b/includes/normal/Makefile @@ -5,8 +5,8 @@ ## when the data was generated from a previous version. #BASE=http://www.unicode.org/Public/UNIDATA -# Explicitly using Unicode 5.0 -BASE=http://www.unicode.org/Public/5.0.0/ucd/ +# Explicitly using Unicode 5.1 +BASE=http://www.unicode.org/Public/5.1.0/ucd # Can override to php-cli or php5 or whatevah PHP=php @@ -16,11 +16,14 @@ PHP=php FETCH=wget #FETCH=fetch -all : UtfNormalData.inc +all : UtfNormalData.inc Utf8Case.php UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt CompositionExclusions.txt NormalizationCorrections.txt DerivedNormalizationProps.txt $(PHP) UtfNormalGenerate.php +Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt + $(PHP) Utf8CaseGenerate.php + test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt $(PHP) UtfNormalTest.php -- cgit v1.2.2