Closed Bug 4191 Opened 26 years ago Closed 26 years ago

JavaScript functions "escape" and "unescape" don't work correctly.

Categories

(Core :: JavaScript Engine, defect, P3)

x86
All
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: potanin, Assigned: norrisboyd)

Details

Function escape("+") returned "+", but no "%2b". So function unescape("+") returned "+", but no " ". Sorry my bad English!
This is correct per ECMA 15.1.2.4. The plus sign is not escaped.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Javacsript component begin retired. Moving this bug to Javascript Engine.
Status: RESOLVED → VERIFIED
Verified Invalid
You need to log in before you can comment on or make changes to this bug.