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: Eli Zaretskii
Subject: Re: emacs-25 b6b47AF: Properly encode/decode base64Binary data in SOAP
Date: Sun, 13 Mar 2016 18:02:16 +0200

> From: Thomas Fitzsimmons <address@hidden>
> Date: Sat, 12 Mar 2016 22:52:25 -0500
> Cc: address@hidden
> 
> String values are returned as multibyte, e.g.:
> 
> (multibyte-string-p (cdr (assq 'severity (car (debbugs-get-status 22285)))))
> => t

They should be unibyte, I agree with Stefan.  If you return multibyte
strings, they should be decoded.

> Is the attached patch OK for master and emacs-25?

Doesn't it bring back the bug which caused Andreas to make the change
you want to undo?



reply via email to

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