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]]