From b0702b4677bb3da00209911f952f47fa91bed6ad Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 15 Dec 2011 21:43:23 +0000 Subject: [PATCH] ICU-9013 exclude Unicode_1_Name data from unames.icu X-SVN-Rev: 31124 --- tools/unicode/makeprops.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/unicode/makeprops.sh b/tools/unicode/makeprops.sh index 83c76512e4a..698c85a9c9e 100755 --- a/tools/unicode/makeprops.sh +++ b/tools/unicode/makeprops.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2010, International Business Machines +# Copyright (C) 2010-2011, International Business Machines # Corporation and others. All Rights Reserved. # # Parses Unicode Character Database files and build ICU core properties files. @@ -27,7 +27,7 @@ $UNITOOLS_BLD/c/gencase/gencase -d $SRC_DATA_IN -s $UNIDATA -i $BLD_DATA_FI $UNITOOLS_BLD/c/gencase/gencase -d $COMMON --csource -s $UNIDATA -i $BLD_DATA_FILES -u $UNICODE_VERSION # unames.icu -$UNITOOLS_BLD/c/gennames/gennames -d $SRC_DATA_IN -1 -q $UNIDATA/UnicodeData.txt $UNIDATA/NameAliases.txt -u $UNICODE_VERSION +$UNITOOLS_BLD/c/gennames/gennames -d $SRC_DATA_IN -q $UNIDATA/UnicodeData.txt $UNIDATA/NameAliases.txt -u $UNICODE_VERSION # unidata/norm2/*.txt $UNITOOLS_BLD/c/gennorm/gennorm -d $UNIDATA/norm2 -s $UNIDATA -i $BLD_DATA_FILES -- 2.40.0