unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* possible bug in quoted-printable-decode region
@ 2018-06-27  8:09 Uwe Brauer
  2018-06-27  8:40 ` Yuri Khan
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2018-06-27  8:09 UTC (permalink / raw)
  To: emacs-devel



Hi

(If needed I can provide a bug report).

Maybe I am missing something elementary here. I came across with a file
which still had quoted printable encoding like this 

Buenas d=C3=ADas:


So I used 
(quoted-printable-decode-region (region-beginning) (region-end) nil)

But I obtained the following 

Buenas d­as:

Not sure who these characters will be send so I write them literally 

Buedas d\303\255as:

Which looks to like some old pre uni code chars.

What went wrong?

Regards

Uwe Brauer




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-28 14:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  8:09 possible bug in quoted-printable-decode region Uwe Brauer
2018-06-27  8:40 ` Yuri Khan
2018-06-28 12:33   ` Uwe Brauer
2018-06-28 13:14     ` Eli Zaretskii
2018-06-28 14:18       ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).