True if hexadecimal digits are emitted as lower case
Synopsis
Declared in header </boost/url/encoding_opts.hpp#L57[boost/url/encoding_opts.hpp,window=blank_]>
bool lower_case;
Description
By default, percent-encoding algorithms emit hexadecimal digits A through F as
uppercase letters. When this option is
true
, lowercase letters are used.