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

Enforce that includes are UTF8 #756

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Enforce that includes are UTF8 #756

merged 1 commit into from
Jun 9, 2020

Conversation

david-christiansen
Copy link
Contributor

Previously, "include" used locale-dependent decoding of source files,
while the rest of Cryptol uses UTF8. This change makes "include"
consistent with the rest of Cryptol, and adds a test that checks for
malformed UTF8.

Previously, "include" used locale-dependent decoding of source files,
while the rest of Cryptol uses UTF8. This change makes "include"
consistent with the rest of Cryptol, and adds a test that checks for
malformed UTF8.
@david-christiansen david-christiansen requested a review from yav June 9, 2020 16:02
@yav yav merged commit c53f3cf into master Jun 9, 2020
@david-christiansen david-christiansen deleted the feature/utf8-source branch June 9, 2020 16:18
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.

2 participants