Re: unicode and filenames

2006-11-26 Thread Georg Baum
Am Freitag, 17. November 2006 15:49 schrieb Georg Baum: > Currently we have several UNICODE FIXMEs in the code where we pass an utf8 > encoded filename to an fstream and hope that it will work. This is wrong, > because the encoding of filenames depends on the locale on linux. I don't > know what i

Re: unicode and filenames

2006-11-18 Thread Georg Baum
Am Samstag, 18. November 2006 11:08 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > >> Does encoding of file depend on locale? Isn't it stored on the > >> filesystem? > > Georg> I am not sure. Under linux the encoding is a mount parameter of > Georg> s

Re: unicode and filenames

2006-11-18 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Does encoding of file depend on locale? Isn't it stored on the >> filesystem? Georg> I am not sure. Under linux the encoding is a mount parameter of Georg> some filesystems (e.g. fat or ntfs). I believe that other file Georg> systems lik

Re: unicode and filenames

2006-11-17 Thread José Matos
On Friday 17 November 2006 3:10 pm, Jean-Marc Lasgouttes wrote: > Georg> If this is OK I will do this step by step during the next days. > > I think this is OK with me. That is OK with me as well. > JMarc -- José Abílio

Re: unicode and filenames

2006-11-17 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Currently we have several UNICODE FIXMEs in the code where we > Georg> pass an utf8 encoded filename to an fstream and hope that it > Georg> will work. This is wrong, because the encoding

Re: unicode and filenames

2006-11-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Currently we have several UNICODE FIXMEs in the code where we Georg> pass an utf8 encoded filename to an fstream and hope that it Georg> will work. This is wrong, because the encoding of filenames Georg> depends on the locale on linux.