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

Support for Unicode 13 #6

Closed
Delta456 opened this issue May 23, 2020 · 5 comments
Closed

Support for Unicode 13 #6

Delta456 opened this issue May 23, 2020 · 5 comments

Comments

@Delta456
Copy link

Unicode 13.0 was released on 10th March 2020 so I think this repo should be updated accordingly.

@psampaz
Copy link

psampaz commented May 25, 2020

GraphemeBreakTest case for 12 and 13 are the same

https://www.unicode.org/Public/12.0.0/ucd/auxiliary/GraphemeBreakTest.txt
https://www.unicode.org/Public/13.0.0/ucd/auxiliary/GraphemeBreakTest.txt
https://www.diffchecker.com/WABrkByc

Uniseg already passes the 12 version tests https://github.com/rivo/uniseg/blob/master/grapheme_test.go#L44, so I suppose it is a matter of updating the text on readme and test file

btw current Go stable version 1.14 supports Unicode 12

@Delta456
Copy link
Author

Delta456 commented May 25, 2020

Oh I see didn't know!

Go 1.15 will support Unicode 13 right?

@psampaz
Copy link

psampaz commented May 25, 2020

I have no idea. Try to ask at https://groups.google.com/forum/#!forum/golang-nuts

@Delta456
Copy link
Author

I will reopen this when Go officially will support Unicode 13!

@shogo82148
Copy link
Contributor

FYI, Go 1.16 has been released and the unicode package support Unicode 13 now.
https://golang.org/doc/go1.16#unicode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants