On Thu, Oct 18, 2007 at 02:23:07PM +0200, Abdelrazak Younes wrote:
> Andre Poenitz wrote:
> >Something like that?
> 
> Fine with me. So you are going to replace all those I hope?
> 
> Find all "fs::exists", Subfolders, Find Results 1, "lyx-trunk", 
> "*.c;*.cpp;*.cxx;*.cc;*.tli;*.tlh;*.h;*.hpp;*.hxx;*.hh"
>   D:\devel\lyx\trunk\src\Buffer.cpp(418):     if 
> (fs::exists(bname.toFilesystemEncoding()) &&
>   D:\devel\lyx\trunk\src\Buffer.cpp(419):      
> (!fs::exists(fname.toFilesystemEncoding()) ||
>   D:\devel\lyx\trunk\src\Buffer.cpp(690):             if 
> (fs::exists(lyxfile.toFilesystemEncoding())) {
>   D:\devel\lyx\trunk\src\Buffer.cpp(860):     if (lyxrc.make_backup && 
> fs::exists(encodedFilename)) {
>   D:\devel\lyx\trunk\src\Buffer.cpp(879):     if 

I'll to the automatic changes first, i.e. the one using
'toFileSystemEncoding' in 'user code'. The rest would 
need manual work...

But yes, having readable user code in the end is the plan...

Andre'

Reply via email to