https://bugs.gpodder.org/show_bug.cgi?id=1574

Thomas Perl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Cannot create output        |Filesystem encoding is
                   |directory:                  |ascii in some cases on
                   |/home/paul/gPodder/Logs     |Linux

--- Comment #8 from Thomas Perl <[email protected]> 2012-03-05 10:29:44 GMT ---
The initial WARNING was actually a bug in the logging code:

http://gpodder.org/commit/2ef72dd

(In reply to comment #7)
> Forgot to mention that filesystem is ext3.

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?

-- 
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

Reply via email to