Hi,

I'm using trac-0.10 in FreeBSD, under mod_python, and I started
experiencing some encoding problems after upgrading trac to 0.10.5.
The problem might as well have been caused by upgrades in python
modules or some other dependency.

But maybe it's simple enough to fix ... and I'm just not finding the solution.

Many of the pages in our trac have spanish words, using accented
characters. They used to display fine until recently, but now all the
special characters are not being displayed as they should (see
http://genoma.unsam.edu.ar/trac/docencia/wiki/Bioinformatica/Programa
as an example).

When I looked into the database (Postgres) the content looks OK:
SELECT text FROM wiki WHERE name = 'Bioinformatica/Programa';
 \r
 == Programa del curso ==\r
 \r
 \r
 === Programa teórico ===\r
 \r
  1. Introducción a la computación\r
    * Qué es información. Información en biología.\r
    * Representación de la información.\r
    * Algoritmos: qué es un algoritmo?. Tipos de algoritmos.\r
[...]


In trac.ini, the default charset is set to iso-8859-15, and I've never
changed this setting (pages used to display OK with it).

Also, while validating the HTML at validator.w3.org, the following
problem is found in all pages:

No Character encoding declared at document level.

No character encoding information was found within the document,
either in an HTML meta element or an XML declaration.
[rest of the sentence omitted]

Any ideas or suggestions as to where to look next? It seems like trac
is not generating the correct DOCTYPE incantation?

Thanks in advance for any pointer or suggestion,

-- 
fernan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to