-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should Charset mention UTF-8 #713
Comments
|
It's only used for |
|
Accept-Charset is deprecated primarily for privacy. It also happens to be less useful now because of utf-8. In contrast, the charset parameter is still used most of the time, mainly to reduce sniffing. We can add something about utf-8, but promoting it too hard will cause other (social) problems. |
|
@annevk's observation is correct. But then, charset is used in Content-Type as well, just not referenced directly as it is used over there as a regular parameter. |
|
It's not clear to me at least that the |
|
Syntactically, it does not (because that relies on a more generic syntax for arbitrary parameters). But I agree, this needs cleanup. |
|
Proposal is to remove the ABNF production and to clarify the text (so that it applies to Content-Type as well). |
remove "charset" ABNF production and explain where charsets occur (fixes #713)
Accept-Charset is deprecated due to the ubiquity of UTF-8, but the Charset section makes no mention of UTF-8. This might be worth a mention.
The text was updated successfully, but these errors were encountered: