diff options
| author | Russ Cox <rsc@golang.org> | 2026-01-17 09:55:10 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2026-01-22 13:16:03 -0800 |
| commit | dd39dfb534d2badf1bb2d72d98bb13cad991fda2 (patch) | |
| tree | 3fb710d43ef08c7c786eeb33f33dccea5182e49a /api/except.txt | |
| parent | a006e17162ddf70b7ee23a8ec2e3e064d0102bd5 (diff) | |
| download | go-dd39dfb534d2badf1bb2d72d98bb13cad991fda2.tar.xz | |
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>
Diffstat (limited to 'api/except.txt')
| -rw-r--r-- | api/except.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt index facae98033..cb844aa5d5 100644 --- a/api/except.txt +++ b/api/except.txt @@ -503,6 +503,7 @@ pkg unicode, const Version = "10.0.0" pkg unicode, const Version = "11.0.0" pkg unicode, const Version = "12.0.0" pkg unicode, const Version = "13.0.0" +pkg unicode, const Version = "15.0.0" pkg unicode, const Version = "6.2.0" pkg unicode, const Version = "6.3.0" pkg unicode, const Version = "7.0.0" |
