~launchpad-pqm/launchpad/devel

3691.38.1 by Bjorn Tillenius
use an IUserPreferredCharsets adapter which always returns utf-8.
1
<configure xmlns="http://namespaces.zope.org/zope" >
2
3
    <!-- Override the standard IUserPreferredCharsets adapter to always
4
         return utf-8 as the preferred charset. -->
5
    <adapter factory="canonical.launchpad.webapp.Utf8PreferredCharsets" />
6
7
</configure>