Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-706761 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#706761 unicode characters leave feed fields null
https://bugs.launchpad.net/bugs/706761
For more details, see:
https://code.launchpad.net/~mhall119/loco-directory/fixes-706761/+merge/47211
Convert values to unicode strings rather than ascii strings
--
https://code.launchpad.net/~mhall119/loco-directory/fixes-706761/+merge/47211
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/fixes-706761 into lp:loco-directory.
=== modified file 'loco_directory/services/__init__.py'
--- loco_directory/services/__init__.py 2010-06-17 11:54:45 +0000
+++ loco_directory/services/__init__.py 2011-01-24 03:07:54 +0000
@@ -131,4 +131,4 @@
return o
elif o is None:
return None
- return str(o)
+ return unicode(o)
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp