RFC 4880, "OpenPGP Message Format", November 2007

Source of RFC: openpgp (sec)

⚠ This RFC has been obsoleted!

Obsoleted by: RFC9580

Updated by: RFC5581

Errata-ID: 2235

Status:
Held for Document Update
Type:
Editorial
Reported By:
Constantin Hagemeier
Date Reported:
2010-04-28
Held for Document Update by:
Sean Turner
Date Held for Document Update:
2010-07-20

Section 8. says:

   If two characters in the sequence are separated
   by '-', this is shorthand for the full list of ASCII characters
   between them (e.g., '[0-9]' matches any decimal digit).

It should say:

   If two characters in the sequence are separated by '-', this is
   shorthand for the full list of ASCII characters between them (e.g.,
   '[0-9]' matches any decimal digit).  The collation sequence is UTF-8.

Notes:

UTF-8 has the collation sequence of unicode.  You probably do not want
to have the system's locale involved.

Maybe a hint on greediness of regex is nessessary, too.

Changed to editorial.