2009/2/4 Florent Georges wrote: > If I am right, base64 is different yet. This is defined in RFC > 1521, p. 14 <http://tools.ietf.org/html/rfc1521#page-14>: > encoding := "Content-Transfer-Encoding" ":" mechanism > mechanism := "7bit" ; case-insensitive > / "quoted-printable" > / "base64" > / "8bit" > / "binary" > / x-token But I've seen that the RFC for HTTP 1.1 says in section 19.4.5 <http://tools.ietf.org/html/rfc2616#section-19.4.5>: HTTP does not use the Content-Transfer-Encoding (CTE) field of RFC 2045. Proxies and gateways from MIME-compliant protocols to HTTP MUST remove any non-identity CTE ("quoted-printable" or "base64") encoding prior to delivering the response message to an HTTP client. So it seems base64 does not even make sense in c:body/@encoding... Any idea? Regards, -- Florent Georges http://www.fgeorges.org/Received on Tuesday, 10 February 2009 17:10:29 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 10 February 2009 17:10:29 GMT