GNU bug report logs - #31149
27.0.50; (gui-get-selection nil 'text/html) returns mis-decoded text

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Date: Fri, 13 Apr 2018 20:56:02 UTC

Severity: normal

Found in version 27.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 31149 <at> debbugs.gnu.org, monnier <at> IRO.UMontreal.CA
Subject: bug#31149: 27.0.50; (gui-get-selection nil 'text/html) returns mis-decoded text
Date: Sun, 29 Sep 2019 13:48:31 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>>       ;; Somehow the selection is UTF-16 when selecting text in
>>       ;; Firefox.
>>       (decode-coding-string data 'utf-16-le)
>
> And you do that for _every_ text you get from the clipboard?  Or do
> you have some means of detecting those selected in Firefox?

In this package, I'm assuming all the text comes from Firefox because
that's what I use.  :-)

> In general, if the text is already decoded, I don't expect this extra
> decoding to do anything bad, does it?

That's true, so perhaps this isn't a problem:

(decode-coding-string "fóo" 'utf-16-le)
=> "fóo"

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.