Changeset 1080 for draft-ietf-httpbis-content-disp
- Timestamp:
- 07/11/10 17:14:26 (12 years ago)
- Location:
- draft-ietf-httpbis-content-disp/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.html
r1078 r1080 404 404 <meta name="dct.creator" content="Reschke, J. F."> 405 405 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-content-disp-latest"> 406 <meta name="dct.issued" scheme="ISO8601" content="2010-11-0 4">406 <meta name="dct.issued" scheme="ISO8601" content="2010-11-07"> 407 407 <meta name="dct.abstract" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> 408 408 <meta name="description" content="HTTP/1.1 defines the Content-Disposition response header field, but points out that it is not part of the HTTP/1.1 Standard. This specification takes over the definition and registration of Content-Disposition, as used in HTTP, and clarifies internationalization aspects."> … … 422 422 <td class="left">Updates: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 423 423 </td> 424 <td class="right">November 4, 2010</td>424 <td class="right">November 7, 2010</td> 425 425 </tr> 426 426 <tr> … … 429 429 </tr> 430 430 <tr> 431 <td class="left">Expires: May 8, 2011</td>431 <td class="left">Expires: May 11, 2011</td> 432 432 <td class="right"></td> 433 433 </tr> … … 458 458 in progress”. 459 459 </p> 460 <p>This Internet-Draft will expire on May 8, 2011.</p>460 <p>This Internet-Draft will expire on May 11, 2011.</p> 461 461 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 462 462 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 817 817 </p> 818 818 <h2 id="rfc.section.C.3"><a href="#rfc.section.C.3">C.3</a> <a id="alternatives.sniff" href="#alternatives.sniff">Encoding Sniffing</a></h2> 819 <p id="rfc.section.C.3.p.1">Some user agents inspect the value (which defaults to ISO-8859-1 ) and switch to UTF-8 when it seems to be more likely to be820 t he correct interpretation.819 <p id="rfc.section.C.3.p.1">Some user agents inspect the value (which defaults to ISO-8859-1 for the quoted-string form) and switch to UTF-8 when it seems 820 to be more likely to be the correct interpretation. 821 821 </p> 822 822 <p id="rfc.section.C.3.p.2">As with the approaches above, this is not interoperable and furthermore risks misinterpreting the actual value.</p> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1078 r1080 729 729 <section title="Encoding Sniffing" anchor="alternatives.sniff"> 730 730 <t> 731 Some user agents inspect the value (which defaults to ISO-8859-1 ) and732 switch to UTF-8 when it seems to be more likely to be the correct733 interpretation.731 Some user agents inspect the value (which defaults to ISO-8859-1 for the 732 quoted-string form) and switch to UTF-8 when it seems to be more likely to be 733 the correct interpretation. 734 734 </t> 735 735 <t>
Note: See TracChangeset
for help on using the changeset viewer.