The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp, comp.emacs
From: Carlos <an...@quovadis.com.ar>
Date: Fri, 23 Sep 2011 23:00:49 +0200
Local: Fri, Sep 23 2011 5:00 pm
Subject: Re: emacs quiz: replacing html entities with unicode char
[Xah Lee <xah...@gmail.com>, 2011-09-22 23:56]
[...] > I have a file with content like this:
[...]
> <tr><td>pound</td><td>£</td><td>pound sign, U+00A3</td></tr> [...] > I need it to be like this: > …
Type this:
C-M-% &#\([[:digit:]]+\); RET \,(char-to-string \#1) RET
(C-M-% runs the command query-replace-regexp.)
Greetings.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||