Skip to content

Commit

Permalink
all: upgrade to Unicode 15.1.0
Browse files Browse the repository at this point in the history
The necessary changes to upgrade from Unicode 15.0.0 (as in go1.21) to 15.1.0, released 12 Sept 2023

Fixes golang#65141
  • Loading branch information
weebney committed Jan 17, 2024
1 parent 73eff89 commit b6a84b9
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 18 deletions.
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
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.

0 comments on commit b6a84b9

Please sign in to comment.