[PATCH v2] wininet: Implement INTERNET_OPTION_SECURITY_CERTIFICATE flag for InternetQueryOption.

Jacek Caban jacek at codeweavers.com
Fri Sep 4 04:33:02 CDT 2020


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




More information about the wine-devel mailing list