RFC Errata
RFC 5545, "Internet Calendaring and Scheduling Core Object Specification (iCalendar)", September 2009
Note: This RFC has been updated by RFC 5546, RFC 6868, RFC 7529, RFC 7953, RFC 7986, RFC 9073, RFC 9074, RFC 9253
Source of RFC: calsify (app)See Also: RFC 5545 w/ inline errata
Errata ID: 2497
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Scott Furry
Date Reported: 2010-08-21
Verifier Name: Peter Saint-Andre
Date Verified: 2010-09-14
Section 2.1 (pg 7) says:
+------------------------+-------------------+ | Character name | Decimal codepoint | +------------------------+-------------------+ | HTAB | 9 | | LF | 10 | | CR | 13 | --> | DQUOTE | 22 | --> | SPACE | 32 | ... table continues
It should say:
+------------------------+-------------------+ | Character name | Decimal codepoint | +------------------------+-------------------+ | HTAB | 9 | | LF | 10 | | CR | 13 | --> | SPACE | 32 | --> | DQUOTE | 34 | ^^ corrected value ...table continues
Notes:
Correction to Table on page 7 of RFC updating the order of ASCII-US listing (decimal codepoint descending) and incorporating errata ID 1911(2009-10-13 - DQUOTE char listing shows hexadecimal value).