Function url::percent_encoding::utf8_percent_encode_to
[-]
[+]
[src]
pub fn utf8_percent_encode_to(input: &str, encode_set: EncodeSet, output: &mut String)
Percent-encode the UTF-8 encoding of the given string, and push the result to output
.
The pushed strings are within the ASCII range.