]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/po:_double_commits_of_po_files.mdwn
Cannot reproduce. Joey, more info please?
[ikiwiki.git] / doc / bugs / po:_double_commits_of_po_files.mdwn
1 When adding a new english page, the po files are created, committed,
2 and then committed again. The second commit makes this change:
3
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"
8
9 Same thing happens when a change to an existing page triggers a po file
10 update. --[[Joey]] 
11
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]]
15
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).
19 >> --[[intrigeri]]