Forum Moderators: coopster

Message Too Old, No Replies

htmlentities and Spanish Accents

         

cybercrypt13

3:57 pm on Mar 5, 2009 (gmt 0)

10+ Year Member



I'm trying to use htmlentities to allow support of the Spanish language, however, I'm noticing the function is not very useful as it removes all HTML tags and replaces them with special characters. I am trying to figure out the best way to support other character sets like this using MYSQL but allowing HTML to remain HTML.

Thanks,

glenn

adni18

3:26 am on Mar 7, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could use an array search&replace, perhaps one which replaces all instances of è with è and so on.