<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'ID3v2 Frame TIT2' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'ID3v2 Frame TIT2' posted on the 'MP3 programming' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Sat, 21 Nov 2009 11:58:01 -0700</pubDate>
    <lastBuildDate>Sat, 21 Nov 2009 11:58:01 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>ID3v2 Frame TIT2</title>
      <link>http://www.programmersheaven.com/mb/MP3/386111/386111/id3v2-frame-tit2/</link>
      <description>I decided to recently start parsing some of my mp3 files to see what type of tags they had.  Then I ran across one with a strange formatting in the TIT2 frame, which is a title.  It had the name of my song, but each letter was separated by a 0x00 byte.  None of my media players have trouble reading this.  Any suggestions to what the problem could be?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MP3/386111/386111/id3v2-frame-tit2/</guid>
      <pubDate>Fri, 20 Feb 2009 21:35:58 -0700</pubDate>
      <category>MP3 programming</category>
    </item>
    <item>
      <title>Re: ID3v2 Frame TIT2</title>
      <link>http://www.programmersheaven.com/mb/MP3/386111/386419/re-id3v2-frame-tit2/#386419</link>
      <description>Sounds like it was stored in UNICODE. a "wchar_t" is two bytes wide instead of one.  The world runs on UNICODE now, so you may wind up with more files like this one in the future, unless you use an old Windows 9X application to edit them.  I'll post a link below to some information that helped me get started with UNICODE in my C++ programs a while back.  Maybe it can explain this to you.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cprogramming.com/tutorial/unicode.html"&gt;http://www.cprogramming.com/tutorial/unicode.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
-&lt;em&gt;&lt;strong&gt;&lt;span style="color: Red;"&gt;S&lt;/span&gt;&lt;span style="color: Purple;"&gt;e&lt;/span&gt;&lt;span style="color: Blue;"&gt;p&lt;/span&gt;&lt;span style="color: Green;"&gt;h&lt;/span&gt;&lt;span style="color: Red;"&gt;i&lt;/span&gt;&lt;span style="color: Purple;"&gt;r&lt;/span&gt;&lt;span style="color: Blue;"&gt;o&lt;/span&gt;&lt;span style="color: Green;"&gt;t&lt;/span&gt;&lt;span style="color: Red;"&gt;h&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MP3/386111/386419/re-id3v2-frame-tit2/#386419</guid>
      <pubDate>Thu, 26 Feb 2009 11:32:45 -0700</pubDate>
      <category>MP3 programming</category>
    </item>
  </channel>
</rss>