- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 13 Jan 2006 10:11:52 +0100
- To: www-archive@w3.org
Hi,
<any 8-bit sequence of data> = (%x00-FF)
<any US-ASCII character (octets 0 - 127)> = (%x00-7F)
<any US-ASCII uppercase letter "A".."Z"> = (%x41-5A)
<any US-ASCII lowercase letter "a".."z"> = (%x61-7a)
<any US-ASCII digit "0".."9"> = (%x30-39)
<any US-ASCII control character (octets 0 - 31) and DEL (127)> = (%x00-1F / %x7F)
<US-ASCII CR, carriage return (13)> = (%x0d)
<US-ASCII LF, linefeed (10)> = (%x0a)
<US-ASCII SP, space (32)> = (%x20)
<US-ASCII HT, horizontal-tab (9)> = (%x09)
<US-ASCII double-quote mark (34)> = (%x22)
<any OCTET except CTLs, but including LWS> = (%x09 / %x0a / %x0d / %x20-7e / %x80-ff)
<any CHAR except CTLs or separators> = (%x32-39 / %x41-5a / %x5e-7a / %x7c / %x7e)
<any TEXT excluding "(" and ")"> = (%x09 / %x0a / %x0d / %x20-27 / %x2a-7e / %x80-ff)
<any TEXT except <">> = (%x09 / %x0a / %x0d / %x20-21 / %x23-7e / %x80-ff)
<entity-body encoded as per Transfer-Encoding> = (*OCTET)
<TEXT, excluding CR, LF> = (%x09 / %x20-7e / %x80-ff)
<base64 of 128 bit MD5 digest as per RFC 1864> = (24(ALPHA / DIGIT / %x2f / %x2b / %x3D))
<the OCTETs making up the field-value and consisting of either *TEXT or combinations of token, separators, and quoted-string> = (*OCTET)
regards,
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Friday, 13 January 2006 09:11:27 UTC