diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 20:44:34 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 20:44:34 +0000 |
commit | dfad60cc8d2ac6fb7140375ab3e2d51937e1a404 (patch) | |
tree | 02b3b1a3def9e09a196d21eb3ad6c41117c61f16 /chrome/browser | |
parent | 7222e17712e6ff5a8be3ec9ed1269c4da8a92d73 (diff) | |
download | chromium_src-dfad60cc8d2ac6fb7140375ab3e2d51937e1a404.zip chromium_src-dfad60cc8d2ac6fb7140375ab3e2d51937e1a404.tar.gz chromium_src-dfad60cc8d2ac6fb7140375ab3e2d51937e1a404.tar.bz2 |
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
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/search_engines/template_url_prepopulate_data.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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. } |