45 | | So indeed it is a bug with {{msguniq}} on Windows. Good progress. So next step is to make a good trigger :) |
| 45 | So indeed it is a potential bug with {{msguniq}} on Windows. Good progress. So next step is to make a good trigger :) |
| 46 | |
| 47 | Another update: makemessages.py is creating django.pot with CRLF (Windows) line-ending, which is *sometimes* processed incorrectly by msguniq. |
| 48 | If the file is converted to LF line-ending, then msguniq will process it correctly. |
| 49 | |
| 50 | I'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. |