Re: [Bug 161797] Save as... fails in win32 when curdir is on server
- From: Tor Lillqvist <tml iki fi>
- To: Owen Taylor <otaylor redhat com>, gtk-devel-list gtk org
- Cc:
- Subject: Re: [Bug 161797] Save as... fails in win32 when curdir is on server
- Date: Mon, 3 Jan 2005 23:50:40 +0000
BTW, for the case-preserving but case-insensitive Win32 file system,
would it be a good idea to implement GtkFilePath as a pair of strings,
one containing the g_utf8_casefolded path, the other the path in the
original/desired case? (And thus not having to casefold over and over
again when comparing, sorting, etc.)
Or are there hard-to-change assumptions that GtkFilePath actually is
char* all over the place? (If so, hmm, one could even have the pair of
strings not as a struct, but concatenated as a single string with some
illegal character as separator?)
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]