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

--- Comment #5 from Thomas Perl <[email protected]> 2012-03-05 08:36:59 GMT ---
(In reply to comment #4)
> (In reply to comment #3)
> > Does /home/paul/gPodder/Logs exist as a file or something?
> No, its a folder.
> 
> > For the rest, thanks - I'll have a look at fixing this. What would be
> > interesting is the LC_* and LANG environment variables and what is printed 
> > when
> > you enter the following in an interactive Python shell:
> > 
> > import sys
> > print 'default encoding:', sys.getdefaultencoding()
> > print 'filesystem encoding:', sys.getfilesystemencoding()
> Runnng 'printenv' does not renturn any of the environment variables you
> mention.  The python commands return the following:-
> 
> default encoding: ascii
> filesystem encoding: ANSI_X3.4-1968

That's interesting - according to wikipedia, ANSI_X3.4-1968 is basically ascii.
What kind of file system is on that machine? And what distro do you use? My
file system encoding on OS X and Linux (Debian/Ubuntu) is utf-8. I assume
that's the problem. But good that we spotted it here, so we can still fix it
before the release ;)

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