Appendix B. Core ABNF of ABNF
B.1. Core Rules (Kernregeln)
ALPHA = %x41-5A / %x61-7A ; A-Z / a-z
DIGIT = %x30-39 ; 0-9
HEXDIG = DIGIT / "A"-"F"
SP = %x20
HTAB = %x09
WSP = SP / HTAB
CRLF = CR LF
CR = %x0D
LF = %x0A
VCHAR = %x21-7E
OCTET = %x00-FF
B.2. Common Encoding
Daten werden als 7-Bit US-ASCII in 8-Bit-Feldern dargestellt, Netzwerk-Byte-Order wird verwendet.