![]() |
|
|
| Subject:
Command Line Varaibles
Category: Computers > Programming Asked by: tonyrome-ga List Price: $10.00 |
Posted:
24 Jan 2005 11:49 PST
Expires: 30 Jan 2005 03:46 PST Question ID: 462552 |
Recently I seen a %20 use in a file name e.g. My%20Documents. I was wondering what does the %20 mean, and are there any other % variable that would be helpful to know? | |
|
|
| There is no answer at this time. |
|
| Subject:
Re: Command Line Varaibles
From: googleexpert-ga on 24 Jan 2005 15:49 PST |
You will probably come across a few from this list:
%20 is a space,
%0A is a line feed,
%0D is a carriage return,
%3A is a : (colon)
%3B is a ; (semi-colon)
%2F is a / (forward slash)
%5C is a \ (backslash)
%21 is a ! (exclamation)
%22 is a " (inverted comma)
%23 is a # (hash)
%3F is a ? (question mark)
%3D is a = (equals)
%40 is a @ (at)
%25 is a % (percentage)
%3E is a > (greater than)
%3C is a < (less than)
%24 is a $ (dollar)
%26 is a & (ampersand)
%5B is a [
%5D is a ]
%7E is a ~ (tilde)
%5E is a ^
%60 is a `
%7B is a { (opening bracket)
%7D is a } (closing bracket)
%7C is a | (pipe)
Source: http://www.dwfaq.com/Tutorials/Miscellaneous/special_links_encoding.asp |
| Subject:
Re: Command Line Varaibles
From: pratap_r-ga on 25 Jan 2005 04:41 PST |
just to add to the above comment, its of format %## where ## is a hex number, so 20 is actually ascii 32, which is a space and so on. Have Fun! Pratap |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |