mirror of
https://github.com/django/django.git
synced 2025-03-01 20:36:27 +00:00
Made it consistently read the PO file, decode its contents and then check for the non-breaking space Unicode code point. Previously we were erroneously skipping the interpretation of what we read as UTF-8 text. This was causing the test to fail on Windows with Python 3.5. Backport of 1b00ed088073ffd268af15d25246d2565253536d from master