Re: [PyQt] Simple patch for pylupdate4

2013-09-01 Thread Florent Rougon
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

Re: [PyQt] Simple patch for pylupdate4

2013-09-01 Thread Phil Thompson
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.

[PyQt] Simple patch for pylupdate4

2013-08-30 Thread Florent Rougon
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