https://bugs.winehq.org/show_bug.cgi?id=48637
Bug ID: 48637 Summary: Improve encoding of outgoing emails Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The emails sent by the TestBot probably assume the text is plain 7bit ASCII. This can mangle some messages such as: https://www.winehq.org/pipermail/wine-devel/2020-February/160217.html
../../../wine/dlls/d3d9/device.c:3729:56: error: expected ???;??? before ???stream???
The question marks should in fact be smart quotes. Fortunately this is mostly a cosmetic issue and the pristine messages can be seen in the job details page.
https://bugs.winehq.org/show_bug.cgi?id=48637
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
https://bugs.winehq.org/show_bug.cgi?id=48637
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This issue can also impact the subject of the emails. For instance: https://www.winehq.org/pipermail/wine-devel/2020-February/159484.html
[PATCH] d2d1: Trim rasterization area when drawing Bézier curves.
The e-acute got mangled.