From: Dave Miller Date: Tue, 20 Nov 2012 19:07:13 +0000 (-0500) Subject: Bug 640756 - Make the documentation clearer that attachments created with Bug.add_att... X-Git-Tag: bugzilla-4.2.5~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649b1d6be2eeaf6586fec4bf58f09324bfd06b3a;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 5d5f49b264..578c06ec50 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2392,7 +2392,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