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

Replace unicode apostrophes with ascii #535

Closed
wants to merge 1 commit into from

Conversation

charles-cooper
Copy link

@charles-cooper charles-cooper commented May 9, 2015

Dropped down to src and executed

find . -type f -exec sed -i "s/‘/'/g" {} +
find . -type f -exec sed -i "s/’/'/g" {} +

Fixes #532

@domenkozar
Copy link
Member

Could you do it again? Codebase changed meanwhile :)

Dropped down to src and executed

```
find . -type f -exec sed -i "s/‘/'/g" {} +
find . -type f -exec sed -i "s/’/'/g" {} +
```
@charles-cooper charles-cooper changed the title replace unicode apostrophes with ascii single quote, cf. https://github.com/NixOS/nix/issues/532 Replace unicode apostrophes with ascii Mar 31, 2017
@charles-cooper
Copy link
Author

whoops, this fell off my radar. should be good to go!

@danbst
Copy link
Contributor

danbst commented May 28, 2017

Here is the new reincarnation #1377

@domenkozar
Copy link
Member

Fixed in NixOS/rfcs@690b7ca

@domenkozar domenkozar closed this Aug 9, 2017
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.

nix tools use ascii instead of unicode apostrophe
3 participants