https://bugs.gpodder.org/show_bug.cgi?id=1574
--- Comment #9 from Thomas Perl <[email protected]> 2012-03-05 10:33:38 GMT --- (In reply to comment #8) > Can you try editing src/gpodder/util.py and modify the line: > > encoding = sys.getfilesystemencoding() > > to say: > > encoding = 'utf-8' > > Does this workaround the problem? In addition to that, I just found on http://docs.python.org/howto/unicode.html: "On Unix systems, there will only be a filesystem encoding if you’ve set the LANG or LC_CTYPE environment variables; if you haven’t, the default encoding is ASCII." So, alternatively, try this before running "gpo": export LANG=en_US.UTF-8 Do any of these workarounds fix the problem? -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
