You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
headers has a text_utf8 constructor for ContentType. I suggest a html_utf8 constructor be added, as well, resulting in
Content-Type: text/html; charset=utf-8
Motivation: If the charset is not set for the text/html content type, then it defaults to ISO-8859-1, but in many situations, the charset is really UTF-8.
The text was updated successfully, but these errors were encountered:
headers has a text_utf8 constructor for ContentType. I suggest a html_utf8 constructor be added, as well, resulting in
Motivation: If the charset is not set for the text/html content type, then it defaults to ISO-8859-1, but in many situations, the charset is really UTF-8.
The text was updated successfully, but these errors were encountered: