Link to home
Start Free TrialLog in
Avatar of BOB KUSPE
BOB KUSPE

asked on

Html special characters and the accented characters

Dear all

Well, it is a headache... What I do for reading accented characters in a textarea, for examples, of a webpage with source code sourece caracters and any metatag regarding the ". ISO".

URL: http://www.filosofia.org/rev/bas/bas20101.htm


del descubrimiento, en tanto éste no puede hacerse consistir en un acto instantáneo de conocimiento, en una especie de revelación súbita. Cuando el explorador descubre una nueva senda en la selva, valiéndose de su machete, las perspectivas que descubre conspectivamente implican a su vez resoluciones o disposiciones sobre el terreno recorrido. Más aún: como es imposible prácticamente en

Open in new window


Thank you in advance for any advice.

Bob
Avatar of Serena Hsi
Serena Hsi
Flag of United States of America image

What is the question here? Are you asking for text-to-speech readers or for ASCII help on converting text to accented characters?
Avatar of BOB KUSPE
BOB KUSPE

ASKER

I am asking for help on converting text to accented characters:

For example:

aacute; to á
eacute; to é
iacute; to í
oacute; to ó
uacute; to ú

Best regards

Bob
Well, javascript already knows how to translate those. See fiddle.
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

I want this code in ASP or PHP, but I found it in Javascript:

Example:

onClick="replaceFormFields(this.form,'oacute;','ó');

Open in new window


Thanks
Yes, Julian

I love PHP although I am a newby. Simple and efficient
Many thanks
You are welcome.