]> git.sesse.net Git - vlc/commit
taglib: Fix opening of filenames on non-UTF8 systems.
authorDerk-Jan Hartman <hartman@veda.student.utwente.nl>
Sun, 17 Aug 2008 16:12:27 +0000 (18:12 +0200)
committerDerk-Jan Hartman <hartman@veda.student.utwente.nl>
Sun, 17 Aug 2008 16:12:27 +0000 (18:12 +0200)
commit1728429512a7bf0fec3b46480178e6cf59bb0000
treeca1ee0037910efae290ae91977df99b5c16c175b
parent6936aab0666fc8ecb743238ad70c4b48aec5f79c
taglib: Fix opening of filenames on non-UTF8 systems.

Unfortunately taglib does not accept fd's or FILE*, so i ported the code from src/text/unicode.c open() to here.
modules/meta_engine/taglib.cpp