File tree Expand file tree Collapse file tree 3 files changed +1
-131
lines changed
unicodetools/data/uca/dev Expand file tree Collapse file tree 3 files changed +1
-131
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data
1414COPY_YEAR=2024
1515UNI_VER=17.0.0
1616EMOJI_VER=17.0
17- # UTS #10 release revision number to be used in CollationTest.html:
18- # One more than the last release revision number.
19- TR10_REV=tr10-52
2017
2118TODAY=` date --iso-8601`
2219
@@ -28,7 +25,6 @@ s/PUB_DATE/$TODAY/
2825s/PUB_STATUS/draft/
2926s/UNI_VER/$UNI_VER /
3027s/EMOJI_VER/$EMOJI_VER /
31- s/TR10_REV/$TR10_REV /
3228s%PUBLIC_EMOJI%Public/draft/emoji%
3329s%PUBLIC_UCD%Public/draft/UCD%
3430eof
@@ -42,7 +38,6 @@ mv $DRAFT/UCD/ucd/zipped-ReadMe.txt $DRAFT/zipped/ReadMe.txt
4238
4339mkdir -p $DRAFT /UCA
4440cp -r $UNITOOLS_DATA /uca/dev/* $DRAFT /UCA
45- sed -i -f $DRAFT /sed-readmes.txt $DRAFT /UCA/CollationTest.html
4641
4742mkdir -p $DRAFT /emoji
4843cp $UNITOOLS_DATA /emoji/dev/* $DRAFT /emoji
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ UNITOOLS_DATA=$UNICODETOOLS/unicodetools/data
1414COPY_YEAR=2024
1515UNI_VER=17.0.0
1616EMOJI_VER=17.0
17- # UTS #10 release revision number to be used in CollationTest.html:
18- # *Two* more than the last release revision number.
19- TR10_REV=tr10-53
2017
2118TODAY=` date --iso-8601`
2219
@@ -28,7 +25,7 @@ s/PUB_DATE/$TODAY/
2825s/PUB_STATUS/final/
2926s/UNI_VER/$UNI_VER /
3027s/EMOJI_VER/$EMOJI_VER /
31- s/TR10_REV/ $TR10_REV /
28+
3229s%PUBLIC_EMOJI%Public/emoji/$EMOJI_VER %
3330s%PUBLIC_UCD%Public/$UNI_VER %
3431eof
@@ -42,7 +39,6 @@ mv $DEST/$UNI_VER/ucd/zipped-ReadMe.txt $DEST/zipped/$UNI_VER/ReadMe.txt
4239
4340mkdir -p $DEST /UCA/$UNI_VER
4441cp -r $UNITOOLS_DATA /uca/dev/* $DEST /UCA/$UNI_VER
45- sed -i -f $DEST /sed-readmes.txt $DEST /UCA/$UNI_VER /CollationTest.html
4642
4743mkdir -p $DEST /emoji/$EMOJI_VER
4844cp $UNITOOLS_DATA /emoji/dev/* $DEST /emoji/$EMOJI_VER
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments