Bug#378486: gtk.FileChooserDialog

2006-11-28 Thread Simon Paillard
severity 378486 important thanks On Mon, Nov 27, 2006 at 09:45:59PM -0800, Alex Roitman wrote: > On Tue, 2006-11-28 at 00:12 -0500, Anthon Pang wrote: > > In DbLoader.py (DbLoader.open_file), the filename returned from > > choose.get_filename() is returned in the character set specified by > > sys

Bug#378486: gtk.FileChooserDialog

2006-11-27 Thread Alex Roitman
On Tue, 2006-11-28 at 00:12 -0500, Anthon Pang wrote: > In DbLoader.py (DbLoader.open_file), the filename returned from > choose.get_filename() is returned in the character set specified by > sys.getfilesystemencoding() -- in Simon's case, iso8859-15. > > Could it be as simple as adding this after

Bug#378486: gtk.FileChooserDialog

2006-11-27 Thread Anthon Pang
In DbLoader.py (DbLoader.open_file), the filename returned from choose.get_filename() is returned in the character set specified by sys.getfilesystemencoding() -- in Simon's case, iso8859-15. Could it be as simple as adding this after each occurrence of filename = choose.get_filename() ?