help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: url-retrieve and utf-8


From: Stefan Monnier
Subject: Re: url-retrieve and utf-8
Date: Thu, 07 Feb 2008 22:06:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> only it never succeeds.  For example, with a header like

> ,----
> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
> `----

This is not an HTTP header.  It is an HTML (XML? SGML?) header, so it
would need to be interpreted not by the URL library but by the user of
that HTML data.

> it could only find out "text/html", completely missing "charset" value.
> It looks like the final header detecting job is fallen on
> mm-decode.el. Maybe mm-decode.el's fault?

Could be.  Not sure where mm-decode comes into the picture, I guess that
was in a part of the thread that I missed.


        Stefan



reply via email to

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