From: Dave Miller Date: Tue, 20 Nov 2012 19:02:39 +0000 (-0500) Subject: Bug 640756 - Make the documentation clearer that attachments created with Bug.add_att... X-Git-Tag: bugzilla-4.5.1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceafb43c1653b9f596965b8ead840f4cd6a29156;p=thirdparty%2Fbugzilla.git Bug 640756 - Make the documentation clearer that attachments created with Bug.add_attachment must by of type 'base64' when non-ASCII . r=LpSolit, a=LpSolit --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 10209eafa4..7a29d325f1 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2585,7 +2585,9 @@ these bugs. =item C -B C The content of the attachment. +B C or C The content of the attachment. +If the content of the attachment is not ASCII text, you must encode +it in base64 and declare it as the C type. =item C