Phil Thompson wrote:
> Done - something similar.
Thank you... and sorry for arriving a bit late. In case you find it
useful, here is a better patch that performs universal newline
translation at the basic level (i.e., not only when parsing a Python
string).
As experience shows, pylupdate4 does
On Fri, 30 Aug 2013 17:47:05 +0200, Florent Rougon
wrote:
> Hello,
>
> The following trivial patch to pylupdate/fetchtr.cpp (for PyQt 4.10.3)
> allows pylupdate4 to correctly process backslashes at the end of a line,
> instead of replacing such backslashes with a linefeed (ASCII 10)
> character.
Hello,
The following trivial patch to pylupdate/fetchtr.cpp (for PyQt 4.10.3)
allows pylupdate4 to correctly process backslashes at the end of a line,
instead of replacing such backslashes with a linefeed (ASCII 10)
character. This is very useful in triple-quoted strings to avoid
introducing newli