Created
December 13, 2012 18:34
-
-
Save anonymous/4278544 to your computer and use it in GitHub Desktop.
finding non-ascii characters in a file on OS X 10.8 (or maybe other BSDs)
This file contains 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
pcregrep --color='auto' -n "[\x80-\xFF]" filename.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment