Function: NUNESCAPE-AS-URI

Source

(defun nunescape-as-uri (string &rest args)
  (apply #'unescape-as-uri string args))
Source Context