Skip to content

Commit

Permalink
unicodeurls: update to Unicode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 27, 2024
1 parent 8ca91e2 commit e75f506
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
88 changes: 88 additions & 0 deletions confusable/confusables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unicodeurls/urls.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"go.mau.fi/util/exerrors"
)

const UnicodeVersion = "15.1"
const UnicodeVersion = "16.0"

const EmojiVariationSequences = "https://www.unicode.org/Public/" + UnicodeVersion + ".0/ucd/emoji/emoji-variation-sequences.txt"
const EmojiTest = "https://unicode.org/Public/emoji/" + UnicodeVersion + "/emoji-test.txt"
Expand Down

0 comments on commit e75f506

Please sign in to comment.