4 Sep
2020
4 Sep
'20
9:33 a.m.
On 03/09/2020 15:43, Daniel Lehman wrote:
I'm not familiar with relevant code, but it seems to me that ideally wrc would support \r in this case. i can get wrc to take \r. but when the message is passed to gettext, i get this: "warning: internationalized messages should not contain the '\r' escape sequence"
the same warning is shown for other escape sequences, like \v i can skip the \r and it's still multi-line, but the output miscompares with windows which has the \r the only alternative i see is is to break the multiline message into multiple single-line messages
Could we handle escaping ourselves and pass something like \\r to gettext (or, if needed, something more generic like \\xNN)? Thanks, Jacek