Function url::percent_encoding::utf8_percent_encode [] [src]

pub fn utf8_percent_encode<E: EncodeSet>(
    input: &str,
    encode_set: E
) -> PercentEncode<E>

Percent-encode the UTF-8 encoding of the given string.

See percent_encode() for how to use the return value.