https://bugzilla.wikimedia.org/show_bug.cgi?id=45806
Betacommand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Betacommand <[email protected]> --- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
