[Buildbot-commits] [Buildbot] #2091: MailNotifier chokes on try job with non-ascii char in first line of patch?
Buildbot
nobody at buildbot.net
Sun Oct 9 16:00:11 UTC 2011
#2091: MailNotifier chokes on try job with non-ascii char in first line of patch?
---------------------+---------------------
Reporter: dank | Owner:
Type: defect | Status: closed
Priority: major | Milestone: 0.8.+
Version: master | Resolution: fixed
Keywords: encoding |
---------------------+---------------------
Comment (by dustin):
Hah, this "feature" of GCC has annoyed me many times!
You can encode to ascii with `str.encode('ascii', 'replace')`, by the way.
--
Ticket URL: <http://trac.buildbot.net/ticket/2091#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list