File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/unicode/tools/emoji Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- Machine-readable version of the emoji ordering rules for v17 .0 (corresponding to CLDR). -->
1
+ <!-- Machine-readable version of the emoji ordering rules for v18 .0 (corresponding to CLDR). -->
2
2
<collation type='emoji'>
3
3
<cr><![CDATA[
4
4
# START AUTOGENERATED EMOJI ORDER
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ public class Emoji {
83
83
// situation)
84
84
85
85
// Constants for versions
86
+ public static final VersionInfo VERSION18 = VersionInfo .getInstance (18 );
86
87
public static final VersionInfo VERSION17 = VersionInfo .getInstance (17 );
87
88
public static final VersionInfo VERSION16 = VersionInfo .getInstance (16 );
88
89
public static final VersionInfo VERSION15_1 = VersionInfo .getInstance (15 , 1 );
@@ -136,6 +137,7 @@ public class Emoji {
136
137
137
138
public static final Map <VersionInfo , String > EMOJI_TO_DATE =
138
139
ImmutableMap .<VersionInfo , String >builder ()
140
+ .put (VERSION18 , "2026-09-15" )
139
141
.put (VERSION17 , "2025-09-09" )
140
142
.put (VERSION16 , "2024-09-10" )
141
143
.put (VERSION15_1 , "2023-09-12" )
You can’t perform that action at this time.
0 commit comments