tags 375724 - patch
thanks

On Wed, Jun 28, 2006 at 04:47:45AM +0800, LI Daobing wrote:
> a patch to fix data loss part of this bug.

This patch is clearly bogus; it fails on any filename having ' in it. You'll
either have to do much more thorough escaping, or use something that doesn't
put it through shell splitting/escaping (like fork() + execlp()).

> I still don't know how to deal with non-ascii filename

According to the QString documentation, local8Bit() sounds like what you
want.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to