]> Cypherpunks repositories - gostls13.git/commit
all: update to Unicode 17
authorRuss Cox <rsc@golang.org>
Sat, 17 Jan 2026 14:55:10 +0000 (09:55 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 22 Jan 2026 21:16:03 +0000 (13:16 -0800)
commitdd39dfb534d2badf1bb2d72d98bb13cad991fda2
tree3fb710d43ef08c7c786eeb33f33dccea5182e49a
parenta006e17162ddf70b7ee23a8ec2e3e064d0102bd5
all: update to Unicode 17

Process:
- Disable unicode TestProperties.
- Run UNICODE_VERSION=17.0.0 go -C ../src/golang.org/x/text generate
- Run go generate strconv
- Update unicode TestProperties by hand to add missing test cases.

This will break x/text using the main repo until the corresponding
x/text CL is submitted. It should not break anything else.

For #77266.

Change-Id: Ia3ffb5a81e212b991714eef70eebfca98a0c8aab
Reviewed-on: https://go-review.googlesource.com/c/go/+/737420
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Bypass: Russ Cox <rsc@golang.org>
api/except.txt
api/next/77266.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/unicode/77266.md [new file with mode: 0644]
src/strconv/isprint.go
src/unicode/script_test.go
src/unicode/tables.go