another problem..
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 23:16:22 +0000 (19:16 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 23:16:22 +0000 (19:16 -0400)
doc/plugins/po.mdwn

index f738d61ded7043ff458f11503b87d967a0b70b5e..f6409aae5fc98a24fe797451c7ce368b6ca8a01d 100644 (file)
@@ -306,6 +306,20 @@ brings up an edit form to create a new, english page.
 
 This is with po_link_to=current. With default, it doesn't happen..
 
+Double commits of po files
+--------------------------
+
+When adding a new english page, the po files are created, committed,
+and then committed again. The second commit makes this change:
+
+       -"Content-Type: text/plain; charset=utf-8\n"
+       -"Content-Transfer-Encoding: ENCODING"
+       +"Content-Type: text/plain; charset=UTF-8\n"
+       +"Content-Transfer-Encoding: ENCODING\n"
+
+Same thing happens when a change to an existing page triggers a po file
+update.
+
 Documentation
 -------------