{{{
======================================================================
FAIL: test_special_char_extracted
(i18n.test_extraction.BasicExtractorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\django\tests\i18n\test_extraction.py", line 219, in
test_special_char_extracted
File "C:\django\tests\i18n\test_extraction.py", line 87, in assertMsgId
File "C:\django\tests\i18n\test_extraction.py", line 84, in
_assertPoKeyword
AssertionError: None is not true : Could not find 'msgid "Non-breaking
space▒:"' in generated PO file
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26674>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => ramiro
--
Ticket URL: <https://code.djangoproject.com/ticket/26674#comment:1>
--
Ticket URL: <https://code.djangoproject.com/ticket/26674#comment:2>
* has_patch: 0 => 1
* version: master => 1.10
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/6665 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/26674#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1b00ed088073ffd268af15d25246d2565253536d" 1b00ed08]:
{{{
#!CommitTicketReference repository=""
revision="1b00ed088073ffd268af15d25246d2565253536d"
Fixed #26674 -- Corrected a i18n makemessages test.
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.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26674#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"af8ac46015f5bbed7c266df0ff8490e05282ab59" af8ac46]:
{{{
#!CommitTicketReference repository=""
revision="af8ac46015f5bbed7c266df0ff8490e05282ab59"
[1.10.x] Fixed #26674 -- Corrected a i18n makemessages test.
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
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26674#comment:5>