Skip to content

Replace Unicode quotes in user-facing strings by ASCII #1495

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
Jul 31, 2017

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Jul 30, 2017

Relevant RFC: NixOS/rfcs#4

$ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"

deprecates #1377

Relevant RFC: NixOS/rfcs#4

$ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
@edolstra edolstra merged commit 2fd8f8b into NixOS:master Jul 31, 2017
@edolstra
Copy link
Member

Thanks!

@Mic92
Copy link
Member Author

Mic92 commented Jul 31, 2017

I will replace this in the documentation. But I have not done this in this pull request as I wanted to have an automatic way to convert the code in case of merge conflicts.

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