Revert "Unify http- and percent- encode/decode"

This reverts commit b76ee30917.
This commit is contained in:
Pedro J. Estébanez 2018-04-12 21:12:34 +02:00
parent 3a5b25d5b4
commit 00e98458ba
7 changed files with 110 additions and 10 deletions

View file

@ -902,7 +902,7 @@ void EditorAssetLibrary::_search(int p_page) {
}
if (filter->get_text() != String()) {
args += "&filter=" + filter->get_text().percent_encode();
args += "&filter=" + filter->get_text().http_escape();
}
if (p_page > 0) {