| CHARSET : A annoying problem! |
| by jfebus on 2008/1/4 18:26:10 Hi All, I have a XOOPS installation in spanish,... I am using le="color: #000000"><?php <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> in the theme.html The problem is that smartsection articules are displaying wierd characters: le="color: #000000"><?php ¿Parto vaginal o cesárea? but if I select the encondig to be "UTF-8" in the browser, it shows perfectly: le="color: #000000"><?php ¿Parto vaginal o cesárea? If I select Page Info in FireFox, I see the encoding is ISO-8859-1 How can I change the encoding to UTF-8? Thanks Jose |