Bug 179882 - Content-Type charset parameter processing
Summary: Content-Type charset parameter processing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-20 04:33 PST by Anne van Kesteren
Modified: 2017-11-20 06:49 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2017-11-20 04:33:48 PST
MIME types such as

  text/html;charset=" gbk"
  text/html;charset="\ gbk"
  text/html;charset= gbk

should end up with GBK as encoding given https://encoding.spec.whatwg.org/#concept-encoding-get.

This is a follow-up bug to bug 178257 and rdar://34980046.