1 When adding a new english page, the po files are created, committed,
2 and then committed again. The second commit makes this change:
4 -"Content-Type: text/plain; charset=utf-8\n"
5 -"Content-Transfer-Encoding: ENCODING"
6 +"Content-Type: text/plain; charset=UTF-8\n"
7 +"Content-Transfer-Encoding: ENCODING\n"
9 Same thing happens when a change to an existing page triggers a po file
12 > * The s/utf-8/UTF-8 part has been fixed.
13 > * The ENCODING\n part is due to an inconsistency in po4a, which
14 > I've just send a patch for. --[[intrigeri]]
16 >> I resubmitted the patch to po4a upstream, sending it this time to
17 >> their mailing-list:
18 >> [post archive](http://lists.alioth.debian.org/pipermail/po4a-devel/2010-July/001897.html).
21 >>> Seems to me Debian Squeeze's po4a does not expose this bug anymore
22 >>> => [[done]]. --[[intrigeri]]