Re: Convert html diacritics to unicode
- From: deech <aditya.siram@xxxxxxxxx>
- Date: Thu, 30 Oct 2008 14:30:40 -0700 (PDT)
Running html-entities:decode HTML does the trick. Thanks!
-deech
On Oct 30, 4:19 pm, Tamas K Papp <tkp...@xxxxxxxxx> wrote:
On Thu, 30 Oct 2008 12:33:51 -0700, deech wrote:
Hi all,
I am trying to convert an HTML page that includes accent characters into
unicode. Is there a way to do this is Common Lisp?
Yes. Unless you need to verify the correctness of the input or need some
output format other than HTML, a simple algorithm that replaces strings
using a table (eg "é" -> "é") should suffice.
Search for the terms "replace string" in the c.l.l archives (eg using
Google groups).
HTH,
Tamas
.
- References:
- Convert html diacritics to unicode
- From: deech
- Re: Convert html diacritics to unicode
- From: Tamas K Papp
- Convert html diacritics to unicode
- Prev by Date: Re: Convert html diacritics to unicode
- Next by Date: Re: Is it a bad sign...
- Previous by thread: Re: Convert html diacritics to unicode
- Next by thread: Re: Convert html diacritics to unicode
- Index(es):
Relevant Pages
|