Is " \; " an escape sequence for semicolon in urls -


is combination \; escape sequence semicolon i.e. ;.

pardon me shortness of question before, using "\;" escape ";" on linux terminal , windows. being used separate different parameters querystring of url. using ";" works windows not on linux. using "\;" instead of ";" works both linux , windows. url being passed command processing resource pointed url.

my query simply, '\;' standard escape character ';' on linux , windows console/shell ?

in urls, escape symbol ; %3b

for more information see http://www.december.com/html/spec/esccodes.html


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -