go/src/strconv
weebney def0be5e34 all: upgrade Unicode from 13.0.0 to 15.0.0
Update unicode/tables.go to reflect changes in the Unicode Standard up to
Unicode 15.0.0, released 13 Sept 2022.

In order to accommodate this update, strconv/isPrint has been updated to
reflect changes in printable characters.

Also changed is template/exec_test.go for both text and html packages- in
the test "TestJSEscaping", rune U+FDFF was used as a placeholder for an
unprintable character. This codepoint was assigned and made printable in
Unicode 14.0.0, breaking this test. It has been replaced with the assigned
and never-printable U+FFFE to fix the test and provide resiliency in the
future.

This upgrade bypasses Unicode 14.0.0, but is compatible.

Updates https://github.com/golang/go/issues/48621
Fixes https://github.com/golang/go/issues/55079

Change-Id: I40efd097eb746db0727ebf7437280916d1242e47
GitHub-Last-Rev: c8885cab7a
GitHub-Pull-Request: golang/go#57265
Reviewed-on: https://go-review.googlesource.com/c/go/+/456837
Reviewed-by: Robert Griesemer <gri@google.com>
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Griesemer <gri@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Rob Pike <r@golang.org>
2023-02-06 04:29:53 +00:00
..
testdata
atob.go
atob_test.go
atoc.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoc_test.go
atof.go
atof_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
atoi.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoi_test.go
bytealg.go
bytealg_bootstrap.go
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go
eisel_lemire.go
example_test.go strconv: show what fmt package uses for float printing 2023-01-31 16:01:01 +00:00
export_test.go
fp_test.go
ftoa.go strconv: delete unused field 2022-09-30 01:40:34 +00:00
ftoa_test.go strconv: avoid panic on invalid call to FormatFloat 2022-06-24 23:50:20 +00:00
ftoaryu.go strconv: remove redundant type conversion 2022-09-09 00:28:56 +00:00
ftoaryu_test.go
internal_test.go
isprint.go all: upgrade Unicode from 13.0.0 to 15.0.0 2023-02-06 04:29:53 +00:00
itoa.go
itoa_test.go strconv: add a test case when base is illegal 2022-09-15 21:09:39 +00:00
makeisprint.go
quote.go
quote_test.go
strconv_test.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00