mirror of
https://github.com/django/django.git
synced 2025-03-31 03:30:46 +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.)