[SAC] [OSGeo] #1561: Fix rendering of utf8 characters in trac source browser

#1561: Fix rendering of utf8 characters in trac source browser
---------------------------+------------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Keywords: utf8, i18n
---------------------------+------------------------
The UTF8 chars in this page are not shown correctly:
https://trac.osgeo.org/postgis/browser/trunk/authors.git

Compare to the rendering from the gitlab mirror:
https://gitlab.com/postgis/postgis/blob/svn-trunk/authors.git

The UTF8 encoding in the file is correct, see
https://trac.osgeo.org/postgis/ticket/3333#comment:2

I've checked HTTP headers and META html tag of the page and both also
advertise an utf8 content, so I dunno where the encoding gets ruined.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1561&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1561: Fix rendering of utf8 characters in trac source browser
---------------------------+--------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Resolution:
Keywords: utf8, i18n |
---------------------------+--------------------

Comment (by strk):

Found: all our trac instances have a {{{ default_charset = iso-8859-15 }}}
I suggest we drop the local setting and use {{{ default_charset = utf-8
}}} globally.
I've done this for PostGIS, and see how things look fine now:
https://trac.osgeo.org/postgis/browser/trunk/authors.git

Agreed to change all instances ?

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1561#comment:1&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1561: Fix rendering of utf8 characters in trac source browser
---------------------------+--------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Resolution:
Keywords: utf8, i18n |
---------------------------+--------------------

Comment (by strk):

Well, I've done it globally, and am closing this. Someone will scream out
loud if it ends up breaking something. It's time to use UTF8 everywhere!

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1561#comment:2&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1561: Fix rendering of utf8 characters in trac source browser
---------------------------+---------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: utf8, i18n |
---------------------------+---------------------
Changes (by strk):

* status: new => closed
* resolution: => fixed

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1561#comment:3&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.