]> Cypherpunks repositories - gostls13.git/commit
unicode: upgrade to version 9.0.0
authorMarcel van Lohuizen <mpvl@golang.org>
Tue, 28 Jun 2016 10:31:02 +0000 (12:31 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Tue, 28 Jun 2016 15:08:11 +0000 (15:08 +0000)
commita2a4db7375204c22898559d3b96a748c6df96294
treeb3ccdf6b69ba252c81576cc66276fc4f816af424
parented9362f769626b1cdaf2eb1da63d5f25cadc979b
unicode: upgrade to version 9.0.0

Changes beyond generated tables:
- Now supports aliases to handle deprecated
  property classes.
- Some Mongolian letters are now modifiers.

Other changes:
- strconv: newly generated table to be in sync
- regexp/syntax: updated maxFold

Fixes #16191

Change-Id: I56bdf21ee2f775f2a82d0465b3772faf5c24cb61
Reviewed-on: https://go-review.googlesource.com/24496
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
api/except.txt
api/go1.7.txt
src/regexp/syntax/parse.go
src/strconv/isprint.go
src/unicode/letter_test.go
src/unicode/maketables.go
src/unicode/script_test.go
src/unicode/tables.go