Skip to content

Commit 117cefd

Browse files
authored
UTC-184-A78 In UTS #‌51 data file emoji-test.txt, correct the statement about the relationship between the RGI_Emoji_Qualification property and the RGI set. For Unicode Version 17.0. See L2/25-183 item 7.1. (#1188)
1 parent 56542ce commit 117cefd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -20,10 +20,14 @@
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.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)