Skip to content
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

text/plain form submission seems broken encoding-wise #3228

Open
annevk opened this issue Nov 14, 2017 · 1 comment
Open

text/plain form submission seems broken encoding-wise #3228

annevk opened this issue Nov 14, 2017 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Nov 14, 2017

While looking at #3223 I noticed that text/plain never actually invokes the Encoding Standard itself. The text/plain algorithm has two callers and one of those does call the Encoding Standard, but the other one always UTF-8 encodes, which would mismatch with any charset fields.

It doesn't seem quite right. And if it is right we should have a note there about the strangeness.

It might be worth fixing #2223 first.

@annevk
Copy link
Member Author

annevk commented May 7, 2020

This seems somewhat reasonable as "mail as body" ends up creating a URL. The integration with the URL Standard needs updating though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant