[vlc-devel] turkish character problem in libvlc_media_new_path in libvlc 1.1.0

Mehmet Kaplan mehmetkpln at gmail.com
Wed May 26 08:08:04 CEST 2010


2010/5/25 Rémi Denis-Courmont <remi at remlab.net>:
>
> On Tue, 25 May 2010 16:59:40 +0300, Mehmet Kaplan <mehmetkpln at gmail.com>
> wrote:
>> i try to open a video file having a name in turkish characters.
>> after the command _m = libvlc_media_new_path (_vlcinstance, path);
>> libvlc_media_t pointer _m has new value, so there is not any error.
>> But i can't play the file. There is problem only in video files having
>> turkish characters.
>
> <path> must be encoded in UTF-8.
>
>> I implement my code in Qt.
>> Where can be the problem?
>
> You're probably not using the correct character encoding.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net
> http://fi.linkedin.com/in/remidenis
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>

Thanks a lot, UTF-8 encoding solved the problem.



More information about the vlc-devel mailing list