Greetings, I have problems loading files with rare characters.
The first file, the mp3, works perfectly, but the wav does not have strange characters...
How could it be solved, I'm using C++ and QT
// url="12.mp3"; //perfect
url="iwhiteboard学科.wav"; //error
HSTREAM stream=BASS_StreamCreateFile(FALSE, url.toLatin1(), 0, 0, BASS_STREAM_AUTOFREE);
BASS_ChannelPlay(stream, false);
Thank you