Hi Troy,
On Monday 18 July 2005 09:37, you wrote:
I just noticed that your unixfs code appears to be using CP_ACP for all conversions between wide characters and multi byte characters. This is OK for multi byte display names, but for file names being used in or received from the UNIX file system, CP_UNIXCP is probably more appropriate. See wcstoumbs in ntdll, which uses unix_cptable, set by kernel32, which uses the same table for CP_UNIXCP
Thanks for the tip! I'll fix this.
Bye,