Am Donnerstag, 21. Dezember 2006 14:01 schrieb [EMAIL PROTECTED]: > Author: baum > Date: Thu Dec 21 14:01:47 2006 > New Revision: 16362 > > URL: http://www.lyx.org/trac/changeset/16362 > Log: > 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
It turned out that there was still a filename encoding problem, this time not a missing conversion _to_ filesystem encoding, but _from_. I did not change the code in src/client, because it works as is, but I added comments, so that nobody tries to interpret those names as utf8. Georg
