diff -r 4bcc91e70483 -r cda6e6257514 application/src/PodcastFeedView.cpp --- a/application/src/PodcastFeedView.cpp Thu Feb 25 22:05:50 2010 +0000 +++ b/application/src/PodcastFeedView.cpp Sat Feb 27 14:40:44 2010 +0000 @@ -119,6 +119,11 @@ iUpdater = CPodcastFeedViewUpdater::NewL(*this); DP("CPodcastFeedView::ConstructL END"); + + TBuf<1024> test; + test.Copy(_L("Yeah, we’re doing an episode. "hej" © fl ong Should you get used to it? Ummm… maybe not. But let’s enjoy the ride while it lasts! Today we just yammer on about whatever, mostly just about what we’ve been up to. Until next time!")); + + PodcastUtils::CleanHtmlL(test); } CPodcastFeedView::~CPodcastFeedView()