I don’t have a use case for this but I was recently asked this very question and w3schools helpfully tells you the characters are ignored but not why.
Anyone have any idea why this might be the case?
Thanks,
David
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From your source: “The escape() function encodes a string, so it can be read on all computers.”
Those characters are standard in the ASCII set, so there’s no point in encoding them for this particular purpose.