2008/5/27 Bin Chen <[EMAIL PROTECTED]>: > HI, > > Is there a good library can handle MP3 id3tag encoding easily? AFAIK, > the encoding that in the id3tag can't be decided, it maybe ASCII, > UTF-8 and others which sometimes cause the software to decode some > error character. > The libid3tag can do raw reading to id3tag but not handle the encoding easily.
You need one library to read the tag's text fields as raw byte arrays and another to determine the encoding. The latter is highly nontrivial. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

