I have nasty issue occuring every so often where sometime a guest blogger would inadvertently put a non-UTF character or an unbalanced HTML tag into a post, which will then break the RSS feed and will result in FeedBurner not being able to send it to subscribers via email.
Is there a technological way to avoid this kind of issues?
Thanks!
copy this code in a php file, copy this file in your plugins-folder and after this activate it on the backend of WordPress. I hope this helps, but i dont test it, write it on scratch.
If this is just happening in the RSS content area, try filtering out the chars by using the_content_rss filter:
Here are the filters related to RSS feeds:
Hope this helps!