Skip to content

Commit e4ab162

Browse files
committed
Update variation selectors to Unicode 17
1 parent 1dd7d49 commit e4ab162

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

mautrix/util/variation_selector.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@
3131
"23CF": "",
3232
"23E9": "",
3333
"23EA": "",
34+
"23EB": "",
35+
"23EC": "",
3436
"23ED": "",
3537
"23EE": "",
3638
"23EF": "",
39+
"23F0": "",
3740
"23F1": "",
3841
"23F2": "",
3942
"23F3": "",
@@ -114,6 +117,7 @@
114117
"26C4": "",
115118
"26C5": "",
116119
"26C8": "",
120+
"26CE": "",
117121
"26CF": "",
118122
"26D1": "",
119123
"26D3": "",
@@ -132,8 +136,11 @@
132136
"26FA": "",
133137
"26FD": "",
134138
"2702": "",
139+
"2705": "",
135140
"2708": "",
136141
"2709": "",
142+
"270A": "",
143+
"270B": "",
137144
"270C": "",
138145
"270D": "",
139146
"270F": "",
@@ -142,15 +149,25 @@
142149
"2716": "",
143150
"271D": "",
144151
"2721": "",
152+
"2728": "",
145153
"2733": "",
146154
"2734": "",
147155
"2744": "",
148156
"2747": "",
157+
"274C": "",
158+
"274E": "",
149159
"2753": "",
160+
"2754": "",
161+
"2755": "",
150162
"2757": "",
151163
"2763": "",
152164
"2764": "",
165+
"2795": "",
166+
"2796": "",
167+
"2797": "",
153168
"27A1": "",
169+
"27B0": "",
170+
"27BF": "",
154171
"2934": "",
155172
"2935": "",
156173
"2B05": "",

mautrix/util/variation_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import aiohttp
1212

13-
EMOJI_VAR_URL = "https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-variation-sequences.txt"
13+
EMOJI_VAR_URL = "https://www.unicode.org/Public/17.0.0/ucd/emoji/emoji-variation-sequences.txt"
1414

1515

1616
def read_data() -> dict[str, str]:

0 commit comments

Comments
 (0)