]> git.lyx.org Git - features.git/commit
Fix another instance of filename encoding problems
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 21 Dec 2006 13:01:47 +0000 (13:01 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 21 Dec 2006 13:01:47 +0000 (13:01 +0000)
commit49b753f60330fe78a106ec55d8b99d0372464641
treeb8477aadc56d1d870a69159ea6b88827258ef7f8
parenta1389d411ca0116e16a9a75e0989dfea7abb0d1f
Fix another instance of filename encoding problems

* src/support/filetools.h
(fileSearch): change return value type to vector<FileName>

* src/support/filetools.C
(dirList): Convert filenames from the file system encoding

* src/converter.C
(Converters::move): Adjust to dirList interface change

* src/support/filename.[Ch]
(FileName::fromFilesystemEncoding): New static method

* src/client/client.C: Add comments about filename encoding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16362 a592a061-630c-0410-9148-cb99ea01b6c8
src/client/client.C
src/converter.C
src/support/filename.C
src/support/filename.h
src/support/filetools.C
src/support/filetools.h