Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php	(revision 5319)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php	(working copy)
@@ -176,7 +176,7 @@
  * @return string Document title separator.
  */
 function document_title_separator() {
-	return '&mdash;';
+	return ( is_feed() ) ? '&#8212;' : '&mdash;';
 }
 add_filter( 'document_title_separator', __NAMESPACE__ . '\document_title_separator' );
 
