All,
I needed this change:
--- SmartDataObject.py.orig 2007-01-04 10:58:03.000000000 -0600
+++ SmartDataObject.py 2007-01-04 11:11:58.000000000 -0600
@@ -180,7 +180,7 @@
if None == x:
tmpList.append(None)
else:
- tmpList.append(x.decode('utf-8'))
+ tmpList.append(x.decode('utf-8', 'replace'))
return tmpList
else:
return None
Hope that helps others...
Eli
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|