Seems you has incorrect encoded tags. I have same problem in russian.<div><div>When encoding don't specifyed in tag string should be Latin1 encoded.</div><div><br></div><div>My solution is to use <span class="Apple-style-span" style="font-family: sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><font class="Apple-style-span" size="2">bool <i>TagLib::String::isLatin1( ) const </i></font></span><span class="Apple-style-span" style="font-family: sans-serif; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><font class="Apple-style-span" size="2">and then interpretate string as local8bit charset.</font></span></div>
<div><font class="Apple-style-span" face="sans-serif" size="2"><span class="Apple-style-span" style="line-height: 23px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">TagLib has solution too. </span></font><span class="Apple-style-span" style="font-family: sans-serif; font-size: 28px; line-height: normal; "><font class="Apple-style-span" size="2"><i>TagLib::ID3v1::StringHandler. </i>It used only in ID3v1 tag, but many windows apps store ID3v2 tag with same error.</font></span></div>
<div><font class="Apple-style-span" face="sans-serif" size="2"><span class="Apple-style-span" style="line-height: 23px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><i><br></i></span></font><div class="gmail_quote">
2011/5/10 龚佶敏 <span dir="ltr"><<a href="mailto:godspeed_g@hotmail.com">godspeed_g@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>
Hello! Thanks for the developers of TagLib.<br>
I'm using MingW with TagLib in Windows XP.<br>
When I compile the "tagreader.cpp", I find it can not get the title which formated with UNICODE correctly.<br>
When I compile the "tagreader_c.c", I find I can use "taglib_set_strings_unicode(TRUE)" to get title which formated with UNICODE correctly.<br>
My Question is:<br>
1. How can I get title which formated with UNICODE correctly in C++?<br>
2. When I get a mp3 or m4a file, how can I know the tag is formated with UNICODE or not?<br>
Thanks a lot.<br>                                            </div>
<br>_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
<br></blockquote></div><br></div></div>