Skip to content

Commit

Permalink
Revert to previous version string format (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedley committed Jan 30, 2025
1 parent 6110094 commit 4cbca49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions unicodetools/data/ucd/dev/emoji/emoji-data.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# emoji-data.txt
# Date: 2025-01-29, 17:53:31 GMT
# Date: 2025-01-30, 21:48:29 GMT
# © 2025 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
#
# Emoji Data for UTS #51
# Used with Emoji Version 17.0 and subsequent minor revisions (if any)
# Version: 17.0
#
# For documentation and usage, see https://www.unicode.org/reports/tr51
#
Expand Down
4 changes: 2 additions & 2 deletions unicodetools/data/ucd/dev/emoji/emoji-variation-sequences.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# emoji-variation-sequences.txt
# Date: 2025-01-08, 04:54:47 GMT
# Date: 2025-01-30, 21:48:29 GMT
# © 2025 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
#
# Emoji Variation Sequences for UTS #51
# Used with Emoji Version 17.0 and subsequent minor revisions (if any)
# Version: 17.0
#
# For documentation and usage, see https://www.unicode.org/reports/tr51
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ public static <T> void printData(EmojiDataSource emojiDataSource) throws IOExcep
.asPath(Emoji.VERSION_TO_GENERATE_UNICODE)
.toString()
+ "/emoji";
String versionTextForUCD =
"Used with Emoji Version "
+ Emoji.VERSION_UNICODE_STRING
+ " and subsequent minor revisions (if any)";
String versionTextForUCD = "Version: " + Emoji.VERSION_UNICODE_STRING;
UnicodeSet emojiMultiPersonGroupings = emojiDataSource.getMultiPersonGroupings();

PropPrinter printer = new PropPrinter().set(emojiDataSource);
Expand Down

0 comments on commit 4cbca49

Please sign in to comment.