Update Emoji dataset to Unicode 14 (#22342) (#22343)

Backport of #22342 to release/v1.18 as requested
mj-v1.18.3
isla w 1 year ago committed by GitHub
parent 0cca1e079b
commit adc0bcaebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
assets/emoji.json generated

File diff suppressed because one or more lines are too long

@ -26,7 +26,7 @@ import (
const (
gemojiURL = "https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json"
maxUnicodeVersion = 12
maxUnicodeVersion = 14
)
var flagOut = flag.String("o", "modules/emoji/emoji_data.go", "out")

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save