Skip to content

Commit

Permalink
Merge pull request #13045 from jamessan/unicode-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessan committed Oct 5, 2020
2 parents 7996d9e + aadf85f commit e3afb30
Show file tree
Hide file tree
Showing 5 changed files with 2,247 additions and 747 deletions.
2 changes: 1 addition & 1 deletion scripts/download-unicode-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for filename in $data_files ; do
done

for filename in $emoji_files ; do
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/latest/$filename"
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/UNIDATA/emoji/$filename"
(
cd "$UNIDIR"
git add $filename
Expand Down
7 changes: 5 additions & 2 deletions unicode/CaseFolding.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CaseFolding-12.1.0.txt
# Date: 2019-03-10, 10:53:00 GMT
# CaseFolding-13.0.0.txt
# Date: 2019-09-08, 23:30:59 GMT
# © 2019 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
Expand Down Expand Up @@ -1234,6 +1234,9 @@ A7C2; C; A7C3; # LATIN CAPITAL LETTER ANGLICANA W
A7C4; C; A794; # LATIN CAPITAL LETTER C WITH PALATAL HOOK
A7C5; C; 0282; # LATIN CAPITAL LETTER S WITH HOOK
A7C6; C; 1D8E; # LATIN CAPITAL LETTER Z WITH PALATAL HOOK
A7C7; C; A7C8; # LATIN CAPITAL LETTER D WITH SHORT STROKE OVERLAY
A7C9; C; A7CA; # LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY
A7F5; C; A7F6; # LATIN CAPITAL LETTER REVERSED HALF H
AB70; C; 13A0; # CHEROKEE SMALL LETTER A
AB71; C; 13A1; # CHEROKEE SMALL LETTER E
AB72; C; 13A2; # CHEROKEE SMALL LETTER I
Expand Down

0 comments on commit e3afb30

Please sign in to comment.