Created
July 3, 2017 08:57
-
-
Save Gkiokan/b582a038e278df10fdc3449285b656d5 to your computer and use it in GitHub Desktop.
Convert UTF-8 to real UTF-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Some Servers doesnt encode the files in utf-8 correctly even if they look like correct. | |
# Happens mostly if you upload files from mac to unix. | |
# this solve all problems. | |
convmv -f utf-8 -t utf-8 --nfc -r . --notest --replace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment