]> Cypherpunks repositories - gostls13.git/commit
unicode: upgrade to 8.0.0
authorMarcel van Lohuizen <mpvl@golang.org>
Sun, 21 Jun 2015 18:21:04 +0000 (20:21 +0200)
committerRuss Cox <rsc@golang.org>
Fri, 26 Jun 2015 18:01:29 +0000 (18:01 +0000)
commitfe15da62f778d0db62104ed8c8a7b31a150f7753
treefee8ea39507b86c4e1a1d8aa6d64555e75a7e03e
parent834fef80ae025fdeaeeb210803d63634b76ddedd
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>
api/except.txt
api/next.txt
src/strconv/isprint.go
src/unicode/letter_test.go
src/unicode/maketables.go
src/unicode/script_test.go
src/unicode/tables.go