Skip to content

Commit

Permalink
Upgrade to Unicode v15.0.0 (and regnerate accordingly)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Sep 5, 2023
1 parent a353c27 commit 5509479
Show file tree
Hide file tree
Showing 12 changed files with 279 additions and 107 deletions.
74 changes: 53 additions & 21 deletions eastasianwidth.go

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

14 changes: 12 additions & 2 deletions emojipresentation.go

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

2 changes: 1 addition & 1 deletion gen_breaktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
// We want to test against a specific version rather than the latest. When the
// package is upgraded to a new version, change these to generate new tests.
const (
testCaseURL = `https://www.unicode.org/Public/14.0.0/ucd/auxiliary/%s.txt`
testCaseURL = `https://www.unicode.org/Public/15.0.0/ucd/auxiliary/%s.txt`
)

func main() {
Expand Down
Loading

0 comments on commit 5509479

Please sign in to comment.