<p>Most common id3 encoding problem is using local 8bit win encoding in Latin1 fields. You can use special Latin1 handler or (better works for me) if string is in Latin1 convert it to local 8 bit windows encoding. </p>
<div class="gmail_quote">15.07.2012 21:35 пользователь "Christian Convey" <<a href="mailto:christian.convey@gmail.com">christian.convey@gmail.com</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm new to ID3 tag handling.  Can you tell me if taglib can be used to<br>
solve a particular problem?<br>
<br>
I have MP3 files frm a podcast, and I suspect that there's an<br>
inconsistency between the actual encoding of the ID3v2.2 Title field,<br>
and the byte that states what encoding is used for that string.<br>
<br>
Can taglib tell me which encoding the file *claims* to have for that field?<br>
<br>
And can I get taglib to give me the bytes in the ID3v2.2 Title field<br>
*without* taglib automatically performing some kind of<br>
character-encoding translation?<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>
</blockquote></div>