Function: org-link-escape-browser

org-link-escape-browser is a for url-encode-url, defined in url-util.el.gz.

This function is obsolete since 9.0; use url-encode-url instead.

Signature

(org-link-escape-browser URL)

Documentation

Return a properly URI-encoded version of URL.

This function also performs URI normalization, e.g. converting the scheme to lowercase if it is uppercase. Apart from normalization, if URL is already URI-encoded, this function should return it unchanged.

Aliases

org-link-escape-browser (obsolete since 9.0)