mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
13 lines
579 B
XML
13 lines
579 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>iTunes elements should only be present in feeds encoded as UTF-8</p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>From the <a href="http://www.apple.com/itunes/podcasts/techspecs.html#_Toc526931676">Podcasting and iTunes: Technical Specification</a>: <cite>Please use UTF-8 encoding for your feed. Other encodings are not guaranteed to work in iTunes.</cite></p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>If working with iTunes is important to you, consider changing the encoding of your feed to UTF-8.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|