https://bugzilla.wikimedia.org/show_bug.cgi?id=45806

Betacommand <phoenixoverr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phoenixoverr...@gmail.com

--- Comment #8 from Betacommand <phoenixoverr...@gmail.com> ---
You should treat all strings in python as unicode not ASCII, 

sVCards += '\n'.join(arLines) + '\n'
becomes
sVCards += u'\n'.join(arLines) + u'\n'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to