Enrico Forestieri wrote: > However, the patch seems incomplete to me as I don't see where > from_filesystem8bit is defined. Anyway, I don't see how it could > fail on both cygwin and win32. Please put it in and I'll test it > later (and also accordingly update the patch attached to bug 3082).
It is not incomplete, I use to_local8bit. This is identical to to_filesystem8bit on windows. I only introduced from_filesystem8bit because it is used in the kernel (and I don't like it at all, but I see no other solution). Georg