Skip to content

Update to Unicode 13 #56

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

Merged
merged 1 commit into from
Jun 30, 2020
Merged

Update to Unicode 13 #56

merged 1 commit into from
Jun 30, 2020

Conversation

pyfisch
Copy link
Contributor

@pyfisch pyfisch commented Apr 13, 2020

Change version fields to u8 as the maximum value
of each field is 255 according to specification.

See also rust-lang/rust#49726 (comment)

Is there a particular reason that this crate is currently depends on Unicode 9, four versions behind the latest release?

Change version fields to u8 as the maximum value
of each field is 255 according to specification.
UNICODE_VERSION = "9.0.0"
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
UNICODE_VERSION = "13.0.0"
UCD_URL = "http://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this to HTTP because https://www.unicode.org/foobar currently has a bad TLS certificate.
This is probably related to this note on their main page:

APRIL 10, 2020 TECHNICAL ALERT: the Unicode Consortium’s technical website is hosted in a data center that has experienced a catastrophic failure. We are working to get back online, but this may take a couple weeks. We apologize for the inconvenience.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep this as is.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Manishearth
Can be merged this PR as is?
With future tiny correction.

@Manishearth Manishearth merged commit 9455329 into unicode-rs:master Jun 30, 2020
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

Successfully merging this pull request may close these issues.

3 participants