aboutsummaryrefslogtreecommitdiff
path: root/api/except.txt
diff options
context:
space:
mode:
authorMarcel van Lohuizen <mpvl@golang.org>2015-06-21 20:21:04 +0200
committerRuss Cox <rsc@golang.org>2015-06-26 18:01:29 +0000
commitfe15da62f778d0db62104ed8c8a7b31a150f7753 (patch)
treefee8ea39507b86c4e1a1d8aa6d64555e75a7e03e /api/except.txt
parent834fef80ae025fdeaeeb210803d63634b76ddedd (diff)
downloadgo-fe15da62f778d0db62104ed8c8a7b31a150f7753.tar.gz
go-fe15da62f778d0db62104ed8c8a7b31a150f7753.zip
unicode: upgrade to 8.0.0
Not sure if I'm on time for 1.5; Unicode 8 just got released. Straighforward upgrade. Only changed maketables.go to prevent it from adding the Cherokee upper and lower case mappings. This change causes the caseOrbit table to NOT change. Added tests to verify that the relevant functions still produce the correct result, even for Cherokee. Fixes #11309 Change-Id: I42850f5b3399bde125b002efc78eff96dbd86a08 Reviewed-on: https://go-review.googlesource.com/11286 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'api/except.txt')
-rw-r--r--api/except.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index 6e40e1844e..59ef94211d 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -328,3 +328,4 @@ pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8
pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8
pkg unicode, const Version = "6.3.0"
+pkg unicode, const Version = "7.0.0"