Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 15376)
+++ wp-includes/general-template.php	(working copy)
@@ -1589,7 +1589,7 @@
 
 	$defaults = array(
 		/* translators: Separator between blog name and feed type in feed links */
-		'separator'	=> _x('&raquo;', 'feed link'),
+		'separator'	=> _x(ent2ncr('&raquo;'), 'feed link'),
 		/* translators: 1: blog title, 2: separator (raquo) */
 		'feedtitle'	=> __('%1$s %2$s Feed'),
 		/* translators: %s: blog title, 2: separator (raquo) */
@@ -1612,7 +1612,7 @@
 function feed_links_extra( $args = array() ) {
 	$defaults = array(
 		/* translators: Separator between blog name and feed type in feed links */
-		'separator'   => _x('&raquo;', 'feed link'),
+		'separator'   => _x(ent2ncr('&raquo;'), 'feed link'),
 		/* translators: 1: blog name, 2: separator(raquo), 3: post title */
 		'singletitle' => __('%1$s %2$s %3$s Comments Feed'),
 		/* translators: 1: blog name, 2: separator(raquo), 3: category name */
