Closed Fishrock123 closed 2 years ago
If this overloads strict mode too much I'm willing to go down the rabbit hole of separating out the config.
Hey @Fishrock123! Thanks for creating this. I'll try and get a review done this weekend.
@samscott89 just a reminder
Thanks for the reminder @Fishrock123! Sorry for dropping the ball on this, will try and get to it soon
This change makes non-strict mode percent-decode utf-8 lossily. This means that invalid UTF-8 percent encoded sequences, such as
%E9
, are decoded as the unicode replacement character (�U+FFFD
).Refs: https://github.com/samscott89/serde_qs/issues/43