diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-07-30 21:20:46 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-07-30 21:20:46 +0200 |
commit | 59cb44a83baf4069c522c837d416c031c23eae03 (patch) | |
tree | 91f9bfb057e82e900d60fa110930c50584f74645 /dillorc | |
parent | 838957dbf5fbd16663c5e6b7fa5874eea396a249 (diff) |
fix utf8 issues with wikipedia search
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ # You can have several search engines, with the first being the default. # e.g. # search_url="DuckDuckGo http://duckduckgo.com/html?q=%s" -# search_url="Wikipedia http://www.wikipedia.org/wiki/Special:Search?search=%s" +# search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" # search_url="Lycos http://search.lycos.com/?query=%s" #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |