Section 3: Encoding and bytes

Python strings use Unicode, and Python expects files to be encoded with UTF-8. What if your file doesn't use Unicode? This section will show you what to do.