help-gnu-emacs
[Top][All Lists]
Advanced

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

decoding html char codes


From: E Sabof
Subject: decoding html char codes
Date: Mon, 30 Dec 2013 23:47:05 +0000

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

<b>foo & bar</b>

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


reply via email to

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