File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
unicodetools/data/uca/dev Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ find $DRAFT -name '*ReadMe.txt' | xargs sed -i -f $DRAFT/sed-readmes.txt
5656rm $DRAFT /ucd/UCD.zip
5757(cd $DRAFT /ucd; zip -r UCD.zip * )
5858
59- rm $DRAFT /UCA /CollationTest.zip
60- (cd $DRAFT /UCA ; zip -r CollationTest.zip CollationTest && rm -r CollationTest)
59+ rm $DRAFT /uca /CollationTest.zip
60+ (cd $DRAFT /uca ; zip -r CollationTest.zip CollationTest && rm -r CollationTest)
6161
6262rm $DRAFT /security/* .zip
6363(cd $DRAFT /security; zip -r uts39-data-$UNI_VER .zip * )
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ find $DEST -name '*ReadMe.txt' | xargs sed -i -f $DEST/sed-readmes.txt
6464rm $DEST /$UNI_VER /ucd/UCD.zip
6565(cd $DEST /$UNI_VER /ucd; zip -r UCD.zip * && mv UCD.zip $DEST /zipped/$UNI_VER )
6666
67- rm $DEST /UCA /$UNI_VER /CollationTest.zip
68- (cd $DEST /UCA /$UNI_VER ; zip -r CollationTest.zip CollationTest && rm -r CollationTest)
67+ rm $DEST /uca /$UNI_VER /CollationTest.zip
68+ (cd $DEST /uca /$UNI_VER ; zip -r CollationTest.zip CollationTest && rm -r CollationTest)
6969
7070rm $DEST /security/$UNI_VER /* .zip
7171(cd $DEST /security/$UNI_VER ; zip -r uts39-data-$UNI_VER .zip * )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ files for the Unicode Collation Algorithm.
2020
2121If you accessed this file via
2222
23- https://www.unicode.org/Public/draft/UCA /ReadMe.txt
23+ https://www.unicode.org/Public/draft/uca /ReadMe.txt
2424
2525then you are looking at a draft for the next version of the UCA.
2626
You can’t perform that action at this time.
0 commit comments