Index: wp-includes/feed-rss2.php
===================================================================
--- wp-includes/feed-rss2.php	(revision 6160)
+++ wp-includes/feed-rss2.php	(working copy)
@@ -36,7 +36,7 @@
 <?php else : ?>
 		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
 	<?php if ( strlen( $post->post_content ) > 0 ) : ?>
-		<content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
+		<content:encoded><![CDATA[<?php the_content_rss('', 0, '',0 , 3) ?>]]></content:encoded>
 	<?php else : ?>
 		<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
 	<?php endif; ?>
Index: wp-includes/feed-atom.php
===================================================================
--- wp-includes/feed-atom.php	(revision 6160)
+++ wp-includes/feed-atom.php	(working copy)
@@ -38,7 +38,9 @@
 		<?php the_category_rss('atom') ?>
 		<summary type="<?php html_type_rss(); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>
 <?php if ( !get_option('rss_use_excerpt') ) : ?>
-		<content type="<?php html_type_rss(); ?>" xml:base="<?php the_permalink_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
+		<content type="<?php bloginfo('html_type'); ?>" mode="escaped" xml:base="<?php permalink_single_rss() ?>">
+			<![CDATA[<?php the_content_rss('', 0, '',0 , 3) ?>]]>
+		</content>
 <?php endif; ?>
 <?php atom_enclosure(); ?>
 <?php do_action('atom_entry'); ?>
Index: wp-includes/feed-rdf.php
===================================================================
--- wp-includes/feed-rdf.php	(revision 6160)
+++ wp-includes/feed-rdf.php	(working copy)
@@ -43,7 +43,8 @@
 	<description><?php the_excerpt_rss() ?></description>
 <?php else : ?>
 	<description><?php the_content_rss('', 0, '', get_option('rss_excerpt_length'), 2) ?></description>
-	<content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
+	<content:encoded><![CDATA[<?php the_content_rss('', 0, '',0 , 3) ?>]]></content:encoded>
+	
 <?php endif; ?>
 	<?php do_action('rdf_item'); ?>
 </item>
