Does libvlc support Unicode?
Posted: 27 Jan 2011 11:06
I want to make a small player to play a video with file name has unicode part. Does libvlc support Unicode?
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Yes. Just as Rémi said, it's UTF8, so special characters are just encoded on several chars, just send several chars for those, VLC will recognize them.Look at the libvlc APIs, it only allow basic c string (char*), so how may I add unicode file name to my player?