Skip to content

Commit

Permalink
📚 Add UTF-8 RFC to the references list
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Dec 22, 2022
1 parent bd04eb5 commit 7ce966c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/rfcs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ RFCS = {
2046 => "[MIME-IMT]: MIME Part Two: Media Types",
2047 => "[MIME-HDRS]: MIME Part Three: Header Extensions for Non-ASCII Text",
2183 => "[DISPOSITION]: The Content-Disposition Header",
2231 => "MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations",
2231 => "MIME Parameter Value and Encoded Word Extensions: " \
"Character Sets, Languages, and Continuations",
2557 => "[LOCATION]: MIME Encapsulation of Aggregate Documents",
2978 => "[CHARSET]: IANA Charset Registration Procedures, BCP 19",
3282 => "[LANGUAGE-TAGS]: Content Language Headers",
Expand Down Expand Up @@ -146,6 +147,7 @@ RFCS = {
9208 => "IMAP QUOTA, QUOTA=, QUOTASET",

# etc...
3629 => "UTF8",
6857 => "Post-Delivery Message Downgrading for I18n Email Messages",

}.freeze
Expand Down

0 comments on commit 7ce966c

Please sign in to comment.