bug encoding multibyte?
Xavier Duret
xaviour.maillists at gmail.com
Wed Feb 7 11:43:17 CET 2007
> No, taglib_file_new stays as is.
>
> > And "tagext_c.cpp" should look like that:
> >
> > void taglibext_init()
> > {
> > FileRefFactory.addFileTypeResolver(AsfResolver);
> > FileRefFactory.addFileTypeResolver(Mp4Resolver);
> > }
>
> ASF::FileTypeResolver asfFileTypeResolver;
> ...
>
> void taglibext_init()
> {
> FileRef::addFileTypeResolver(asfFileTypeResolver);
> ...
> }
C++ is simply too baroque for me... ;-)
> At the moment I don't plan anything. Before I can start thinking about
> releasing a library, I need TagLib to have fixed bugs in classes like
> TagLib::File or TagLib::String and to be compilable on Windows.
Can you point me to specific bugs?
More information about the taglib-devel
mailing list