[Buildbot-commits] [Buildbot] #2091: MailNotifier chokes on try job with non-ascii char in first line of patch?

Buildbot nobody at buildbot.net
Sat Sep 3 17:47:42 UTC 2011


#2091: MailNotifier chokes on try job with non-ascii char in first line of patch?
---------------------+--------------------
Reporter:  dank      |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.8.5
 Version:  master    |  Resolution:
Keywords:  encoding  |
---------------------+--------------------
Changes (by dustin):

 * keywords:   => encoding
 * milestone:  undecided => 0.8.5


Comment:

 Hmm, patches don't generally come with an encoding - they're bytestrings.
 I suspect that the best we can do here is to try to decode the patch using
 a default encoding, ignoring errors, and then re-encode it as utf8.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2091#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list