Re: Convert html diacritics to unicode
- From: Tamas K Papp <tkpapp@xxxxxxxxx>
- Date: 30 Oct 2008 21:19:49 GMT
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
.
- Follow-Ups:
- Re: Convert html diacritics to unicode
- From: deech
- Re: Convert html diacritics to unicode
- References:
- Convert html diacritics to unicode
- From: deech
- Convert html diacritics to unicode
- Prev by Date: Re: Is it a bad sign...
- Next by Date: Re: Convert html diacritics to unicode
- Previous by thread: Re: Convert html diacritics to unicode
- Next by thread: Re: Convert html diacritics to unicode
- Index(es):
Relevant Pages
|