diff options
author | jcid <devnull@localhost> | 2008-10-14 16:04:53 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-14 16:04:53 +0200 |
commit | ce8e972a10c9340312f21511de053242dad3f5db (patch) | |
tree | 47de2fc9a2df5eaba14ba10186de9be1323db458 /dillorc | |
parent | 3a7e1c18f27a0b1cd49c3b44c291fae886310b70 (diff) |
- Changed the google search URL (UTF-8 request)release-2_0
- Patch to recognize IPv6 numbers in the URL's authority part
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ # "%s" is replaced with the search keywords separated by '+'. # search_url="http://search.lycos.com/?query=%s" # search_url="http://www.alltheweb.com/search?cat=web&query=%s" -#search_url="http://www.google.com/search?q=%s" +#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # Set the proxy information for http. # WARNING: dillo uses wget for ftp and https. To use a proxy for those |