aboutsummaryrefslogtreecommitdiff
path: root/api/next.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/next.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/next.txt')
-rw-r--r--api/next.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt
index b8e09df5c2..7fa2508b8b 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -948,3 +948,10 @@ pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Pgid int
pkg text/template, method (*Template) DefinedTemplates() string
pkg text/template, method (*Template) Option(...string) *Template
pkg time, method (Time) AppendFormat([]uint8, string) []uint8
+pkg unicode, const Version = "8.0.0"
+pkg unicode, var Ahom *RangeTable
+pkg unicode, var Anatolian_Hieroglyphs *RangeTable
+pkg unicode, var Hatran *RangeTable
+pkg unicode, var Multani *RangeTable
+pkg unicode, var Old_Hungarian *RangeTable
+pkg unicode, var SignWriting *RangeTable