mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Revert "Unify http- and percent- encode/decode"
This reverts commit b76ee30917.
This commit is contained in:
parent
3a5b25d5b4
commit
00e98458ba
7 changed files with 110 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue