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

Make sure we always read PSL data as UTF-8 #99

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Conversation

dentarg
Copy link
Collaborator

@dentarg dentarg commented Sep 19, 2016

Close #98.

@@ -1,3 +1,4 @@
require "addressable/idna"
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this missing from before? I don't see how it's used now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was missing from before, and the specs will fail without it (because the spec runs this file directly – it was required indirectly before)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We do Addressable::IDNA.to_ascii here (from before, not added in this PR – but there were no specs then, so it made sense to include it in the commit creating the spec file)

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, didn't check the full file before so I didn't spot the call to to_ascii.

@walro
Copy link
Contributor

walro commented Sep 19, 2016

LGTM

@dentarg dentarg merged commit c3313a5 into master Sep 19, 2016
@dentarg dentarg deleted the read-psl-data-as-utf8 branch September 19, 2016 13:57
dentarg added a commit that referenced this pull request Sep 19, 2016
To release #99
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.

None yet

2 participants