Changeset 215 for draft-ietf-httpbis
- Timestamp:
- 17/02/08 20:57:01 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r214 r215 960 960 parser. Words of *TEXT <em class="bcp14">MAY</em> contain characters from character sets other than ISO-8859-1 <a href="#ISO-8859-1" id="rfc.xref.ISO-8859-1.1"><cite title="Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1">[ISO-8859-1]</cite></a> only when encoded according to the rules of <a href="#RFC2047" id="rfc.xref.RFC2047.1"><cite title="MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text">[RFC2047]</cite></a>. 961 961 </p> 962 <div id="rfc.figure.u.7"></div><pre class="inline"><span id="rfc.iref.g.14"></span> TEXT = <any OCTET except CTLs, but including LWS> 962 <div id="rfc.figure.u.7"></div><pre class="inline"><span id="rfc.iref.g.14"></span> TEXT = %x20-7E | %x80-FF | LWS 963 ; any OCTET except CTLs, but including LWS 963 964 </pre><p id="rfc.section.2.2.p.9">A CRLF is allowed in the definition of TEXT only as part of a header field continuation. It is expected that the folding LWS 964 965 will be replaced with a single SP before interpretation of the TEXT value. … … 2515 2516 <li>Move "Product Tokens" section (back) into Part 1, as "token" is used in the definition of the Upgrade header.</li> 2516 2517 <li>Add explicit references to BNF syntax and rules imported from other parts of the specification.</li> 2517 <li>Rewrite prose rule "token" in terms of "tchar" .</li>2518 <li>Rewrite prose rule "token" in terms of "tchar", rewrite prose rule "TEXT".</li> 2518 2519 </ul> 2519 2520 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> -
draft-ietf-httpbis/latest/p1-messaging.xml
r214 r215 887 887 </t> 888 888 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="TEXT"/> 889 TEXT = <any OCTET except CTLs, but including LWS> 889 TEXT = %x20-7E | %x80-FF | LWS 890 ; any OCTET except CTLs, but including LWS 890 891 </artwork></figure> 891 892 <t> … … 4295 4296 </t> 4296 4297 <t> 4297 Rewrite prose rule "token" in terms of "tchar" .4298 Rewrite prose rule "token" in terms of "tchar", rewrite prose rule "TEXT". 4298 4299 </t> 4299 4300 </list>
Note: See TracChangeset
for help on using the changeset viewer.