diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-12 03:08:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-12 03:08:24 +0800 |
commit | d5907b653b7fe8c1830563b56c44bc1016c94ba1 (patch) | |
tree | f3068aed960ff808270e37140cf7cbe4ce927b1b /data/starthere/smartbookmarks.xml.in | |
parent | cb3c864677acdb69f6c3e71d4c2624482ea7ddc6 (diff) | |
download | gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.gz gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.bz2 gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.lz gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.xz gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.zst gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.zip |
Fix google smart bookmarks to use utf8
2003-05-11 Marco Pesenti Gritti <marco@it.gnome.org>
* data/starthere/smartbookmarks.xml.in:
Fix google smart bookmarks to use utf8
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url):
Fix google smart bookmarks to use utf8.
Escape the search string before merging it in the url.
Diffstat (limited to 'data/starthere/smartbookmarks.xml.in')
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in index 946b57a22..265bd084d 100644 --- a/data/starthere/smartbookmarks.xml.in +++ b/data/starthere/smartbookmarks.xml.in @@ -18,10 +18,10 @@ bookmarks will be displayed. Just choose one of them to perform the search. The next time you type a word, just pressing the Enter key will be enough to perform the same action. </_paragraph> -<smartbookmark normal="http://www.google.com/" smart="http://www.google.com/search?q=%s" title="Search the web - Google"> +<smartbookmark normal="http://www.google.com/" smart="http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8" title="Search the web - Google"> Search the web - Google </smartbookmark> -<smartbookmark normal="http://images.google.com/" smart="http://images.google.com/images?q=%s" title="Search images - Google"> +<smartbookmark normal="http://images.google.com/" smart="http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8" title="Search images - Google"> Search images - Google </smartbookmark> </content> |