Skip to content

Commit 34fc6ce

Browse files
committed
all: update to Unicode 11
This does *not* update the vendored tables. A commit updating these tables should follow soon, Mostly generated running UNICODE_VERSION=11.0.0 in x/text. Manually updated next.txt file. Updates #27945. Change-Id: I939a01e235aeca898ee9afc99a531e7ad8444e12 Reviewed-on: https://go-review.googlesource.com/c/go/+/154420 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
1 parent 8c05d67 commit 34fc6ce

File tree

4 files changed

+453
-232
lines changed

4 files changed

+453
-232
lines changed

api/except.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,5 @@ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
457457
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
458458
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
459459
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
460-
pkg text/scanner, const GoTokens = 1012
460+
pkg text/scanner, const GoTokens = 1012
461+
pkg unicode, const Version = "10.0.0"

api/next.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
pkg text/scanner, const AllowNumberbars = 1024
22
pkg text/scanner, const AllowNumberbars ideal-int
33
pkg text/scanner, const GoTokens = 2036
4+
pkg unicode, const Version = "11.0.0"
5+
pkg unicode, var Dogra *RangeTable
6+
pkg unicode, var Gunjala_Gondi *RangeTable
7+
pkg unicode, var Hanifi_Rohingya *RangeTable
8+
pkg unicode, var Makasar *RangeTable
9+
pkg unicode, var Medefaidrin *RangeTable
10+
pkg unicode, var Old_Sogdian *RangeTable
11+
pkg unicode, var Sogdian *RangeTable

src/strconv/isprint.go

+51-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)