Changes between Initial Version and Version 2 of Ticket #21928
- Timestamp:
- Feb 8, 2014, 1:57:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21928
- Property Triage Stage Unreviewed → Accepted
-
Ticket #21928 – Description
initial v2 7 7 popen got output in cp1251 encoding instead utf-8 and crashes: 8 8 9 {{{ 9 10 Exception in thread Thread-63: 10 11 Traceback (most recent call last): … … 43 44 stdout = stdout[0] 44 45 IndexError: list index out of range 46 }}} 45 47 46 48 popen runs for the following process: 49 50 {{{ 47 51 ['msgmerge', '-q', 'C:\\temp\\oluch\\oluch\\locale\\ru\\LC_MESSAGES\\django.po', 'C:\\temp\\oluch\\oluch\\locale\\django.pot'] 48 52 }}}