>>>> "APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
>>>> "APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
APA> Torgny has located the problem.
APA> Thanks, Torgny!
APA> What is the right approach to fix this?
APA> Martin,
APA> you've worked on this last.
APA> The current code in 21.1.14 does work on Windows 2000 while the code
APA> in 21.2-b46 does not!
APA> I'm willing to test any suggestions you have.
I don't know. Both 21.1 and 21.2 has patches from me to fix the
behavior of copy-file with non-ascii file names when keep-time is t.
It's quite likely I've introduced a bug, but someone on Windows is
going to have to dig it up. It's also possible that keep-time never
really worked on Windows.
Create a file named öld, and then try evaluating:
(copy-file "öld" "nèw" t t)
This works for me, mule or non-mule, 21.1 or 21.2 - I've tested it.
Ben or Andy or Adrian (or Torgny) should try to find the fix, using a
debugger at the C level. It shouldn't be hard.