8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
3691.38.1
by Bjorn Tillenius
use an IUserPreferredCharsets adapter which always returns utf-8. |
5 |
<configure xmlns="http://namespaces.zope.org/zope" > |
6 |
||
7 |
<!-- Override the standard IUserPreferredCharsets adapter to always
|
|
8 |
return utf-8 as the preferred charset. -->
|
|
9 |
<adapter factory="canonical.launchpad.webapp.Utf8PreferredCharsets" /> |
|
10 |
||
11 |
</configure>
|