Results 1 to 2 of 2

Thread: Search For Special Characters

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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#

  2. #2
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    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.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width