Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: upgrade to Unicode 15.1.0 #65142

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/except.txt
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ 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 = "15.0.0"
pkg unicode, const Version = "6.2.0"
pkg unicode, const Version = "6.3.0"
pkg unicode, const Version = "7.0.0"
Expand Down
4 changes: 4 additions & 0 deletions api/next/65141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pkg unicode, const Version = "15.1.0" #65141
pkg unicode, var IDS_Unary_Operator *RangeTable #65141
pkg unicode, var ID_Compat_Math_Continue *RangeTable #65141
pkg unicode, var ID_Compat_Math_Start *RangeTable #65141
1 change: 1 addition & 0 deletions doc/next/6-stdlib/99-minor/unicode/65141.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The `unicode` package has been upgraded to Unicode 15.1.0.
9 changes: 5 additions & 4 deletions src/strconv/isprint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/unicode/script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ var inPropTest = []T{
{0x2E17, "Hyphen"},
{0x2FFB, "IDS_Binary_Operator"},
{0x2FF3, "IDS_Trinary_Operator"},
{0x2FFF, "IDS_Unary_Operator"},
{0x2080, "ID_Compat_Math_Continue"},
{0x2202, "ID_Compat_Math_Start"},
{0xFA6A, "Ideographic"},
{0x200D, "Join_Control"},
{0x0EC4, "Logical_Order_Exception"},
Expand Down
90 changes: 76 additions & 14 deletions src/unicode/tables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.