[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [gftp] Problem with viewing/editing files with non-ascii names



Thanks, I committed that patch to SVN.

Brian


On 3/24/07, Alexander Orlov <alxorlov@xxxxxxxxx> wrote:
Hello!

There is a problem in gFTP with viewing or editing local files with non-ascii
names. When I try to view such file, gFTP says, that this file does not exist.

This happens in function view_file() from view-dialog.c file. When it tryes to
open file, the "char * filename" is in UTF-8, but it should be in current
filesystem locale.
I made a patch, that fixes that behaviour. Please, commit it to repository.

--
Alexander Orlov