]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
* UTF16 and UTF32 conversion to UTF8 for stream_ReadLine(). (fixes #304)
[vlc] / include / vlc_stream.h
index fdaa37f2dd8b7228278dd5c9a2fd3a953e554286..db7467bf8d72ab50bcb16e50777c14793e3ba527 100644 (file)
@@ -72,6 +72,11 @@ struct stream_t
     void     (*pf_destroy)( stream_t *);
 
     stream_sys_t *p_sys;
+
+    /* UTF-16 and UTF-32 file reading */
+    vlc_iconv_t     conv;
+    int             i_char_width;
+    vlc_bool_t      b_little_endian;
 };
 
 /**