Changes between Version 1 and Version 2 of Ticket #28773, comment 7


Ignore:
Timestamp:
Nov 11, 2017, 11:22:19 AM (6 years ago)
Author:
Hendy Irawan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28773, comment 7

    v1 v2  
    4343}}}
    4444
    45 So indeed it is a bug with {{msguniq}} on Windows. Good progress. So next step is to make a good trigger :)
     45So indeed it is a potential bug with {{msguniq}} on Windows. Good progress. So next step is to make a good trigger :)
     46
     47Another update: makemessages.py is creating django.pot with CRLF (Windows) line-ending, which is *sometimes* processed incorrectly by msguniq.
     48If the file is converted to LF line-ending, then msguniq will process it correctly.
     49
     50I'm tempted to _declare_ .pot (and hence .po) files must be LF-ended, but that seems beyond our (Django) jurisdiction. Since .py files can be either LF and CRLF, why can't .pot/.po files? So I'm going to report this to gettext especially msguniq.
Back to Top