From dfad60cc8d2ac6fb7140375ab3e2d51937e1a404 Mon Sep 17 00:00:00 2001 From: "jungshik@google.com" Date: Tue, 17 Feb 2009 20:44:34 +0000 Subject: Change the encoding for tapuz.co.il to UTF-8 from windows-1255 and update the version to 20. BUG=7271 TEST=Start Chrome in Hebrew Windows or with cmdline switch "--country=IL --lang=he" and set the default search engine to tapuz (it's in Hebrew) and type a keyword in the omnibox and select search with 'tapuz'. Search result should come up with multiple hits. Review URL: http://codereview.chromium.org/20315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9901 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/search_engines/template_url_prepopulate_data.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.cc b/chrome/browser/search_engines/template_url_prepopulate_data.cc index ce21264..d4fa96c 100644 --- a/chrome/browser/search_engines/template_url_prepopulate_data.cc +++ b/chrome/browser/search_engines/template_url_prepopulate_data.cc @@ -1632,7 +1632,7 @@ const PrepopulatedEngine tapuz = { L"tapuz.co.il", "http://www.tapuz.co.il/favicon.ico", L"http://www.tapuz.co.il/search/search.asp?q={searchTerms}", - "windows-1255", + "UTF-8", NULL, 57, }; @@ -3186,7 +3186,7 @@ void RegisterUserPrefs(PrefService* prefs) { } int GetDataVersion() { - return 19; // Increment this if you change the above data in ways that mean + return 20; // Increment this if you change the above data in ways that mean // users with existing data should get a new version. } -- cgit v1.1