Problem with codification on Venus

Sam Ruby rubys at intertwingly.net
Wed Aug 5 20:36:56 EST 2009


Manolo Padron Martinez wrote:
> Hi:
> 
> I'm using venus for a planet but I'm having some problems with
> codification. I've planetized some blogs that use Spanish and English
> with UTF-8 and some symbols seems to be wrong. Any Idea? Any solution?

You haven't given enough information to provide a complete answer (a 
link to one of these blogs would be helpful), but one common problem is 
that you aren't serving the pages produced as utf-8 (the web default is 
iso-8859-1).  See the following for instructions:

   http://www.w3.org/International/O-HTTP-charset

An alternate approach is to add the following near to the top of the 
<head> section in your template:

   <meta charset="utf-8"/>

> Regards from Canary Islands
> 
> Manuel Padrón Martínez

- Sam Ruby


More information about the devel mailing list