]> git.sesse.net Git - vlc/blobdiff - share/lua/README.txt
lua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens
[vlc] / share / lua / README.txt
index fd06b66a99c0fa8345f76c25659b468a50170d16..73dc2d54d858e369a87c3f1cd8c81033bceddcc6 100644 (file)
@@ -359,6 +359,8 @@ strings.resolve_xml_special_chars( [str1, [str2, [...]]] ): Resolve XML
   variables as it had arguments.
 strings.convert_xml_special_chars( [str1, [str2, [...]]] ): Do the inverse
   operation.
+strings.iconv( str1 to, str2 from, str ): use vlc_iconv to convert string
+  from encoding to another
 
 Variables
 ---------