View Single Post
  #2 (permalink)  
Old 14-01-08
moredial moredial is offline
Registered User
 
Join Date: Nov 2003
Location: London
Posts: 524
Thanks: 0
Thanked 4 Times in 4 Posts
moredial is an unknown quantity at this point
  Re: SE that can handle punctuation

The one way you can force the non alphanumeric characters is to use the % value,

ie %20 = space
%2E = .
%5C = \
%5F = _

The above should work with all search engines. You may get different results if pages are coded in utf-8.

Basically, search engines strip out all the non alphanumeric characters. In the non Latin charsets, the search string is converted to % values when the search is done.

If you are looking for script info, try live.com for most relevant results
Reply With Quote