emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-25 b6b47AF: Properly encode/decode base64Binary data in SOAP


From: Michael Albinus
Subject: Re: emacs-25 b6b47AF: Properly encode/decode base64Binary data in SOAP
Date: Tue, 15 Mar 2016 08:57:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Thomas Fitzsimmons <address@hidden> writes:
>
>> @@ -421,6 +442,11 @@ (defun debbugs-get-status (&rest bug-numbers)
>>          (when (stringp (cdr y))
>>            (setcdr y (mapcar
>>                       'string-to-number (split-string (cdr y) " " t)))))
>> +      ;; "originator" may be an xsd:base64Binary value containing
>> +      ;; a UTF-8-encoded string.
>
> What about all the other strings in the result?

I've added them.

> Andreas.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]