The escape() function encodes a page.
All spaces, punctuation, special characters, and other non-ASCII characters will be converted into %xx character encoding format(xx is 16 hexadecimal).
This function encodes special characters, with the exception of:ASCII characters,numbers and Punctuation( * @ - _+ . /).