Re: non-ASCII filepaths in a C function

2015-07-25 Thread Henning Thielemann
On Sat, 25 Jul 2015, Malcolm Wallace wrote: I believe the native representation for FilePaths on Windows should be UTF16 strings. Btw. I don't think that soxlib expects UTF16 filepath strings on Windows because it works for purely ASCII filepaths. __

Re: non-ASCII filepaths in a C function

2015-07-25 Thread Malcolm Wallace
I believe the native representation for FilePaths on Windows should be UTF16 strings. Regards, Malcolm > On 24 Jul 2015, at 22:52, Henning Thielemann > wrote: > > > In my 'soxlib' package I have written a binding to > > sox_format_t * sox_open_read( >char const * path,