Web query and special characters

M

Marcelo

Hello,
I have a simple HTML data dump which has special characters: áéíóúñ
In the HTML source I placed
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

When I download this table, all the accents are translated into unprintable
characters.
I know there are macros which remove these unprintable characters, but then
the word in uncomplete

código gets downloaded as cädigo and cleaned up it turns into cdigo.

Any help would be apreciated.
Thanks
 
M

Marcelo

this was fixed by changing the meta tag to
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">"Marcelo"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top