Additionally, many Python developers using Unix forget that the
default encoding is platform dependent. They omit to specify
encoding="utf-8" when they read text files encoded in UTF-8 (e.g.
JSON, TOML, Markdown, and Python source files). Inconsistent
default encoding causes many bugs.