From: epg <> Date: Thu, 2 Nov 2006 09:12:05 +0000 (+0000) Subject: Set encoding of description. X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/7c8eeba5a67251012ecdebdba9a677b4aba04f9d?ds=sidebyside;hp=e7ee7901e3492f9914935074dd942c3c777b58e0 Set encoding of description. --- diff --git a/taglib.cc b/taglib.cc index 8150ed8..dd6526b 100644 --- a/taglib.cc +++ b/taglib.cc @@ -31,6 +31,7 @@ taglib_apic(const char *fn, const char *image, int len, /* Um, look at all these void-returning functions. I'm sure they * can fail, i just have no way to detect it... */ + p->setTextEncoding(TagLib::String::UTF8); p->setType((TagLib::ID3v2::AttachedPictureFrame::Type)type); p->setMimeType(mime_type); p->setPicture(*bv);