Displaying 1 result from an estimated 1 matches for "20psychogun".
2013 Aug 26
1
Fwd: Re: opusfile 0.4 release
...sending it to the server with "GET /[resourcename]
HTTP/1.0". For example, retrieving a file named "Y?ji ?no - The
Psychogun [libopus 1.0.2].opus" the request resource string looks like
this (taken from my local web server's access log):
"Y%C5%ABji%20%C5%8Cno%20-%20The%20Psychogun%20%5Blibopus%201.0.2%5D.opus"
Now when trying to open a unicode file with op_open_url(...) the access
log is not showing an access attempt, the function call returns too fast
and the error is set to -129 (OP_EFAULT). I am converting the wchar_t
to a MBCS UTF-8 string (using ::WideCharToMulti...