[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.103,1.104"

Denis Barbier barbier-guest at alioth.debian.org
Fri Jul 30 17:11:15 UTC 2010


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv31218/lib/Locale/Po4a

Modified Files:
	Po.pm 
Log Message:
Be consistent with xgettext when writing header entry of POT files

Replace "Content-Transfer-Encoding: ENCODING" by "Content-Transfer-Encoding: 8bit\n".
Add "Language: \n" field.


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- Po.pm	30 Jul 2010 16:59:17 -0000	1.103
+++ Po.pm	30 Jul 2010 17:11:12 -0000	1.104
@@ -195,9 +195,10 @@
                                 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n".
                                 "Last-Translator: FULL NAME <EMAIL\@ADDRESS>\n".
                                 "Language-Team: LANGUAGE <LL\@li.org>\n".
+                                "Language: \n".
                                 "MIME-Version: 1.0\n".
                                 "Content-Type: text/plain; charset=CHARSET\n".
-                                "Content-Transfer-Encoding: ENCODING");
+                                "Content-Transfer-Encoding: 8bit\n");
 
     $self->{encoder}=find_encoding("ascii");
 




More information about the Po4a-commits mailing list