1
0
mirror of https://github.com/golang/go synced 2024-11-19 23:44:43 -07:00
go/src/strconv
Marcel van Lohuizen 2fd9549797 unicode: update to Unicode 10.0.0
Also includes all derived values as well as
vendored packages.

Generated by running
    UNICODE_VERSION=10.0.0 go generate
in golang.org/x/text

and modified by hand to add the tests and
entries in next.txt for new script and properties.

Closes Issue #21471

Change-Id: I1d10ee3887bd1fd3d5a756ee0d04bd6ec2814ba1
Reviewed-on: https://go-review.googlesource.com/63953
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-10-24 12:42:35 +00:00
..
testdata
atob_test.go
atob.go
atof_test.go
atof.go
atoi_test.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
atoi.go strconv: optimize Atoi for common case 2017-08-25 10:17:39 +00:00
decimal_test.go
decimal.go
doc.go
example_test.go
export_test.go strconv: check bitsize range in ParseInt and ParseUint 2017-08-22 13:37:40 +00:00
extfloat.go all: fix article typos 2017-09-15 02:39:16 +00:00
fp_test.go
ftoa_test.go
ftoa.go
internal_test.go
isprint.go unicode: update to Unicode 10.0.0 2017-10-24 12:42:35 +00:00
itoa_test.go
itoa.go
makeisprint.go
quote_test.go
quote.go all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
strconv_test.go