Skip to content

Instantly share code, notes, and snippets.

@peti2001
Created December 3, 2019 20:13
Show Gist options
  • Save peti2001/7e432fe878ac6a492534e39c0a03cafb to your computer and use it in GitHub Desktop.
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)
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