SVN: repo-scripts/mailer.py

arekm arekm at pld-linux.org
Thu Nov 1 14:43:24 CET 2007


Author: arekm
Date: Thu Nov  1 14:43:23 2007
New Revision: 8950

Modified:
   repo-scripts/mailer.py
Log:
UTF-8 (patch by glen)

Modified: repo-scripts/mailer.py
==============================================================================
--- repo-scripts/mailer.py	(original)
+++ repo-scripts/mailer.py	Thu Nov  1 14:43:23 2007
@@ -174,7 +174,7 @@
            'Message-ID: <%d at svn.pld-linux.org>\n' \
 	   'Mime-Version: 1.0\n' \
 	   'Content-Type: text/plain;\n' \
-	   '  charset=iso8859-2\n' \
+	   '  charset=UTF-8\n' \
 	   'Content-Disposition: inline\n' \
 	   'Content-Transfer-Encoding: 8bit\n' \
            % (self.from_hdr, self.to_addr, subject, \


More information about the pld-cvs-commit mailing list