This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24146 - "application/x-www-form-urlencoded parser takes ..."
Summary: "application/x-www-form-urlencoded parser takes ..."
Status: RESOLVED DUPLICATE of bug 23969
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 08:47 UTC by Simon Pieters
Modified: 2014-01-14 16:07 UTC (History)
1 user (show)

See Also:


Attachments

Description Simon Pieters 2013-12-20 08:47:36 UTC
http://url.spec.whatwg.org/#concept-urlencoded-parser

[[
application/x-www-form-urlencoded parser takes a string input using code points in the range U+0000 to U+007F
]]

new URLSearchParams('å'); invokes the above with characters outside that range.
Comment 1 Anne 2014-01-14 16:07:29 UTC

*** This bug has been marked as a duplicate of bug 23969 ***