You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add option to encode space to '%20' as per url standard
Per default the space character is exclusively encoded to '+'. This is
wrong, as the URL Standard [0] specifies that the default is '%20'.
PR servo#928 fixes this behavior, but is obviously a breaking change. To
introduce this feature early, add a new function that sets the correct
behavior. This way, we can use it without causing a breaking change.
[0]: https://url.spec.whatwg.org/#string-percent-encode-after-encodingFixes: servo#927Fixes: servo#888
Signed-off-by: Gabriel Goller <[email protected]>
0 commit comments