Merge pull request #596 from luca020400/patch-1
GoogleSuggestions: Switch to UTF-8 encoding
This commit is contained in:
commit
820b154f7f
@ -20,7 +20,7 @@ import acr.browser.lightning.database.HistoryItem;
|
||||
*/
|
||||
public class GoogleSuggestionsModel extends BaseSuggestionsModel {
|
||||
|
||||
@NonNull private static final String ENCODING = "ISO-8859-1";
|
||||
@NonNull private static final String ENCODING = "UTF-8";
|
||||
@Nullable private static XmlPullParser sXpp;
|
||||
@NonNull private final String mSearchSubtitle;
|
||||
|
||||
@ -31,7 +31,7 @@ public class GoogleSuggestionsModel extends BaseSuggestionsModel {
|
||||
|
||||
@NonNull
|
||||
protected String createQueryUrl(@NonNull String query, @NonNull String language) {
|
||||
return "https://suggestqueries.google.com/complete/search?output=toolbar&oe=latin1&hl="
|
||||
return "https://suggestqueries.google.com/complete/search?output=toolbar&hl="
|
||||
+ language + "&q=" + query;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user