emacs-devel
[Top][All Lists]
Advanced

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

url-retrieve-synchronously and coding


From: Lennart Borgman
Subject: url-retrieve-synchronously and coding
Date: Sun, 23 Jan 2011 20:03:41 +0100

If I do something like this

         (setq buffer (url-retrieve-synchronously url))

and the contents of the buffer begins with

  HTTP/1.1 200 OK
  Content-Type: text/xml
  X-Content-Type-Options: nosniff
  Connection: close

  <?xml version = "1.0" encoding="UTF-8" standalone="yes"?><!--

  Content-type: fix-mhtml
  -->

should not then the buffer file coding system be utf-8?

This does not happen for me, but I am unsure if this is a bug or not.



reply via email to

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