[vlc-devel] VLC Bindings with CLI
rdenis at simphalempin.com
rdenis at simphalempin.com
Mon Jul 14 15:12:54 CEST 2008
VLC uses plain UTF8 (1 to 6 bytes per character), terminated by a single nul byte
-original message-
Subject: Re: [vlc-devel] VLC Bindings with CLI
From: "Damien DALY" <maitredede at gmail.com>
Date: 14/07/2008 13:31
Hi,
I have some questions about string management in native libvlc :
- Memory representation of strings are UTF8 (2 bytes) with a null char at
end. Is it a null char on 1 or 2 bytes ?
- Are all functions using same string representation ? (for example
functions libvlc_new and libvlc_media_new)
I have tried differents interop declarations, and some are working, some
not...
Are these data always up-to-date : http://wiki.videolan.org/Unicode ?
Thanks
Damien
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list