RFC Errata
Found 2 records.
Status: Verified (1)
RFC 5137, "ASCII Escaping of Unicode Characters", February 2008
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
Errata ID: 5138
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Peter Smith
Date Reported: 2017-10-04
Verifier Name: Alexey Melnikov
Date Verified: 2017-10-04
Section A.3 says:
EmbeddedUnicodeChar = %x5C.7A 4HEXDIG ; starts with "\u"
It should say:
EmbeddedUnicodeChar = %x5C.75 4HEXDIG ; starts with "\u"
Notes:
Hex 7A is the character 'z', which doesn't match the comment.
As far as I can tell, the Java language defines unicode characters to be \u, like the comment says, and therefore the ABNF should be %x5C.75
Status: Reported (1)
RFC 5137, "ASCII Escaping of Unicode Characters", February 2008
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
Errata ID: 4888
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Matthew Kerwin
Date Reported: 2016-12-14
Section 1.1 says:
So, even for the fairly simple cases of ASCII and standard built by extending ASCII, such as the ISO 8859 family, we have been living
It should say:
So, even for the fairly simple cases of ASCII and standards built by extending ASCII, such as the ISO 8859 family, we have been living
Notes:
Should be plural "standards"