emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML and URL escaping functions


From: Mark A. Hershberger
Subject: Re: HTML and URL escaping functions
Date: Mon, 14 Jun 2010 08:38:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Aaron Maxwell <address@hidden> writes:

> ; (url-quote-str "ab/c de/f")
> ; "ab/c%20de/f"
> ; (url-unquote-str "ab/c%20de/f")
> ; "ab/c de/f"

Check out url-hexify-string in mediawiki-el
<http://launchpad.net/mediawiki-el>  I'm planning on adding the url-*
functions there to Emacs' url.el libraries soon.

For HTML-escaping a string, see xml.el or nxml.el.

Mark.

-- 
http://hexmode.com/

Embrace Ignorance.  Just don't get too attached.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]