Skip to content

Commit 735ce39

Browse files
committed
Update to Unicode 17
1 parent 7e76d87 commit 735ce39

File tree

9 files changed

+1094
-118
lines changed

9 files changed

+1094
-118
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
- Update to Unicode 17.0.
4+
35
- Fix sorting of `print` and `search` with a custom `-format` flag which didn't
46
include `%(dec)`.
57

uni_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ func TestPrint(t *testing.T) {
191191

192192
{[]string{"-q", "p", "U+3402"}, "'㐂'", 1, -1},
193193
{[]string{"-q", "p", "U+3402..U+3404"}, "<CJK Ideograph Extension A>", 3, -1},
194-
{[]string{"-q", "p", "OtherPunctuation"}, "ASTERISM", 640, -1},
195-
{[]string{"-q", "p", "Po"}, "ASTERISM", 640, -1},
194+
{[]string{"-q", "p", "OtherPunctuation"}, "ASTERISM", 641, -1},
195+
{[]string{"-q", "p", "Po"}, "ASTERISM", 641, -1},
196196
{[]string{"-q", "p", "GeneralPunctuation"}, "ASTERISM", 111, -1},
197-
{[]string{"-q", "p", "all"}, "ASTERISM", 40116, -1},
197+
{[]string{"-q", "p", "all"}, "ASTERISM", 40575, -1},
198198

199199
{[]string{"-q", "-r", "p", "U9"}, "'\t'", 1, -1},
200200

unidata/gen_blocks.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)