SOURCES: mailman-encoding.patch - now I know why the fuck text in ...
baggins
baggins at pld-linux.org
Tue Jul 5 15:55:45 CEST 2005
Author: baggins Date: Tue Jul 5 13:55:45 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- now I know why the fuck text in remainder was duplicated!
---- Files affected:
SOURCES:
mailman-encoding.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/mailman-encoding.patch
diff -u SOURCES/mailman-encoding.patch:1.1 SOURCES/mailman-encoding.patch:1.2
--- SOURCES/mailman-encoding.patch:1.1 Sat Jul 3 20:10:36 2004
+++ SOURCES/mailman-encoding.patch Tue Jul 5 15:55:40 2005
@@ -5,7 +5,7 @@
'owner' : siteowner,
}, lang=poplang)
# Coerce everything to Unicode
-+ header = tounicode(text, enc)
++ header = tounicode(header, enc)
text = tounicode(text, enc)
table = [tounicode(_t, enc) for _t in table]
# Add the table to the end so it doesn't get wrapped/filled
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/mailman-encoding.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list