Re: [Bug 161797] Save as... fails in win32 when curdir is on server



Tor Lillqvist writes:
 > I guess I'll have to experiment with all the entries in the
 > casefold_table in gunichartables.h to see if the same goes for all
 > the cases.

Yes it does. A wrote a test program that created files called aX.txt,
with X being all the "ch" characters in the casefold_table, and also
all the corresponding expansions. No problem. I.e. Windows does not
consider these character sequence pairs identical.

I will check how the Win32 FoldString() behaves, and if it matches the
Win32 subsystem's filename casefolding behaviour. If so, we should use
FoldString() instead of g_utf8_casefold() when comparing pathnames on
Win32.

--tml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]