* thomas Armstrong wrote:
>The document contains special characters ('música española' for instance), and
>after storing it into de DB, I get this word: "música española"How do you "get" it? You need to ensure that the database software supports Unicode, that you properly store the data, and that you properly retrieve and view the data. The string above is UTF-8 but interpreted as in some other encoding (Windows-1252 or ISO-8859-1 for example). That's not a HTML::Parser issue. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
