Daniel Holbach has proposed merging lp:~dholbach/harvest/922569 into lp:harvest.

Requested reviews:
  harvest-dev (harvest-dev)
Related bugs:
  Bug #922569 in harvest: "'ascii' codec can't encode character u'\xf3' in 
position 86: ordinal not in range(128)"
  https://bugs.launchpad.net/harvest/+bug/922569

For more details, see:
https://code.launchpad.net/~dholbach/harvest/922569/+merge/90909
-- 
https://code.launchpad.net/~dholbach/harvest/922569/+merge/90909
Your team harvest-dev is requested to review the proposed merge of 
lp:~dholbach/harvest/922569 into lp:harvest.
=== modified file 'harvest/opportunities/management/commands/updateopportunities.py'
--- harvest/opportunities/management/commands/updateopportunities.py	2012-01-18 12:55:29 +0000
+++ harvest/opportunities/management/commands/updateopportunities.py	2012-01-31 17:21:19 +0000
@@ -36,7 +36,7 @@
                                                          experience=op_list.experience)
                     opportunity.last_updated = op_list.last_updated
                     if entry.has_key("description"):
-                        opportunity.long_description = str(entry["description"])
+                        opportunity.long_description = unicode(entry["description"])
                     if entry.has_key("severity"):
                         opportunity.severity = entry["severity"]
                     opportunity.valid = True

_______________________________________________
Mailing list: https://launchpad.net/~harvest-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~harvest-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to