Merge: lib/text: do not replace undecoded `%` by `?`
authorJean Privat <jean@pryen.org>
Thu, 8 Dec 2016 21:58:18 +0000 (16:58 -0500)
committerJean Privat <jean@pryen.org>
Thu, 8 Dec 2016 21:58:18 +0000 (16:58 -0500)
commit4b646cd63bead406e95d0acad335eacac03709f7
tree12e34b7d89d38f39043b0179614c6c177e24660a
parent998cd285b5dbd6ce00fc4bd453359fee919228fc
parente4e0dcf0d6e77e451cedb0ded65aefa1d5b6f54d
Merge: lib/text: do not replace undecoded `%` by `?`

Change the specification of `from_percent_encoding` so undecoded `%` are not replaced by `?`.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #2337