Skip to content

Commit 7ce966c

Browse files
committed
📚 Add UTF-8 RFC to the references list
1 parent bd04eb5 commit 7ce966c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rakelib/rfcs.rake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ RFCS = {
4343
2046 => "[MIME-IMT]: MIME Part Two: Media Types",
4444
2047 => "[MIME-HDRS]: MIME Part Three: Header Extensions for Non-ASCII Text",
4545
2183 => "[DISPOSITION]: The Content-Disposition Header",
46-
2231 => "MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations",
46+
2231 => "MIME Parameter Value and Encoded Word Extensions: " \
47+
"Character Sets, Languages, and Continuations",
4748
2557 => "[LOCATION]: MIME Encapsulation of Aggregate Documents",
4849
2978 => "[CHARSET]: IANA Charset Registration Procedures, BCP 19",
4950
3282 => "[LANGUAGE-TAGS]: Content Language Headers",
@@ -146,6 +147,7 @@ RFCS = {
146147
9208 => "IMAP QUOTA, QUOTA=, QUOTASET",
147148

148149
# etc...
150+
3629 => "UTF8",
149151
6857 => "Post-Delivery Message Downgrading for I18n Email Messages",
150152

151153
}.freeze

0 commit comments

Comments
 (0)