Skip to main content

svn_path_uri_encode

Function svn_path_uri_encode 

Source
pub unsafe extern "C" fn svn_path_uri_encode(
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Return a URI-encoded copy of @a path, allocated in @a pool. (@a path can be an arbitrary UTF-8 string and does not have to be a canonical path.)