RFC Errata
RFC 4234, "Augmented BNF for Syntax Specifications: ABNF", October 2005
Note: This RFC has been obsoleted by RFC 5234
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
Errata ID: 778
Status: Rejected
Type: Technical
Publication Format(s) : TEXT
Reported By: Zoltan Ordogh
Date Reported: 2006-09-18
Rejected by: Alexey Melnikov
Date Rejected: 2010-09-02
In Appendix B.1, it says:
CHAR = %x01-7F ; any 7-bit US-ASCII character, ; excluding NUL
It should say:
[see below]
Notes:
NUL is not defined.
Suggestions:
(1)
Re-write the document in a character-encoding-independent manner.
(2)
Add definition of NUL (or NULL) as terminating null character - watch =
out for character encoding!
(3)
Add definition of NOTNULL as any character but terminating null =
character - watch out for character encoding!
from pending
--VERIFIER NOTES--
NUL is defined in US-ASCII.