File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
src/main/java/org/unicode/tools/emoji Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# emoji-test.txt
2- # Date: 2025-07-25, 17:49:44 GMT
2+ # Date: 2025-08-04, 20:55:31 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
2020# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
2121# unqualified — an unqualified emoji (see ED-19 in UTS #51)
2222# Notes:
23+ # • A mapping of these status values to RGI_Emoji_Qualification property values
24+ # is given by ED-28 in UTS #51.
2325# • This includes the emoji components that need emoji presentation (skin tone and hair)
2426# when isolated, but omits the components that need not have an emoji
2527# presentation when isolated. See ED-20 in UTS #51 for further information.
26- # • The RGI set is composed of the listed component and fully-qualified emoji.
28+ # • The RGI emoji set corresponds to the RGI_Emoji property and contains the same sequences
29+ # as the union of the sets of component and fully-qualified sequences in this file.
30+ # See ED-27 in UTS #51 for further information.
2731# • The listed minimally-qualified and unqualified cover all cases where an
2832# element of the RGI set is missing one or more emoji presentation selectors.
2933# • The file is in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes.
Original file line number Diff line number Diff line change @@ -309,10 +309,14 @@ public static void showLines(
309309 + "# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)\n "
310310 + "# unqualified — an unqualified emoji (see ED-19 in UTS #51)\n "
311311 + "# Notes:\n "
312+ + "# • A mapping of these status values to RGI_Emoji_Qualification property values\n "
313+ + "# is given by ED-28 in UTS #51.\n "
312314 + "# • This includes the emoji components that need emoji presentation (skin tone and hair)\n "
313315 + "# when isolated, but omits the components that need not have an emoji\n "
314316 + "# presentation when isolated. See ED-20 in UTS #51 for further information.\n "
315- + "# • The RGI set is composed of the listed component and fully-qualified emoji.\n "
317+ + "# • The RGI emoji set corresponds to the RGI_Emoji property and contains the same sequences\n "
318+ + "# as the union of the sets of component and fully-qualified sequences in this file.\n "
319+ + "# See ED-27 in UTS #51 for further information.\n "
316320 + "# • The listed minimally-qualified and unqualified cover all cases where an\n "
317321 + "# element of the RGI set is missing one or more emoji presentation selectors.\n "
318322 + "# • The file is in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes.\n "
You can’t perform that action at this time.
0 commit comments