Python Tips

      Reacties uitgeschakeld voor Python Tips

Python struikelt over non-ASCII-characters. Ook in commentaren!!
In bestanden zoeken op non-ASCII-characters (treffers zijn rood):

grep --color='auto' -P -n "[^\x00-\x7F]" code-file.py