mirror of
https://github.com/django/django.git
synced 2025-03-06 15:32:33 +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.)