net/idna
Russ Cox f5464ddb68 idna: update for Unicode 15.0.0
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>
2023-06-13 20:37:45 +00:00
..
example_test.go idna: update from x/text 2021-11-04 17:00:05 +00:00
go118.go idna: update from x/text 2021-11-04 17:00:05 +00:00
idna9.0.0.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
idna10.0.0.go idna: update from x/text 2021-11-04 17:00:05 +00:00
idna_test.go idna: add test for domains containing non-ASCII dots 2017-09-12 21:17:36 +00:00
pre_go118.go idna: update from x/text 2021-11-04 17:00:05 +00:00
punycode.go idna: update from x/text 2021-11-04 17:00:05 +00:00
punycode_test.go idna: Revert "use code generated by internal x/text package" 2017-01-14 05:56:29 +00:00
tables9.0.0.go all: go fmt ./... 2021-02-20 03:31:24 +00:00
tables10.0.0.go all: go fmt ./... 2021-02-20 03:31:24 +00:00
tables11.0.0.go all: go fmt ./... 2021-02-20 03:31:24 +00:00
tables12.0.0.go all: go fmt ./... 2021-02-20 03:31:24 +00:00
tables13.0.0.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
tables15.0.0.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
trie.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
trie12.0.0.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
trie13.0.0.go idna: update for Unicode 15.0.0 2023-06-13 20:37:45 +00:00
trieval.go all: gofmt 2022-04-12 02:06:05 +00:00