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.