Skip to content

Commit 1ae1898

Browse files
authored
Revert to previous version string format (#1002) (#1028)
1 parent 026a1de commit 1ae1898

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

unicodetools/data/ucd/dev/emoji/emoji-data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# emoji-data.txt
2-
# Date: 2025-01-29, 17:53:31 GMT
2+
# Date: 2025-01-30, 21:48:29 GMT
33
# © 2025 Unicode®, Inc.
44
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
55
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
66
#
77
# Emoji Data for UTS #51
8-
# Used with Emoji Version 17.0 and subsequent minor revisions (if any)
8+
# Version: 17.0
99
#
1010
# For documentation and usage, see https://www.unicode.org/reports/tr51
1111
#

unicodetools/data/ucd/dev/emoji/emoji-variation-sequences.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# emoji-variation-sequences.txt
2-
# Date: 2025-01-08, 04:54:47 GMT
2+
# Date: 2025-01-30, 21:48:29 GMT
33
# © 2025 Unicode®, Inc.
44
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
55
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
66
#
77
# Emoji Variation Sequences for UTS #51
8-
# Used with Emoji Version 17.0 and subsequent minor revisions (if any)
8+
# Version: 17.0
99
#
1010
# For documentation and usage, see https://www.unicode.org/reports/tr51
1111
#

unicodetools/src/main/java/org/unicode/tools/emoji/GenerateEmojiData.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ public static <T> void printData(EmojiDataSource emojiDataSource) throws IOExcep
164164
.asPath(Emoji.VERSION_TO_GENERATE_UNICODE)
165165
.toString()
166166
+ "/emoji";
167-
String versionTextForUCD =
168-
"Used with Emoji Version "
169-
+ Emoji.VERSION_UNICODE_STRING
170-
+ " and subsequent minor revisions (if any)";
167+
String versionTextForUCD = "Version: " + Emoji.VERSION_UNICODE_STRING;
171168
UnicodeSet emojiMultiPersonGroupings = emojiDataSource.getMultiPersonGroupings();
172169

173170
PropPrinter printer = new PropPrinter().set(emojiDataSource);

0 commit comments

Comments
 (0)