From 5d288f30597b300bf066b152adba2cbdab0c87f8 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 20 Nov 2012 14:08:58 -0500 Subject: [PATCH] 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 --- Bugzilla/WebService/Bug.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2