Re: Convert html diacritics to unicode



+ deech <aditya.siram@xxxxxxxxx>:

I am trying to convert an HTML page that includes accent characters
into unicode. Is there a way to do this is Common Lisp?

Here is a small snippet:
<br>sat&eacute

This snippet prints the word saté.

Look at http://www.cliki.net/html-entities for example.
There may be more options at http://www.cliki.net/web
(where I found that one).

--
* Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
when there is no ground whatsoever for supposing it is true.
-- Bertrand Russell
.



Relevant Pages

  • Re: Convert html diacritics to unicode
    ... I am trying to convert an HTML page that includes accent characters ... into unicode. ... Is there a way to do this is Common Lisp? ... This snippet prints the word saté. ...
    (comp.lang.lisp)
  • Convert html diacritics to unicode
    ... I am trying to convert an HTML page that includes accent characters ... into unicode. ... Is there a way to do this is Common Lisp? ... This snippet prints the word saté. ...
    (comp.lang.lisp)
  • Re: Convert html diacritics to unicode
    ... I'm looking to convert HTML to Unicode. ... Jens Teich wrote: ... This snippet prints the word sat�. ...
    (comp.lang.lisp)