Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3900)

Unified Diff: chrome/browser/search_engines/template_url_prepopulate_data.cc

Issue 20315: Change the encoding for tapuz.co.il to UTF-8 from windows-1255 and update the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/template_url_prepopulate_data.cc
===================================================================
--- chrome/browser/search_engines/template_url_prepopulate_data.cc (revision 9570)
+++ chrome/browser/search_engines/template_url_prepopulate_data.cc (working copy)
@@ -1632,7 +1632,7 @@
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 @@
}
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.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698