summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorweebney <weebney@gmail.com>2022-12-12 19:10:54 +0000
committerRob Pike <r@golang.org>2023-02-06 04:29:53 +0000
commitdef0be5e34d6657c84407c8afe4ace05d10d1848 (patch)
tree6d82a8c7b7e2280849645b5a294d2b6c08b31f94 /api
parent2da8a55584aa65ce1b67431bb8ecebf66229d462 (diff)
downloadgo-git-def0be5e34d6657c84407c8afe4ace05d10d1848.tar.gz
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: c8885cab7a0c23632e1e5a433b1e8d5634a45a30 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>
Diffstat (limited to 'api')
-rw-r--r--api/except.txt1
-rw-r--r--api/next/55079.txt8
2 files changed, 9 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index efd00a96bd..b86fb3a5a8 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -501,6 +501,7 @@ pkg text/template/parse, type Node interface { Copy, String, Type }
pkg unicode, const Version = "10.0.0"
pkg unicode, const Version = "11.0.0"
pkg unicode, const Version = "12.0.0"
+pkg unicode, const Version = "13.0.0"
pkg unicode, const Version = "6.2.0"
pkg unicode, const Version = "6.3.0"
pkg unicode, const Version = "7.0.0"
diff --git a/api/next/55079.txt b/api/next/55079.txt
new file mode 100644
index 0000000000..02360e1514
--- /dev/null
+++ b/api/next/55079.txt
@@ -0,0 +1,8 @@
+pkg unicode, const Version = "15.0.0" #55079
+pkg unicode, var Cypro_Minoan *RangeTable #55079
+pkg unicode, var Kawi *RangeTable #55079
+pkg unicode, var Nag_Mundari *RangeTable #55079
+pkg unicode, var Old_Uyghur *RangeTable #55079
+pkg unicode, var Tangsa *RangeTable #55079
+pkg unicode, var Toto *RangeTable #55079
+pkg unicode, var Vithkuqi *RangeTable #55079