File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
src/main/java/org/unicode/tools/emoji Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments