Page 1 of 1

Opening file that contains apostrophs in name

Posted: 04 Jun 2014 22:47
by motty

Code: Select all

m = libvlc_media_new_path(inst, "D:\\12. I Don’t Care (Feat. Maejor Ali).mp3");
DEBUGGER SAYS: VLC is unable to open MRL ....

Re: Opening file that contains apostrophs in name

Posted: 05 Jun 2014 14:41
by Jean-Baptiste Kempf
URLEncode it.

Re: Opening file that contains apostrophs in name

Posted: 06 Jun 2014 00:10
by motty
URLEncode it.
Thank you! But i solved this by converting name of file to UTF-8