By tvst on
why does drupal not use named html entities for accents? (ie ã = ã)
sorry if this has been discussed before, but i couldn't find anything about it using the search box.
why does drupal not use named html entities for accents? (ie ã = ã)
sorry if this has been discussed before, but i couldn't find anything about it using the search box.
Comments
Because it's unnecessary
HTML entities are only necessary when the characters in question are not part of the character set. Because Drupal uses UTF-8 for encoding its data, the only entities that are required are for special HTML characters such as < > and ".
that's along the lines of what i imagined...
i know the people here wouldn't do something like that randomly :)
Unluckily...
Unluckily it's not really unnecessary. In fact, I must say, some modules would need it (for example pdfview)...
UTF-8 not working on my site?
Check this:
http://www.econlink.com.ar/definicion/inflacion.shtml
On IE6 and opera accents are replaced by extrange characters. it's a 4.7.3 clean install.
¿Any solution?