Skip to content

Commit

Permalink
idna: update for Unicode 15.0.0
Browse files Browse the repository at this point in the history
Changes entirely automated, the result of running

	cd src/golang.org/x/text
	go generate ./...

(which also edits x/net for us).

For golang/go#55079.

Change-Id: I6a638949ff2c53bc98c635e5e3b5ed672b51d71a
Reviewed-on: https://go-review.googlesource.com/c/net/+/503055
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
rsc authored and gopherbot committed Jun 13, 2023
1 parent 6c96ca5 commit f5464dd
Show file tree
Hide file tree
Showing 6 changed files with 6,762 additions and 1,456 deletions.
2 changes: 1 addition & 1 deletion idna/idna9.0.0.go

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

2,988 changes: 1,554 additions & 1,434 deletions idna/tables13.0.0.go

Large diffs are not rendered by default.

5,145 changes: 5,145 additions & 0 deletions idna/tables15.0.0.go

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions idna/trie.go

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

31 changes: 31 additions & 0 deletions idna/trie12.0.0.go

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

31 changes: 31 additions & 0 deletions idna/trie13.0.0.go

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

0 comments on commit f5464dd

Please sign in to comment.