If I use special characters then it will not if i am using a BASS_StreamCreateURL it works if i don't use special characters

if i use the
urltest := '
http://WEBSERver.com/testrun.mp3' //this works

if i use this
urltest := '
http://WEBSERver.com/æøå.mp3' //this don't work

If I use special characters it will work if i am using the BASS_StreamCreateFile and just loads the file
help
Best regards
Ole