Hi,<br><br>I have some questions about string management in native libvlc :<br>  - Memory representation of strings are UTF8 (2 bytes) with a null char at end. Is it a null char on 1 or 2 bytes ?<br>  - Are all functions using same string representation ? (for example functions libvlc_new and libvlc_media_new)<br>
<br>I have tried differents interop declarations, and some are working, some not...<br><br>Are these data always up-to-date : <a href="http://wiki.videolan.org/Unicode">http://wiki.videolan.org/Unicode</a> ?<br><br>Thanks<br>
<br>Damien<br>