Options for removing percent-encoding from strings.
Defined in header <boost/url/pct_encoding.hpp>
struct pct_decode_opts
Name |
Description |
---|---|
True if null characters are allowed in decoded output. |
|
True if decoding a non-normal string is an error. |
|
True if PLUS ('+') decodes into SP (space, ' ') |
pct_decode
,
pct_decode_bytes_unchecked
, pct_decode_unchecked
,
validate_pct_encoding
.
Convenience header <boost/url.hpp>