fz_encode_uri_component

Function fz_encode_uri_component 

Source
pub unsafe extern "C" fn fz_encode_uri_component(
    ctx: *mut fz_context,
    s: *const c_char,
) -> *mut c_char
Expand description

Return a new string representing the provided string encoded as an URI component.
This also encodes the special reserved characters (; / ? : @ & = + $ , #).