The following commit has been merged in the master branch:
commit c3e16e9e851b5f56cb47b1e68e56c7ebb730d500
Author: Ole Streicher <[email protected]>
Date: Tue Mar 15 13:47:19 2016 +0100
Remove wrong additional encoding call for task RemarkShort/RemarkLong fields
diff --git a/webtools/blendstasktools_udd.py b/webtools/blendstasktools_udd.py
index 2ebbc5e..2ec2e92 100644
--- a/webtools/blendstasktools_udd.py
+++ b/webtools/blendstasktools_udd.py
@@ -1227,8 +1227,8 @@ class TaskDependencies:
if row.get('remark'):
(short, long) = SplitDescription(row['remark'])
- dep.remark['short'] = MarkupString(short.encode('utf-8'),
dep.pkg, 'RemarkShort')
- dep.remark['long'] = MarkupString(long.encode('utf-8'),
dep.pkg, 'RemarkLong')
+ dep.remark['short'] = MarkupString(short, dep.pkg,
'RemarkShort')
+ dep.remark['long'] = MarkupString(long, dep.pkg,
'RemarkLong')
# Publications
dep.SetPublications(row)
--
Static and dynamic websites for Debian Pure Blends
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit