From: Dave Miller Date: Tue, 20 Nov 2012 19:05:35 +0000 (-0500) Subject: Bug 640756 - Make the documentation clearer that attachments created with Bug.add_att... X-Git-Tag: bugzilla-4.4rc2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00404ab01c2031bbdd4ee57bea213b1788c0696;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 9527a828c4..7c3d7cca64 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2583,7 +2583,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