[Blends-commit] r2113 - blends/trunk/webtools
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Sat Mar 20 21:27:05 UTC 2010
Author: tille
Date: Sat Mar 20 21:27:04 2010
New Revision: 2113
URL: http://svn.debian.org/viewsvn/blends?rev=2113&view=rev
Log:
HInt about unicode
Modified:
blends/trunk/webtools/tasks.py
Modified: blends/trunk/webtools/tasks.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/tasks.py?rev=2113&view=diff&r1=2113&r2=2112&p1=blends/trunk/webtools/tasks.py&p2=blends/trunk/webtools/tasks.py
==============================================================================
--- blends/trunk/webtools/tasks.py (original)
+++ blends/trunk/webtools/tasks.py Sat Mar 20 21:27:04 2010
@@ -155,6 +155,8 @@
pkgstatus['official_high']['headline'] = _('Official Debian packages with high relevance')
+ # before fiddling around with unicode() read
+ # http://www.red-mercury.com/blog/eclectic-tech/python-unicode-fixing-utf-8-encoded-as-latin-1-iso-8859-1/
pkgstatus['official_high']['pdolinkname'] = _('Official Debian package')
pkgstatus['official_low'] ['headline'] = _('Official Debian packages with lower relevance')
pkgstatus['official_low'] ['pdolinkname'] = pkgstatus['official_high']['pdolinkname']
More information about the Blends-commit
mailing list