mirror of
https://github.com/golang/go
synced 2024-11-23 17:40:03 -07:00
def0be5e34
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:
|
||
---|---|---|
.. | ||
utf8 | ||
utf16 | ||
casetables.go | ||
digit_test.go | ||
digit.go | ||
example_test.go | ||
graphic_test.go | ||
graphic.go | ||
letter_test.go | ||
letter.go | ||
script_test.go | ||
tables.go |