all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* decoding html char codes
@ 2013-12-30 23:47 E Sabof
  2014-01-01 14:58 ` Stefan Monnier
       [not found] ` <mailman.10780.1388588361.10748.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: E Sabof @ 2013-12-30 23:47 UTC (permalink / raw)
  To: help-gnu-emacs

On a farily regular basis, I need to convert strings like this:

&lt;b&gt;foo &amp; bar&lt;/b&gt;

to this:

<b>foo & bar</b>

I have an ad-hoc dictionary for doing such translations. However emacs
seems to be shipped with at least 2. One located in etc/nxml/ and another
in lisp/leim/quail/sgml-input.el. Does anyone know through which APIs can
these dictionaries be accessed?

Evgeni


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-08 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 23:47 decoding html char codes E Sabof
2014-01-01 14:58 ` Stefan Monnier
     [not found] ` <mailman.10780.1388588361.10748.help-gnu-emacs@gnu.org>
2014-01-05 22:08   ` esabof
2014-01-07  0:11   ` Ted Zlatanov
2014-01-07  1:48     ` Stefan Monnier
     [not found]     ` <mailman.11248.1389059334.10748.help-gnu-emacs@gnu.org>
2014-01-08 16:00       ` Ted Zlatanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.