Created
December 3, 2019 20:13
-
-
Save peti2001/7e432fe878ac6a492534e39c0a03cafb to your computer and use it in GitHub Desktop.
Solution for: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)
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
grep -r -P '[^\x00-\x7f]' /etc/apache2 /etc/letsencrypt /etc/nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment