mirror of
https://github.com/django/django.git
synced 2025-04-09 15:59:41 +00:00
We need to make sure content read from the file is decoded from UTF-8 right from the start so Python doesn't try to use another encoding (read: ASCII/CP1252 under Windows.)