|
-
Jun 17th, 2008, 09:29 AM
#1
Thread Starter
Frenzied Member
Search For Special Characters
Anyone know of a search engine that will search for special characters?
e.g. I want to search for the meaning of %%~dpi in a batch file
Google/Windows Live and AllTheWeb seem to just ignor the percent signs
http://groups.google.com/group/Googl...61e1942b1c62e#
-
Jun 23rd, 2008, 09:29 PM
#2
Re: Search For Special Characters
it's not quite that simple. They convert percent signs to other symbols. Try replacing % with %25 because this is how a web browser will represent a percent symbol. Otherwise it thinks it is ascii notation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|