]> git.sesse.net Git - vlc/commit
Added FromCharset helper.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 25 Jan 2010 22:05:53 +0000 (23:05 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 25 Jan 2010 22:10:11 +0000 (23:10 +0100)
commit599c47de9d9b5c4d8c8c406422c42f844c6e1d4f
treea8d9c5d4d835e44f7ad753a7ae5ee58403a209b3
parenta99b43de32abc4aa1d9cf9e046b6ba6753dd2fc1
Added FromCharset helper.

 It allows to easily convert from any charset supported by
vlc_iconv to UTF-8 (but with a performance penalty).
include/vlc_charset.h
src/text/unicode.c