Skip to content

Commit b681dd3

Browse files
committed
pub: UCA -> uca
1 parent 520f13e commit b681dd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pub/copy-beta-to-draft.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ find $DRAFT -name '*ReadMe.txt' | xargs sed -i -f $DRAFT/sed-readmes.txt
5656
rm $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

6262
rm $DRAFT/security/*.zip
6363
(cd $DRAFT/security; zip -r uts39-data-$UNI_VER.zip *)

pub/copy-final.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ find $DEST -name '*ReadMe.txt' | xargs sed -i -f $DEST/sed-readmes.txt
6464
rm $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

7070
rm $DEST/security/$UNI_VER/*.zip
7171
(cd $DEST/security/$UNI_VER; zip -r uts39-data-$UNI_VER.zip *)

unicodetools/data/uca/dev/ReadMe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ files for the Unicode Collation Algorithm.
2020

2121
If 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

2525
then you are looking at a draft for the next version of the UCA.
2626

0 commit comments

Comments
 (0)