Skip to content

Commit c676cae

Browse files
authored
UTC-181-A151 In the emoji-test.txt header comments, make the appropriate changes for the new property value Standalone_Component (= component). For Unicode Version 17.0. See L2/24-224 item 9.1. (#1145)
1 parent 72aed7a commit c676cae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# emoji-test.txt
2-
# Date: 2025-04-23, 17:41:13 GMT
2+
# Date: 2025-05-14, 17:23:51 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
@@ -14,16 +14,16 @@
1414
# Code points — list of one or more hex code points, separated by spaces
1515
# Status
1616
# component — an Emoji_Component,
17-
# excluding Regional_Indicators, ASCII, and non-Emoji.
17+
# excluding Regional_Indicator, ASCII, and non-Emoji
1818
# fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
1919
# excluding Emoji_Component
2020
# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
21-
# unqualified — a unqualified emoji (See ED-19 in UTS #51)
21+
# unqualified — an unqualified emoji (see ED-19 in UTS #51)
2222
# Notes:
2323
# • This includes the emoji components that need emoji presentation (skin tone and hair)
2424
# when isolated, but omits the components that need not have an emoji
25-
# presentation when isolated.
26-
# • The RGI set is covered by the listed fully-qualified emoji.
25+
# 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.
2727
# • The listed minimally-qualified and unqualified cover all cases where an
2828
# element of the RGI set is missing one or more emoji presentation selectors.
2929
# • 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,16 @@ public static void showLines(
303303
+ "# Code points — list of one or more hex code points, separated by spaces\n"
304304
+ "# Status\n"
305305
+ "# component — an Emoji_Component,\n"
306-
+ "# excluding Regional_Indicators, ASCII, and non-Emoji.\n"
306+
+ "# excluding Regional_Indicator, ASCII, and non-Emoji\n"
307307
+ "# fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),\n"
308308
+ "# excluding Emoji_Component\n"
309309
+ "# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)\n"
310-
+ "# unqualified — a unqualified emoji (See ED-19 in UTS #51)\n"
310+
+ "# unqualified — an unqualified emoji (see ED-19 in UTS #51)\n"
311311
+ "# Notes:\n"
312312
+ "# • This includes the emoji components that need emoji presentation (skin tone and hair)\n"
313313
+ "# when isolated, but omits the components that need not have an emoji\n"
314-
+ "# presentation when isolated.\n"
315-
+ "# • The RGI set is covered by the listed fully-qualified emoji. \n"
314+
+ "# 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"
316316
+ "# • The listed minimally-qualified and unqualified cover all cases where an\n"
317317
+ "# element of the RGI set is missing one or more emoji presentation selectors.\n"
318318
+ "# • The file is in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes.\n"

0 commit comments

Comments
 (0)