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
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
> "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
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
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
> "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.