Skip to content

Commit adc0bca

Browse files
authored
Update Emoji dataset to Unicode 14 (#22342) (#22343)
Backport of #22342 to release/v1.18 as requested
1 parent 0cca1e0 commit adc0bca

File tree

3 files changed

+527
-306
lines changed

3 files changed

+527
-306
lines changed

assets/emoji.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/generate-emoji.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
const (
2828
gemojiURL = "https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json"
29-
maxUnicodeVersion = 12
29+
maxUnicodeVersion = 14
3030
)
3131

3232
var flagOut = flag.String("o", "modules/emoji/emoji_data.go", "out")

0 commit comments

Comments
 (0)