I found a site that explain how to convert \n, \t and other caracter to URL encoder, we can use String.charCodeAt( ) to convert those caracters, mainly its a conversion in hex of ascii caracter´s value. For example: Space hex => 20. But just now i know that.
Comment