From: Dave Miller Date: Tue, 20 Nov 2012 19:08:58 +0000 (-0500) Subject: Bug 640756 - Make the documentation clearer that attachments created with Bug.add_att... X-Git-Tag: bugzilla-4.0.10~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d288f30597b300bf066b152adba2cbdab0c87f8;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 0f336fb6f3..93873d0b0a 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2391,7 +2391,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