Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

This should finally take care of the whole find µ vs u issue#1073

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository

Hidden character warning

The head ref may contain hidden characters: "\u00b5-to-u"
Closed

This should finally take care of the whole find µ vs u issue#1073
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Mar 22, 2015

This was accomplished using the following one liner
find * -type f -exec grep -Il . {} ; -exec sed -i 's/µ/u/g' {} ;

This was accomplished using the following one liner
find * -type f -exec grep -Il . {} \; -exec sed -i 's/µ/u/g' {} \;
@ghost
Copy link
Author

ghost commented Mar 22, 2015

This should work fairly well, but it might break a few things, specifically the uBlock privacy filter list, and maybe the chinese translation URL.
Please review before blindly merging.

@gorhill
Copy link
Contributor

gorhill commented Mar 22, 2015

I don't plan to introduce such an amount of code change noise just for the sake of that u. We are not dealing with a showstopper here. And whatever is left in text files can be taken care in the long run, and this will be done on Crowdin, or else that will double the amount of work.

@gorhill gorhill closed this Mar 22, 2015
@ghost ghost mentioned this pull request Apr 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants