<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>hello everyone,</DIV>
<DIV>I have&nbsp;two questions to ask ,</DIV>
<DIV>(1)</DIV>
<DIV>when I want to read&nbsp; wma tag info,</DIV>
<DIV>in my PC,it works well,but in a cross platform board,it&nbsp; can't read,what's why?</DIV>
<DIV>I use the example/readertag.cpp,in QT4.5!</DIV>
<DIV>readtag(QString filename)</DIV>
<DIV>{</DIV>
<DIV>
<DIV>&nbsp;&nbsp;&nbsp; TagLib::FileRef f(filename.toUtf8().data());</DIV>
<DIV>&nbsp;&nbsp;&nbsp; if(!f.isNull() &amp;&amp; f.tag()) {</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TagLib::Tag *tag = f.tag();</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "-- TAG --" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "title&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;title()&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "artist&nbsp; - \"" &lt;&lt; tag-&gt;artist()&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "album&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;album()&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "year&nbsp;&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;year()&nbsp;&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "comment - \"" &lt;&lt; tag-&gt;comment() &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "track&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;track()&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cout &lt;&lt; "genre&nbsp;&nbsp; - \"" &lt;&lt; tag-&gt;genre()&nbsp;&nbsp; &lt;&lt; "\"" &lt;&lt; endl;<BR>&nbsp;&nbsp;&nbsp; }</DIV>
<DIV>}</DIV></DIV>(2)when read out tag info&nbsp;,some of them&nbsp;is written in Chinese ,in Qt 4.5,I&nbsp;turn it to GB2312,but&nbsp;some&nbsp;are unrecognizable code,how to solve?&nbsp;<BR><BR><SPAN title="neteasefooter"></SPAN><br><br><span title="neteasefooter"/></span>