Index: wp-admin/about.php===================================================================
--- wp-admin/about.php	2012-06-02 01:16:34 -0400
+++ wp-admin/about.php	2012-06-14 14:07:13 -0400
@@ -42,7 +42,7 @@
 		<p><?php _e( 'Gone are the days of rushing to update your header, background, and the like as soon as you activate a new theme. You can now customize these options <strong>before</strong> activating a new theme. Note: this feature is available for installed themes only.' ); ?></p>
 
 		<h4><?php _e( 'Customize Current Theme' ); ?></h4>
-		<p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint &mdash; you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
+		<p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint &#8212; you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
 	</div>
 </div>
 
@@ -87,7 +87,7 @@
 		<img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-1.png' ) ); ?>" class="image-30" />
 		<img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-2.png' ) ); ?>" class="image-30" />
 		<h4><?php _e( 'HTML Support' ); ?></h4>
-		<p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links &mdash; great for photo credits or licensing details &mdash; and basic formatting such as bold and italicized text.' ); ?></p>
+		<p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links &#8212; great for photo credits or licensing details &#8212; and basic formatting such as bold and italicized text.' ); ?></p>
 	</div>
 </div>
 
@@ -122,11 +122,11 @@
 <div class="return-to-dashboard">
 	<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
 	<a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php
-		is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' );
+		is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &#8594; Updates' );
 	?></a> |
 	<?php endif; ?>
 	<a href="<?php echo esc_url( self_admin_url() ); ?>"><?php
-		is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
+		is_blog_admin() ? _e( 'Go to Dashboard &#8594; Home' ) : _e( 'Go to Dashboard' ); ?></a>
 </div>
 
 </div>
Index: wp-admin/admin-footer.php===================================================================
--- wp-admin/admin-footer.php	2011-10-05 18:45:32 -0400
+++ wp-admin/admin-footer.php	2012-06-14 14:07:13 -0400
@@ -22,7 +22,7 @@
 $footer_text = array(
 	'<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>',
 );
-echo apply_filters( 'admin_footer_text', implode( ' &bull; ', $footer_text ) );
+echo apply_filters( 'admin_footer_text', implode( ' &#8226; ', $footer_text ) );
 unset( $footer_text );
 ?></p>
 <p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
Index: wp-admin/admin-header.php===================================================================
--- wp-admin/admin-header.php	2012-06-06 20:34:24 -0400
+++ wp-admin/admin-header.php	2012-06-14 14:07:13 -0400
@@ -31,7 +31,7 @@
 if ( $admin_title == $title )
 	$admin_title = sprintf( __( '%1$s &#8212; WordPress' ), $title );
 else
-	$admin_title = sprintf( __( '%1$s &lsaquo; %2$s &#8212; WordPress' ), $title, $admin_title );
+	$admin_title = sprintf( __( '%1$s &#8249; %2$s &#8212; WordPress' ), $title, $admin_title );
 
 $admin_title = apply_filters( 'admin_title', $admin_title, $title );
 
Index: wp-admin/custom-header.php===================================================================
--- wp-admin/custom-header.php	2012-06-10 00:32:18 -0400
+++ wp-admin/custom-header.php	2012-06-14 14:07:13 -0400
@@ -531,7 +531,7 @@
 	<p><?php _e( 'You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.' ); ?><br />
 	<?php
 	if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) {
-		printf( __( 'Images of exactly <strong>%1$d &times; %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );
+		printf( __( 'Images of exactly <strong>%1$d &#215; %2$d pixels</strong> will be used as-is.' ) . '<br />', get_theme_support( 'custom-header', 'width' ), get_theme_support( 'custom-header', 'height' ) );
 	} elseif ( current_theme_supports( 'custom-header', 'flex-height' ) ) {
 		if ( ! current_theme_supports( 'custom-header', 'flex-width' ) )
 			printf( __( 'Images should be at least <strong>%1$d pixels</strong> wide.' ) . ' ', get_theme_support( 'custom-header', 'width' ) );
@@ -589,7 +589,7 @@
 <th scope="row"><?php _e( 'Default Images' ); ?></th>
 <td>
 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
-	<p><?php _e( 'If you don&lsquo;t want to upload your own image, you can use one of these cool headers, or show a random one.' ) ?></p>
+	<p><?php _e( 'If you don&#8216;t want to upload your own image, you can use one of these cool headers, or show a random one.' ) ?></p>
 <?php else: ?>
 	<p><?php _e( 'You can use one of these cool headers or show a random one on each page.' ) ?></p>
 <?php endif; ?>
Index: wp-admin/edit-form-advanced.php===================================================================
--- wp-admin/edit-form-advanced.php	2012-05-20 22:20:00 -0400
+++ wp-admin/edit-form-advanced.php	2012-06-14 14:07:13 -0400
@@ -317,7 +317,7 @@
 <table id="post-status-info" cellspacing="0"><tbody><tr>
 	<td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
 	<td class="autosave-info">
-	<span class="autosave-message">&nbsp;</span>
+	<span class="autosave-message">&#160;</span>
 <?php
 	if ( 'auto-draft' != $post->post_status ) {
 		echo '<span id="last-edit">';
Index: wp-admin/edit-form-comment.php===================================================================
--- wp-admin/edit-form-comment.php	2012-03-23 21:41:00 -0400
+++ wp-admin/edit-form-comment.php	2012-06-14 14:07:13 -0400
@@ -98,7 +98,7 @@
 $stamp = __('Submitted on: <b>%1$s</b>');
 $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
 ?>
-<span id="timestamp"><?php printf($stamp, $date); ?></span>&nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
+<span id="timestamp"><?php printf($stamp, $date); ?></span>&#160;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
 <div id='timestampdiv' class='hide-if-js'><?php touch_time(('editcomment' == $action), 0, 5); ?></div>
 </div>
 </div> <!-- misc actions -->
Index: wp-admin/includes/ajax-actions.php===================================================================
--- wp-admin/includes/ajax-actions.php	2012-06-12 22:51:54 -0400
+++ wp-admin/includes/ajax-actions.php	2012-06-14 14:07:13 -0400
@@ -352,7 +352,7 @@
 	ob_start();
 		wp_dropdown_categories( array(
 			'taxonomy' => $taxonomy->name, 'hide_empty' => 0, 'name' => 'new'.$taxonomy->name.'_parent', 'orderby' => 'name',
-			'hierarchical' => 1, 'show_option_none' => '&mdash; '.$taxonomy->labels->parent_item.' &mdash;'
+			'hierarchical' => 1, 'show_option_none' => '&#8212; '.$taxonomy->labels->parent_item.' &#8212;'
 		) );
 	$sup = ob_get_contents();
 	ob_end_clean();
Index: wp-admin/includes/class-wp-comments-list-table.php===================================================================
--- wp-admin/includes/class-wp-comments-list-table.php	2012-04-19 14:00:44 -0400
+++ wp-admin/includes/class-wp-comments-list-table.php	2012-06-14 14:07:13 -0400
@@ -413,7 +413,7 @@
 
 			if ( 'spam' != $the_comment_status && 'trash' != $the_comment_status ) {
 				$actions['edit'] = "<a href='comment.php?action=editcomment&amp;c={$comment->comment_ID}' title='" . esc_attr__( 'Edit comment' ) . "'>". __( 'Edit' ) . '</a>';
-				$actions['quickedit'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\',\'edit\' );return false;" class="vim-q" title="'.esc_attr__( 'Quick Edit' ).'" href="#">' . __( 'Quick&nbsp;Edit' ) . '</a>';
+				$actions['quickedit'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\',\'edit\' );return false;" class="vim-q" title="'.esc_attr__( 'Quick Edit' ).'" href="#">' . __( 'Quick&#160;Edit' ) . '</a>';
 				$actions['reply'] = '<a onclick="commentReply.open( \''.$comment->comment_ID.'\',\''.$post->ID.'\' );return false;" class="vim-r" title="'.esc_attr__( 'Reply to this comment' ).'" href="#">' . __( 'Reply' ) . '</a>';
 			}
 
Index: wp-admin/includes/class-wp-list-table.php===================================================================
--- wp-admin/includes/class-wp-list-table.php	2012-03-16 04:04:06 -0400
+++ wp-admin/includes/class-wp-list-table.php	2012-06-14 14:07:14 -0400
@@ -506,14 +506,14 @@
 			'first-page' . $disable_first,
 			esc_attr__( 'Go to the first page' ),
 			esc_url( remove_query_arg( 'paged', $current_url ) ),
-			'&laquo;'
+			'&#171;'
 		);
 
 		$page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
 			'prev-page' . $disable_first,
 			esc_attr__( 'Go to the previous page' ),
 			esc_url( add_query_arg( 'paged', max( 1, $current-1 ), $current_url ) ),
-			'&lsaquo;'
+			'&#8249;'
 		);
 
 		if ( 'bottom' == $which )
@@ -532,14 +532,14 @@
 			'next-page' . $disable_last,
 			esc_attr__( 'Go to the next page' ),
 			esc_url( add_query_arg( 'paged', min( $total_pages, $current+1 ), $current_url ) ),
-			'&rsaquo;'
+			'&#8250;'
 		);
 
 		$page_links[] = sprintf( "<a class='%s' title='%s' href='%s'>%s</a>",
 			'last-page' . $disable_last,
 			esc_attr__( 'Go to the last page' ),
 			esc_url( add_query_arg( 'paged', $total_pages, $current_url ) ),
-			'&raquo;'
+			'&#187;'
 		);
 
 		$pagination_links_class = 'pagination-links';
Index: wp-admin/includes/class-wp-plugins-list-table.php===================================================================
--- wp-admin/includes/class-wp-plugins-list-table.php	2012-05-23 18:00:08 -0400
+++ wp-admin/includes/class-wp-plugins-list-table.php	2012-06-14 14:07:14 -0400
@@ -380,7 +380,7 @@
 		$checkbox_id =  "checkbox_" . md5($plugin_data['Name']);
 		$checkbox = in_array( $status, array( 'mustuse', 'dropins' ) ) ? '' : "<input type='checkbox' name='checked[]' value='" . esc_attr( $plugin_file ) . "' id='" . $checkbox_id . "' /><label class='screen-reader-text' for='" . $checkbox_id . "' >" . __('Select') . " " . $plugin_data['Name'] . "</label>";
 		if ( 'dropins' != $context ) {
-			$description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : '&nbsp;' ) . '</p>';
+			$description = '<p>' . ( $plugin_data['Description'] ? $plugin_data['Description'] : '&#160;' ) . '</p>';
 			$plugin_name = $plugin_data['Name'];
 		}
 
Index: wp-admin/includes/class-wp-posts-list-table.php===================================================================
--- wp-admin/includes/class-wp-posts-list-table.php	2012-06-10 16:22:54 -0400
+++ wp-admin/includes/class-wp-posts-list-table.php	2012-06-14 14:07:14 -0400
@@ -534,7 +534,7 @@
 				$actions = array();
 				if ( $can_edit_post && 'trash' != $post->post_status ) {
 					$actions['edit'] = '<a href="' . get_edit_post_link( $post->ID, true ) . '" title="' . esc_attr( __( 'Edit this item' ) ) . '">' . __( 'Edit' ) . '</a>';
-					$actions['inline hide-if-no-js'] = '<a href="#" class="editinline" title="' . esc_attr( __( 'Edit this item inline' ) ) . '">' . __( 'Quick&nbsp;Edit' ) . '</a>';
+					$actions['inline hide-if-no-js'] = '<a href="#" class="editinline" title="' . esc_attr( __( 'Edit this item inline' ) ) . '">' . __( 'Quick&#160;Edit' ) . '</a>';
 				}
 				if ( current_user_can( $post_type_object->cap->delete_post, $post->ID ) ) {
 					if ( 'trash' == $post->post_status )
@@ -770,7 +770,7 @@
 					'echo' => 0
 				);
 				if ( $bulk )
-					$users_opt['show_option_none'] = __( '&mdash; No Change &mdash;' );
+					$users_opt['show_option_none'] = __( '&#8212; No Change &#8212;' );
 
 				if ( $authors = wp_dropdown_users( $users_opt ) ) :
 					$authors_dropdown  = '<label class="inline-edit-author">';
@@ -796,7 +796,7 @@
 				<em style="margin:5px 10px 0 0" class="alignleft">
 					<?php
 					/* translators: Between password field and private checkbox on post quick edit interface */
-					echo __( '&ndash;OR&ndash;' );
+					echo __( '&#8211;OR&#8211;' );
 					?>
 				</em>
 				<label class="alignleft inline-edit-private">
@@ -853,7 +853,7 @@
 		);
 
 		if ( $bulk )
-			$dropdown_args['show_option_no_change'] =  __( '&mdash; No Change &mdash;' );
+			$dropdown_args['show_option_no_change'] =  __( '&#8212; No Change &#8212;' );
 		$dropdown_args = apply_filters( 'quick_edit_dropdown_pages_args', $dropdown_args );
 		wp_dropdown_pages( $dropdown_args );
 	?>
@@ -878,7 +878,7 @@
 				<span class="title"><?php _e( 'Template' ); ?></span>
 				<select name="page_template">
 	<?php	if ( $bulk ) : ?>
-					<option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+					<option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 	<?php	endif; // $bulk ?>
 					<option value="default"><?php _e( 'Default Template' ); ?></option>
 					<?php page_template_dropdown() ?>
@@ -912,7 +912,7 @@
 			<label class="alignleft">
 				<span class="title"><?php _e( 'Comments' ); ?></span>
 				<select name="comment_status">
-					<option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+					<option value=""><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 					<option value="open"><?php _e( 'Allow' ); ?></option>
 					<option value="closed"><?php _e( 'Do not allow' ); ?></option>
 				</select>
@@ -921,7 +921,7 @@
 			<label class="alignright">
 				<span class="title"><?php _e( 'Pings' ); ?></span>
 				<select name="ping_status">
-					<option value=""><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+					<option value=""><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 					<option value="open"><?php _e( 'Allow' ); ?></option>
 					<option value="closed"><?php _e( 'Do not allow' ); ?></option>
 				</select>
@@ -953,7 +953,7 @@
 					<span class="title"><?php _e( 'Status' ); ?></span>
 					<select name="_status">
 	<?php if ( $bulk ) : ?>
-						<option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+						<option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 	<?php endif; // $bulk ?>
 					<?php if ( $can_publish ) : // Contributors only get "Unpublished" and "Pending Review" ?>
 						<option value="publish"><?php _e( 'Published' ); ?></option>
@@ -974,7 +974,7 @@
 				<label class="alignright">
 					<span class="title"><?php _e( 'Sticky' ); ?></span>
 					<select name="sticky">
-						<option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+						<option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 						<option value="sticky"><?php _e( 'Sticky' ); ?></option>
 						<option value="unsticky"><?php _e( 'Not Sticky' ); ?></option>
 					</select>
@@ -1003,7 +1003,7 @@
 				<span class="title"><?php _ex( 'Format', 'post format' ); ?></span>
 				<select name="post_format">
 				<?php if ( $bulk ) : ?>
-					<option value="-1"><?php _e( '&mdash; No Change &mdash;' ); ?></option>
+					<option value="-1"><?php _e( '&#8212; No Change &#8212;' ); ?></option>
 				<?php endif; ?>
 					<option value="0"><?php _ex( 'Standard', 'Post format' ); ?></option>
 				<?php foreach ( $all_post_formats as $slug => $format ) :
Index: wp-admin/includes/class-wp-terms-list-table.php===================================================================
--- wp-admin/includes/class-wp-terms-list-table.php	2012-01-08 16:01:10 -0500
+++ wp-admin/includes/class-wp-terms-list-table.php	2012-06-14 14:07:14 -0400
@@ -238,7 +238,7 @@
 		if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term )
 			return '<input type="checkbox" name="delete_tags[]" value="' . $tag->term_id . '" />';
 		else
-			return '&nbsp;';
+			return '&#160;';
 	}
 
 	function column_name( $tag ) {
@@ -256,7 +256,7 @@
 		$actions = array();
 		if ( current_user_can( $tax->cap->edit_terms ) ) {
 			$actions['edit'] = '<a href="' . $edit_link . '">' . __( 'Edit' ) . '</a>';
-			$actions['inline hide-if-no-js'] = '<a href="#" class="editinline">' . __( 'Quick&nbsp;Edit' ) . '</a>';
+			$actions['inline hide-if-no-js'] = '<a href="#" class="editinline">' . __( 'Quick&#160;Edit' ) . '</a>';
 		}
 		if ( current_user_can( $tax->cap->delete_terms ) && $tag->term_id != $default_term )
 			$actions['delete'] = "<a class='delete-tag' href='" . wp_nonce_url( "edit-tags.php?action=delete&amp;taxonomy=$taxonomy&amp;tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ) . "'>" . __( 'Delete' ) . "</a>";
Index: wp-admin/includes/class-wp-theme-install-list-table.php===================================================================
--- wp-admin/includes/class-wp-theme-install-list-table.php	2012-06-06 21:45:16 -0400
+++ wp-admin/includes/class-wp-theme-install-list-table.php	2012-06-14 14:07:14 -0400
@@ -253,7 +253,7 @@
 		<div id="theme-installer" class="wp-full-overlay expanded">
 			<div class="wp-full-overlay-sidebar">
 				<div class="wp-full-overlay-header">
-					<a href="#" class="close-full-overlay"><?php _e( '&larr; Close' ); ?></a>
+					<a href="#" class="close-full-overlay"><?php _e( '&#8592; Close' ); ?></a>
 				</div>
 				<div class="wp-full-overlay-sidebar-content">
 					<div class="install-theme-info"></div>
Index: wp-admin/includes/class-wp-users-list-table.php===================================================================
--- wp-admin/includes/class-wp-users-list-table.php	2012-01-08 16:01:10 -0500
+++ wp-admin/includes/class-wp-users-list-table.php	2012-06-14 14:07:14 -0400
@@ -140,9 +140,9 @@
 			return;
 ?>
 	<div class="alignleft actions">
-		<label class="screen-reader-text" for="new_role"><?php _e( 'Change role to&hellip;' ) ?></label>
+		<label class="screen-reader-text" for="new_role"><?php _e( 'Change role to&#8230;' ) ?></label>
 		<select name="new_role" id="new_role">
-			<option value=''><?php _e( 'Change role to&hellip;' ) ?></option>
+			<option value=''><?php _e( 'Change role to&#8230;' ) ?></option>
 			<?php wp_dropdown_roles(); ?>
 		</select>
 		<?php submit_button( __( 'Change' ), 'secondary', 'changeit', false ); ?>
Index: wp-admin/includes/dashboard.php===================================================================
--- wp-admin/includes/dashboard.php	2012-06-05 18:51:32 -0400
+++ wp-admin/includes/dashboard.php	2012-06-14 14:07:14 -0400
@@ -567,7 +567,7 @@
 			$title = _draft_or_post_title( $draft->ID );
 			$item = "<h4><a href='$url' title='" . sprintf( __( 'Edit &#8220;%s&#8221;' ), esc_attr( $title ) ) . "'>" . esc_html($title) . "</a> <abbr title='" . get_the_time(__('Y/m/d g:i:s A'), $draft) . "'>" . get_the_time( get_option( 'date_format' ), $draft ) . '</abbr></h4>';
 			if ( $the_content = preg_split( '#\s#', strip_tags( $draft->post_content ), 11, PREG_SPLIT_NO_EMPTY ) )
-				$item .= '<p>' . join( ' ', array_slice( $the_content, 0, 10 ) ) . ( 10 < count( $the_content ) ? '&hellip;' : '' ) . '</p>';
+				$item .= '<p>' . join( ' ', array_slice( $the_content, 0, 10 ) ) . ( 10 < count( $the_content ) ? '&#8230;' : '' ) . '</p>';
 			$list[] = $item;
 		}
 ?>
@@ -770,7 +770,7 @@
 	}
 
 	if ( !$rss->get_item_quantity() ) {
-		echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
+		echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&#8230; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
 		$rss->__destruct();
 		unset($rss);
 		return;
@@ -974,7 +974,7 @@
 							'&amp;TB_iframe=true&amp;width=600&amp;height=800';
 
 		echo "<h4>$label</h4>\n";
-		echo "<h5><a href='$link'>$title</a></h5>&nbsp;<span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span>\n";
+		echo "<h5><a href='$link'>$title</a></h5>&#160;<span>(<a href='$ilink' class='thickbox' title='$title'>" . __( 'Install' ) . "</a>)</span>\n";
 		echo "<p>$description</p>\n";
 
 		$$feed->__destruct();
@@ -1302,7 +1302,7 @@
 
 			if ( ! empty( $customize_links ) ) {
 				echo '<p>';
-				printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>. If you stick with %1$s, here are a few ways to make your site look unique.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
+				printf( __( 'Use the current theme &#8212; %1$s &#8212; or <a href="%2$s">choose a new one</a>. If you stick with %1$s, here are a few ways to make your site look unique.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
 				echo '</p>';
 			?>
 			<ul>
@@ -1313,7 +1313,7 @@
 			<?php
 			} else {
 				echo '<p>';
-				printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
+				printf( __( 'Use the current theme &#8212; %1$s &#8212; or <a href="%2$s">choose a new one</a>.' ), $theme->display('Name'), esc_url( admin_url( 'themes.php' ) ) );
 				echo '</p>';
 			}
 		endif; ?>
Index: wp-admin/includes/image-edit.php===================================================================
--- wp-admin/includes/image-edit.php	2012-04-06 20:47:24 -0400
+++ wp-admin/includes/image-edit.php	2012-06-14 14:07:14 -0400
@@ -82,9 +82,9 @@
 		<a class="imgedit-help-toggle" onclick="imageEdit.toggleHelp(this);return false;" href="#"><strong><?php _e('Scale Image'); ?></strong></a>
 		<div class="imgedit-help">
 		<p><?php _e('You can proportionally scale the original image. For best results the scaling should be done before performing any other operations on it like crop, rotate, etc. Note that if you make the image larger it may become fuzzy.'); ?></p>
-		<p><?php printf( __('Original dimensions %s'), $meta['width'] . '&times;' . $meta['height'] ); ?></p>
+		<p><?php printf( __('Original dimensions %s'), $meta['width'] . '&#215;' . $meta['height'] ); ?></p>
 		<div class="imgedit-submit">
-		<span class="nowrap"><input type="text" id="imgedit-scale-width-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" style="width:4em;" value="<?php echo $meta['width']; ?>" />&times;<input type="text" id="imgedit-scale-height-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" style="width:4em;" value="<?php echo $meta['height']; ?>" />
+		<span class="nowrap"><input type="text" id="imgedit-scale-width-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 1)" style="width:4em;" value="<?php echo $meta['width']; ?>" />&#215;<input type="text" id="imgedit-scale-height-<?php echo $post_id; ?>" onkeyup="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" onblur="imageEdit.scaleChanged(<?php echo $post_id; ?>, 0)" style="width:4em;" value="<?php echo $meta['height']; ?>" />
 		<span class="imgedit-scale-warn" id="imgedit-scale-warn-<?php echo $post_id; ?>">!</span></span>
 		<input type="button" onclick="imageEdit.action(<?php echo "$post_id, '$nonce'"; ?>, 'scale')" class="button-primary" value="<?php esc_attr_e( 'Scale' ); ?>" />
 		</div>
Index: wp-admin/includes/media.php===================================================================
--- wp-admin/includes/media.php	2012-06-06 16:00:08 -0400
+++ wp-admin/includes/media.php	2012-06-14 14:07:14 -0400
@@ -324,7 +324,7 @@
 function wp_iframe($content_func /* ... */) {
 	_wp_admin_html_begin();
 ?>
-<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; <?php _e('WordPress'); ?></title>
+<title><?php bloginfo('name') ?> &#8250; <?php _e('Uploads'); ?> &#8212; <?php _e('WordPress'); ?></title>
 <?php
 
 wp_enqueue_style( 'colors' );
@@ -741,7 +741,7 @@
 			$html .= "<label for='{$css_id}'>$label</label>";
 			// only show the dimensions if that choice is available
 			if ( $enabled )
-				$html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d&nbsp;&times;&nbsp;%d)", $downsize[1], $downsize[2] ). "</label>";
+				$html .= " <label for='{$css_id}' class='help'>" . sprintf( "(%d&#160;&#215;&#160;%d)", $downsize[1], $downsize[2] ). "</label>";
 
 			$html .= '</div>';
 
@@ -1107,7 +1107,7 @@
 	$media_dims = '';
 	$meta = wp_get_attachment_metadata( $post->ID );
 	if ( is_array( $meta ) && array_key_exists( 'width', $meta ) && array_key_exists( 'height', $meta ) )
-		$media_dims .= "<span id='media-dims-$post->ID'>{$meta['width']}&nbsp;&times;&nbsp;{$meta['height']}</span> ";
+		$media_dims .= "<span id='media-dims-$post->ID'>{$meta['width']}&#160;&#215;&#160;{$meta['height']}</span> ";
 	$media_dims = apply_filters( 'media_meta', $media_dims, $post );
 
 	$image_edit_button = '';
@@ -1843,8 +1843,8 @@
 $page_links = paginate_links( array(
 	'base' => add_query_arg( 'paged', '%#%' ),
 	'format' => '',
-	'prev_text' => __('&laquo;'),
-	'next_text' => __('&raquo;'),
+	'prev_text' => __('&#171;'),
+	'next_text' => __('&#187;'),
 	'total' => ceil($wp_query->found_posts / 10),
 	'current' => $_GET['paged']
 ));
@@ -1954,7 +1954,7 @@
 	}
 
 	return '
-	<p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> &nbsp; &nbsp; <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p>
+	<p class="media-types"><label><input type="radio" name="media_type" value="image" id="image-only"' . checked( 'image-only', $view, false ) . ' /> ' . __( 'Image' ) . '</label> &#160; &#160; <label><input type="radio" name="media_type" value="generic" id="not-image"' . checked( 'not-image', $view, false ) . ' /> ' . __( 'Audio, Video, or Other File' ) . '</label></p>
 	<table class="describe ' . $table_class . '"><tbody>
 		<tr>
 			<th valign="top" scope="row" class="label" style="width:130px;">
@@ -2100,7 +2100,7 @@
 <input name="image_resize" type="checkbox" id="image_resize" value="true"<?php echo $checked; ?> />
 <?php
 	/* translators: %1$s is link start tag, %2$s is link end tag, %3$d is width, %4$d is height*/
-	printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d &times; %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
+	printf( __( 'Scale images to match the large size selected in %1$simage options%2$s (%3$d &#215; %4$d).' ), $a, $end, (int) get_option( 'large_size_w', '1024' ), (int) get_option( 'large_size_h', '1024' ) );
 ?>
 </label></p>
 <?php
Index: wp-admin/includes/meta-boxes.php===================================================================
--- wp-admin/includes/meta-boxes.php	2012-05-25 13:45:16 -0400
+++ wp-admin/includes/meta-boxes.php	2012-06-14 14:07:14 -0400
@@ -355,7 +355,7 @@
 					<label class="screen-reader-text" for="new<?php echo $taxonomy; ?>_parent">
 						<?php echo $tax->labels->parent_item_colon; ?>
 					</label>
-					<?php wp_dropdown_categories( array( 'taxonomy' => $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&mdash; ' . $tax->labels->parent_item . ' &mdash;', 'tab_index' => 3 ) ); ?>
+					<?php wp_dropdown_categories( array( 'taxonomy' => $taxonomy, 'hide_empty' => 0, 'name' => 'new'.$taxonomy.'_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&#8212; ' . $tax->labels->parent_item . ' &#8212;', 'tab_index' => 3 ) ); ?>
 					<input type="button" id="<?php echo $taxonomy; ?>-add-submit" class="add:<?php echo $taxonomy ?>checklist:<?php echo $taxonomy ?>-add button category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" tabindex="3" />
 					<?php wp_nonce_field( 'add-'.$taxonomy, '_ajax_nonce-add-'.$taxonomy, false ); ?>
 					<span id="<?php echo $taxonomy; ?>-ajax-response"></span>
@@ -708,13 +708,13 @@
 <fieldset><legend class="screen-reader-text"><span><?php _e('Target') ?></span></legend>
 <p><label for="link_target_blank" class="selectit">
 <input id="link_target_blank" type="radio" name="link_target" value="_blank" <?php echo ( isset( $link->link_target ) && ($link->link_target == '_blank') ? 'checked="checked"' : ''); ?> />
-<?php _e('<code>_blank</code> &mdash; new window or tab.'); ?></label></p>
+<?php _e('<code>_blank</code> &#8212; new window or tab.'); ?></label></p>
 <p><label for="link_target_top" class="selectit">
 <input id="link_target_top" type="radio" name="link_target" value="_top" <?php echo ( isset( $link->link_target ) && ($link->link_target == '_top') ? 'checked="checked"' : ''); ?> />
-<?php _e('<code>_top</code> &mdash; current window or tab, with no frames.'); ?></label></p>
+<?php _e('<code>_top</code> &#8212; current window or tab, with no frames.'); ?></label></p>
 <p><label for="link_target_none" class="selectit">
 <input id="link_target_none" type="radio" name="link_target" value="" <?php echo ( isset( $link->link_target ) && ($link->link_target == '') ? 'checked="checked"' : ''); ?> />
-<?php _e('<code>_none</code> &mdash; same window or tab.'); ?></label></p>
+<?php _e('<code>_none</code> &#8212; same window or tab.'); ?></label></p>
 </fieldset>
 <p><?php _e('Choose the target frame for your link.'); ?></p>
 <?php
@@ -776,16 +776,16 @@
 		<th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></th>
 		<td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friendship') ?></span></legend>
 			<label for="contact">
-			<input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?>
+			<input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('contact') ?>
 			</label>
 			<label for="acquaintance">
-			<input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?>
+			<input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('acquaintance') ?>
 			</label>
 			<label for="friend">
-			<input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?>
+			<input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('friend') ?>
 			</label>
 			<label for="friendship">
-			<input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
+			<input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -793,7 +793,7 @@
 		<th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?> </th>
 		<td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('physical') ?></span></legend>
 			<label for="met">
-			<input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check('physical', 'met'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?>
+			<input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check('physical', 'met'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('met') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -801,10 +801,10 @@
 		<th scope="row"> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?> </th>
 		<td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('professional') ?></span></legend>
 			<label for="co-worker">
-			<input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check('professional', 'co-worker'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?>
+			<input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check('professional', 'co-worker'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-worker') ?>
 			</label>
 			<label for="colleague">
-			<input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check('professional', 'colleague'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?>
+			<input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check('professional', 'colleague'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('colleague') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -812,13 +812,13 @@
 		<th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?></th>
 		<td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('geographical') ?> </span></legend>
 			<label for="co-resident">
-			<input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check('geographical', 'co-resident'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?>
+			<input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check('geographical', 'co-resident'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('co-resident') ?>
 			</label>
 			<label for="neighbor">
-			<input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check('geographical', 'neighbor'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?>
+			<input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check('geographical', 'neighbor'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('neighbor') ?>
 			</label>
 			<label for="geographical">
-			<input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check('geographical'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
+			<input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check('geographical'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -826,22 +826,22 @@
 		<th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?></th>
 		<td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('family') ?> </span></legend>
 			<label for="child">
-			<input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?>
+			<input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('child') ?>
 			</label>
 			<label for="kin">
-			<input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check('family', 'kin'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?>
+			<input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check('family', 'kin'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('kin') ?>
 			</label>
 			<label for="parent">
-			<input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check('family', 'parent'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?>
+			<input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check('family', 'parent'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('parent') ?>
 			</label>
 			<label for="sibling">
-			<input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check('family', 'sibling'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?>
+			<input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check('family', 'sibling'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sibling') ?>
 			</label>
 			<label for="spouse">
-			<input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check('family', 'spouse'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?>
+			<input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check('family', 'spouse'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('spouse') ?>
 			</label>
 			<label for="family">
-			<input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check('family'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
+			<input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check('family'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('none') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -849,16 +849,16 @@
 		<th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?></th>
 		<td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('romantic') ?> </span></legend>
 			<label for="muse">
-			<input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check('romantic', 'muse'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?>
+			<input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check('romantic', 'muse'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('muse') ?>
 			</label>
 			<label for="crush">
-			<input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check('romantic', 'crush'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?>
+			<input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check('romantic', 'crush'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('crush') ?>
 			</label>
 			<label for="date">
-			<input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check('romantic', 'date'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?>
+			<input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check('romantic', 'date'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('date') ?>
 			</label>
 			<label for="romantic">
-			<input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check('romantic', 'sweetheart'); ?> />&nbsp;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?>
+			<input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check('romantic', 'sweetheart'); ?> />&#160;<?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('sweetheart') ?>
 			</label>
 		</fieldset></td>
 	</tr>
@@ -900,7 +900,7 @@
 					echo ' selected="selected"';
 				echo('>' . $r . '</option>');
 			}
-		?></select>&nbsp;<?php _e('(Leave at 0 for no rating.)') ?>
+		?></select>&#160;<?php _e('(Leave at 0 for no rating.)') ?>
 		</td>
 	</tr>
 </table>
Index: wp-admin/includes/misc.php===================================================================
--- wp-admin/includes/misc.php	2012-04-10 01:19:30 -0400
+++ wp-admin/includes/misc.php	2012-06-14 14:07:14 -0400
@@ -570,7 +570,7 @@
 	<table class="color-palette">
 	<tr>
 	<?php foreach ( $color_info->colors as $html_color ): ?>
-	<td style="background-color: <?php echo $html_color ?>" title="<?php echo $color ?>">&nbsp;</td>
+	<td style="background-color: <?php echo $html_color ?>" title="<?php echo $color ?>">&#160;</td>
 	<?php endforeach; ?>
 	</tr>
 	</table>
Index: wp-admin/includes/nav-menu.php===================================================================
--- wp-admin/includes/nav-menu.php	2012-03-10 00:23:48 -0500
+++ wp-admin/includes/nav-menu.php	2012-06-14 14:07:14 -0400
@@ -501,7 +501,7 @@
 					<option<?php selected( isset( $menu_locations[ $location ] ) && $menu_locations[ $location ] == $menu->term_id ); ?>
 						value="<?php echo $menu->term_id; ?>"><?php
 						$truncated_name = wp_html_excerpt( $menu->name, 40 );
-						echo $truncated_name == $menu->name ? $menu->name : trim( $truncated_name ) . '&hellip;';
+						echo $truncated_name == $menu->name ? $menu->name : trim( $truncated_name ) . '&#8230;';
 					?></option>
 					<?php endforeach; ?>
 				</select>
@@ -623,8 +623,8 @@
 			)
 		),
 		'format' => '',
-		'prev_text' => __('&laquo;'),
-		'next_text' => __('&raquo;'),
+		'prev_text' => __('&#171;'),
+		'next_text' => __('&#187;'),
 		'total' => $num_pages,
 		'current' => $pagenum
 	));
@@ -837,8 +837,8 @@
 			)
 		),
 		'format' => '',
-		'prev_text' => __('&laquo;'),
-		'next_text' => __('&raquo;'),
+		'prev_text' => __('&#171;'),
+		'next_text' => __('&#187;'),
 		'total' => $num_pages,
 		'current' => $pagenum
 	));
Index: wp-admin/includes/post.php===================================================================
--- wp-admin/includes/post.php	2012-05-03 16:41:58 -0400
+++ wp-admin/includes/post.php	2012-06-14 14:07:14 -0400
@@ -1102,13 +1102,13 @@
 
 	if ( function_exists('mb_strlen') ) {
 		if ( mb_strlen($post_name) > 30 ) {
-			$post_name_abridged = mb_substr($post_name, 0, 14). '&hellip;' . mb_substr($post_name, -14);
+			$post_name_abridged = mb_substr($post_name, 0, 14). '&#8230;' . mb_substr($post_name, -14);
 		} else {
 			$post_name_abridged = $post_name;
 		}
 	} else {
 		if ( strlen($post_name) > 30 ) {
-			$post_name_abridged = substr($post_name, 0, 14). '&hellip;' . substr($post_name, -14);
+			$post_name_abridged = substr($post_name, 0, 14). '&#8230;' . substr($post_name, -14);
 		} else {
 			$post_name_abridged = $post_name;
 		}
@@ -1119,7 +1119,7 @@
 	$view_link = str_replace(array('%pagename%','%postname%'), $post_name, $permalink);
 	$return =  '<strong>' . __('Permalink:') . "</strong>\n";
 	$return .= '<span id="sample-permalink">' . $display_link . "</span>\n";
-	$return .= '&lrm;'; // Fix bi-directional text display defect in RTL languages.
+	$return .= '&#8206;'; // Fix bi-directional text display defect in RTL languages.
 	$return .= '<span id="edit-slug-buttons"><a href="#post_name" class="edit-slug button hide-if-no-js" onclick="editPermalink(' . $id . '); return false;">' . __('Edit') . "</a></span>\n";
 	$return .= '<span id="editable-post-name-full">' . $post_name . "</span>\n";
 	if ( isset($view_post) )
Index: wp-admin/includes/template.php===================================================================
--- wp-admin/includes/template.php	2012-06-13 17:38:42 -0400
+++ wp-admin/includes/template.php	2012-06-14 14:07:14 -0400
@@ -535,7 +535,7 @@
 <td id="newmetaleft" class="left">
 <?php if ( $keys ) { ?>
 <select id="metakeyselect" name="metakeyselect" tabindex="7">
-<option value="#NONE#"><?php _e( '&mdash; Select &mdash;' ); ?></option>
+<option value="#NONE#"><?php _e( '&#8212; Select &#8212;' ); ?></option>
 <?php
 
 	foreach ( $keys as $key ) {
@@ -681,7 +681,7 @@
 					continue;
 				}
 			}
-			$pad = str_repeat( '&nbsp;', $level * 3 );
+			$pad = str_repeat( '&#160;', $level * 3 );
 			if ( $item->ID == $default)
 				$current = ' selected="selected"';
 			else
@@ -1396,7 +1396,7 @@
 
 	_wp_admin_html_begin();
 ?>
-<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>
+<title><?php bloginfo('name') ?> &#8250; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>
 <?php
 wp_enqueue_style( 'colors' );
 ?>
Index: wp-admin/includes/user.php===================================================================
--- wp-admin/includes/user.php	2012-05-08 17:01:50 -0400
+++ wp-admin/includes/user.php	2012-06-14 14:07:14 -0400
@@ -350,7 +350,7 @@
 	echo '<div class="error default-password-nag">';
 	echo '<p>';
 	echo '<strong>' . __('Notice:') . '</strong> ';
-	_e('You&rsquo;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
+	_e('You&#8217;re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
 	echo '</p><p>';
 	printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' );
 	printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
Index: wp-admin/install.php===================================================================
--- wp-admin/install.php	2012-05-03 16:41:58 -0400
+++ wp-admin/install.php	2012-06-14 14:07:14 -0400
@@ -57,7 +57,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
+	<title><?php _e( 'WordPress &#8250; Installation' ); ?></title>
 	<?php wp_admin_css( 'install', true ); ?>
 </head>
 <body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
Index: wp-admin/maint/repair.php===================================================================
--- wp-admin/maint/repair.php	2012-05-30 16:22:52 -0400
+++ wp-admin/maint/repair.php	2012-06-14 14:07:14 -0400
@@ -15,7 +15,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<title><?php _e( 'WordPress &rsaquo; Database Repair' ); ?></title>
+	<title><?php _e( 'WordPress &#8250; Database Repair' ); ?></title>
 	<?php wp_admin_css( 'install', true ); ?>
 </head>
 <body>
@@ -48,11 +48,11 @@
 			printf( __( 'The %s table is okay.' ), "<code>$table</code>" );
 		} else {
 			/* translators: 1: table name, 2: error message, */
-			printf( __( 'The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table&hellip;' ) , "<code>$table</code>", "<code>$check->Msg_text</code>" );
+			printf( __( 'The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table&#8230;' ) , "<code>$table</code>", "<code>$check->Msg_text</code>" );
 
 			$repair = $wpdb->get_row( "REPAIR TABLE $table" );
 
-			echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
+			echo '<br />&#160;&#160;&#160;&#160;';
 			if ( 'OK' == $check->Msg_text ) {
 				/* translators: %s: table name */
 				printf( __( 'Successfully repaired the %s table.' ), "<code>$table</code>" );
@@ -67,14 +67,14 @@
 		if ( $okay && $optimize ) {
 			$check = $wpdb->get_row( "ANALYZE TABLE $table" );
 
-			echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
+			echo '<br />&#160;&#160;&#160;&#160;';
 			if ( 'Table is already up to date' == $check->Msg_text )  {
 				/* translators: %s: table name */
 				printf( __( 'The %s table is already optimized.' ), "<code>$table</code>" );
 			} else {
 				$check = $wpdb->get_row( "OPTIMIZE TABLE $table" );
 
-				echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
+				echo '<br />&#160;&#160;&#160;&#160;';
 				if ( 'OK' == $check->Msg_text || 'Table is already up to date' == $check->Msg_text ) {
 					/* translators: %s: table name */
 					printf( __( 'Successfully optimized the %s table.' ), "<code>$table</code>" );
Index: wp-admin/nav-menus.php===================================================================
--- wp-admin/nav-menus.php	2012-04-11 02:20:50 -0400
+++ wp-admin/nav-menus.php	2012-06-14 14:07:14 -0400
@@ -418,7 +418,7 @@
 foreach( (array) $nav_menus as $key => $_nav_menu ) {
 	$_nav_menu->truncated_name = trim( wp_html_excerpt( $_nav_menu->name, 40 ) );
 	if ( $_nav_menu->truncated_name != $_nav_menu->name )
-		$_nav_menu->truncated_name .= '&hellip;';
+		$_nav_menu->truncated_name .= '&#8230;';
 
 	$nav_menus[$key]->truncated_name = $_nav_menu->truncated_name;
 }
Index: wp-admin/network/settings.php===================================================================
--- wp-admin/network/settings.php	2012-06-11 20:32:20 -0400
+++ wp-admin/network/settings.php	2012-06-14 14:07:14 -0400
@@ -171,7 +171,7 @@
 			<tr valign="top" id="addnewusers">
 				<th scope="row"><?php _e( 'Add New Users' ) ?></th>
 				<td>
-					<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &rarr; Add New" page.' ); ?></label>
+					<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &#8594; Add New" page.' ); ?></label>
 				</td>
 			</tr>
 
Index: wp-admin/network/sites.php===================================================================
--- wp-admin/network/sites.php	2012-06-05 18:51:32 -0400
+++ wp-admin/network/sites.php	2012-06-14 14:07:15 -0400
@@ -210,7 +210,7 @@
 			<!DOCTYPE html>
 			<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 				<head>
-					<title><?php _e( 'WordPress &rsaquo; Confirm your action' ); ?></title>
+					<title><?php _e( 'WordPress &#8250; Confirm your action' ); ?></title>
 
 					<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 					<?php
Index: wp-admin/options-privacy.php===================================================================
--- wp-admin/options-privacy.php	2011-11-30 23:52:30 -0500
+++ wp-admin/options-privacy.php	2012-06-14 14:07:15 -0400
@@ -46,7 +46,7 @@
 <label for="blog-public"><?php _e( 'Allow search engines to index this site.' );?></label><br/>
 <input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> />
 <label for="blog-norobots"><?php _e( 'Ask search engines not to index this site.' ); ?></label>
-<p class="description"><?php _e( 'Note: Neither of these options blocks access to your site &mdash; it is up to search engines to honor your request.' ); ?></p>
+<p class="description"><?php _e( 'Note: Neither of these options blocks access to your site &#8212; it is up to search engines to honor your request.' ); ?></p>
 <?php do_action('blog_privacy_selector'); ?>
 </fieldset></td>
 </tr>
Index: wp-admin/options-reading.php===================================================================
--- wp-admin/options-reading.php	2012-04-26 00:58:16 -0400
+++ wp-admin/options-reading.php	2012-06-14 14:07:15 -0400
@@ -93,8 +93,8 @@
 	</label>
 	</p>
 <ul>
-	<li><label for="page_on_front"><?php printf( __( 'Front page: %s' ), wp_dropdown_pages( array( 'name' => 'page_on_front', 'echo' => 0, 'show_option_none' => __( '&mdash; Select &mdash;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_on_front' ) ) ) ); ?></label></li>
-	<li><label for="page_for_posts"><?php printf( __( 'Posts page: %s' ), wp_dropdown_pages( array( 'name' => 'page_for_posts', 'echo' => 0, 'show_option_none' => __( '&mdash; Select &mdash;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_for_posts' ) ) ) ); ?></label></li>
+	<li><label for="page_on_front"><?php printf( __( 'Front page: %s' ), wp_dropdown_pages( array( 'name' => 'page_on_front', 'echo' => 0, 'show_option_none' => __( '&#8212; Select &#8212;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_on_front' ) ) ) ); ?></label></li>
+	<li><label for="page_for_posts"><?php printf( __( 'Posts page: %s' ), wp_dropdown_pages( array( 'name' => 'page_for_posts', 'echo' => 0, 'show_option_none' => __( '&#8212; Select &#8212;' ), 'option_none_value' => '0', 'selected' => get_option( 'page_for_posts' ) ) ) ); ?></label></li>
 </ul>
 <?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?>
 <div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
Index: wp-admin/plugin-editor.php===================================================================
--- wp-admin/plugin-editor.php	2012-04-19 03:41:28 -0400
+++ wp-admin/plugin-editor.php	2012-06-14 14:07:15 -0400
@@ -140,7 +140,7 @@
 
 		if ( !empty($functions) ) {
 			$docs_select = '<select name="docs-list" id="docs-list">';
-			$docs_select .= '<option value="">' . __( 'Function Name&hellip;' ) . '</option>';
+			$docs_select .= '<option value="">' . __( 'Function Name&#8230;' ) . '</option>';
 			foreach ( $functions as $function) {
 				$docs_select .= '<option value="' . esc_attr( $function ) . '">' . esc_html( $function ) . '()</option>';
 			}
Index: wp-admin/press-this.php===================================================================
--- wp-admin/press-this.php	2012-06-11 20:34:42 -0400
+++ wp-admin/press-this.php	2012-06-14 14:07:15 -0400
@@ -527,7 +527,7 @@
 								<label class="screen-reader-text" for="newcategory_parent">
 									<?php echo $tax->labels->parent_item_colon; ?>
 								</label>
-								<?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&mdash; ' . $tax->labels->parent_item . ' &mdash;', 'tab_index' => 3 ) ); ?>
+								<?php wp_dropdown_categories( array( 'taxonomy' => 'category', 'hide_empty' => 0, 'name' => 'newcategory_parent', 'orderby' => 'name', 'hierarchical' => 1, 'show_option_none' => '&#8212; ' . $tax->labels->parent_item . ' &#8212;', 'tab_index' => 3 ) ); ?>
 								<input type="button" id="category-add-submit" class="add:categorychecklist:category-add button category-add-submit" value="<?php echo esc_attr( $tax->labels->add_new_item ); ?>" tabindex="3" />
 								<?php wp_nonce_field( 'add-category', '_ajax_nonce-add-category', false ); ?>
 								<span id="category-ajax-response"></span>
Index: wp-admin/setup-config.php===================================================================
--- wp-admin/setup-config.php	2012-04-30 21:56:32 -0400
+++ wp-admin/setup-config.php	2012-06-14 14:07:15 -0400
@@ -92,7 +92,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title><?php _e( 'WordPress &rsaquo; Setup Configuration File' ); ?></title>
+<title><?php _e( 'WordPress &#8250; Setup Configuration File' ); ?></title>
 <link rel="stylesheet" href="css/install.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" />
 
 </head>
@@ -115,7 +115,7 @@
 	<li><?php _e( 'Table prefix (if you want to run more than one WordPress in a single database)' ); ?></li>
 </ol>
 <p><strong><?php _e( "If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong></p>
-<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
+<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&#8230;" ); ?></p>
 
 <p class="step"><a href="setup-config.php?step=1<?php if ( isset( $_GET['noapi'] ) ) echo '&amp;noapi'; ?>" class="button"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
 <?php
@@ -140,7 +140,7 @@
 		<tr>
 			<th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
 			<td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" /></td>
-			<td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
+			<td><?php _e( '&#8230;and your MySQL password.' ); ?></td>
 		</tr>
 		<tr>
 			<th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th>
@@ -272,7 +272,7 @@
 		chmod(ABSPATH . 'wp-config.php', 0666);
 		display_header();
 ?>
-<p><?php _e( "All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;" ); ?></p>
+<p><?php _e( "All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&#8230;" ); ?></p>
 
 <p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p>
 <?php
Index: wp-admin/themes.php===================================================================
--- wp-admin/themes.php	2012-06-12 18:39:16 -0400
+++ wp-admin/themes.php	2012-06-14 14:07:15 -0400
@@ -69,7 +69,7 @@
 if ( current_user_can( 'edit_theme_options' ) ) {
 	$help_customize =
 		'<p>' . __('Click on the "Live Preview" link under any theme to preview that theme and change theme options in a separate, full-screen view. Any installed theme can be previewed and customized in this way.') . '</p>'.
-		'<p>' . __('The theme being previewed is fully interactive &mdash; navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' .
+		'<p>' . __('The theme being previewed is fully interactive &#8212; navigate to different pages to see how the theme handles posts, archives, and other page templates.') . '</p>' .
 		'<p>' . __('In the left-hand pane you can edit the theme settings. The settings will differ, depending on what theme features the theme being previewed supports. To accept the new settings and activate the theme all in one step, click the "Save &amp; Activate" button at the top of the left-hand pane.') . '</p>' .
 		'<p>' . __('When previewing on smaller monitors, you can use the "Collapse" icon at the bottom of the left-hand pane. This will hide the pane, giving you more room to preview your site in the new theme. To bring the pane back, click on the Collapse icon again.') . '</p>';
 
@@ -251,7 +251,7 @@
 
 	<div class="feature-container">
 		<?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', false, false, array( 'id' => 'filter-submit' ) ); ?>
-		&nbsp;
+		&#160;
 		<a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a>
 	</div>
 	<br/>
Index: wp-admin/update-core.php===================================================================
--- wp-admin/update-core.php	2012-05-25 13:41:00 -0400
+++ wp-admin/update-core.php	2012-06-14 14:07:15 -0400
@@ -26,7 +26,7 @@
 	static $first_pass = true;
 
 	$version_string = ('en_US' == $update->locale && 'en_US' == get_locale() ) ?
-			$update->current : sprintf("%s&ndash;<strong>%s</strong>", $update->current, $update->locale);
+			$update->current : sprintf("%s&#8211;<strong>%s</strong>", $update->current, $update->locale);
 	$current = false;
 	if ( !isset($update->response) || 'latest' == $update->response )
 		$current = true;
@@ -79,7 +79,7 @@
 		} else {
 			submit_button( $submit, 'button', 'upgrade', false );
 		}
-		echo '&nbsp;<a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a>&nbsp;';
+		echo '&#160;<a href="' . esc_url( $update->download ) . '" class="button">' . $download . '</a>&#160;';
 	}
 	if ( 'en_US' != $update->locale )
 		if ( !isset( $update->dismissed ) || !$update->dismissed )
@@ -151,7 +151,7 @@
 	echo '<p>';
 	/* translators: %1 date, %2 time. */
 	printf( __('Last checked on %1$s at %2$s.'), date_i18n( get_option( 'date_format' ) ), date_i18n( get_option( 'time_format' ) ) );
-	echo ' &nbsp; <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>';
+	echo ' &#160; <a class="button" href="' . esc_url( self_admin_url('update-core.php') ) . '">' . __( 'Check Again' ) . '</a>';
 	echo '</p>';
 
 	if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) {
Index: wp-admin/upgrade.php===================================================================
--- wp-admin/upgrade.php	2012-02-17 03:57:56 -0500
+++ wp-admin/upgrade.php	2012-06-14 14:07:15 -0400
@@ -49,7 +49,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 <head>
 	<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
-	<title><?php _e( 'WordPress &rsaquo; Update' ); ?></title>
+	<title><?php _e( 'WordPress &#8250; Update' ); ?></title>
 	<?php
 	wp_admin_css( 'install', true );
 	wp_admin_css( 'ie', true );
Index: wp-admin/user-edit.php===================================================================
--- wp-admin/user-edit.php	2012-05-30 21:54:32 -0400
+++ wp-admin/user-edit.php	2012-06-14 14:07:15 -0400
@@ -166,7 +166,7 @@
 	<p><strong><?php _e('User updated.') ?></strong></p>
 	<?php endif; ?>
 	<?php if ( $wp_http_referer && !IS_PROFILE_PAGE ) : ?>
-	<p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&larr; Back to Users'); ?></a></p>
+	<p><a href="<?php echo esc_url( $wp_http_referer ); ?>"><?php _e('&#8592; Back to Users'); ?></a></p>
 	<?php endif; ?>
 </div>
 <?php endif; ?>
@@ -258,9 +258,9 @@
 
 // print the 'no role' option. Make it selected if the user has no role yet.
 if ( $user_role )
-	echo '<option value="">' . __('&mdash; No role for this site &mdash;') . '</option>';
+	echo '<option value="">' . __('&#8212; No role for this site &#8212;') . '</option>';
 else
-	echo '<option value="" selected="selected">' . __('&mdash; No role for this site &mdash;') . '</option>';
+	echo '<option value="" selected="selected">' . __('&#8212; No role for this site &#8212;') . '</option>';
 ?>
 </select></td></tr>
 <?php endif; //!IS_PROFILE_PAGE
Index: wp-admin/widgets.php===================================================================
--- wp-admin/widgets.php	2012-04-11 02:20:50 -0400
+++ wp-admin/widgets.php	2012-06-14 14:07:15 -0400
@@ -259,7 +259,7 @@
 	foreach ( $wp_registered_sidebars as $sbname => $sbvalue ) {
 		echo "\t\t<tr><td><label><input type='radio' name='sidebar' value='" . esc_attr($sbname) . "'" . checked( $sbname, $sidebar, false ) . " /> $sbvalue[name]</label></td><td>";
 		if ( 'wp_inactive_widgets' == $sbname || 'orphaned_widgets' == substr( $sbname, 0, 16 ) ) {
-			echo '&nbsp;';
+			echo '&#160;';
 		} else {
 			if ( !isset($sidebars_widgets[$sbname]) || !is_array($sidebars_widgets[$sbname]) ) {
 				$j = 1;
@@ -271,7 +271,7 @@
 			}
 			$selected = '';
 			echo "\t\t<select name='{$sbname}_position'>\n";
-			echo "\t\t<option value=''>" . __('&mdash; Select &mdash;') . "</option>\n";
+			echo "\t\t<option value=''>" . __('&#8212; Select &#8212;') . "</option>\n";
 			for ( $i = 1; $i <= $j; $i++ ) {
 				if ( in_array($widget_id, $sidebars_widgets[$sbname], true) )
 					$selected = selected( $i, $key + 1, false );
Index: wp-content/themes/twentyeleven/404.php===================================================================
--- wp-content/themes/twentyeleven/404.php	2011-06-27 20:24:22 -0400
+++ wp-content/themes/twentyeleven/404.php	2012-06-14 14:07:15 -0400
@@ -14,11 +14,11 @@
 
 			<article id="post-0" class="post error404 not-found">
 				<header class="entry-header">
-					<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
+					<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&#8217;t it?', 'twentyeleven' ); ?></h1>
 				</header>
 
 				<div class="entry-content">
-					<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
+					<p><?php _e( 'It seems we can&#8217;t find what you&#8217;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
 
 					<?php get_search_form(); ?>
 
Index: wp-content/themes/twentyeleven/comments.php===================================================================
--- wp-content/themes/twentyeleven/comments.php	2011-06-11 15:44:06 -0400
+++ wp-content/themes/twentyeleven/comments.php	2012-06-14 14:07:15 -0400
@@ -30,7 +30,7 @@
 	<?php if ( have_comments() ) : ?>
 		<h2 id="comments-title">
 			<?php
-				printf( _n( 'One thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), 'twentyeleven' ),
+				printf( _n( 'One thought on &#8220;%2$s&#8221;', '%1$s thoughts on &#8220;%2$s&#8221;', get_comments_number(), 'twentyeleven' ),
 					number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
 			?>
 		</h2>
@@ -38,8 +38,8 @@
 		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
 		<nav id="comment-nav-above">
 			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
+			<div class="nav-previous"><?php previous_comments_link( __( '&#8592; Older Comments', 'twentyeleven' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &#8594;', 'twentyeleven' ) ); ?></div>
 		</nav>
 		<?php endif; // check for comment navigation ?>
 
@@ -58,8 +58,8 @@
 		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
 		<nav id="comment-nav-below">
 			<h1 class="assistive-text"><?php _e( 'Comment navigation', 'twentyeleven' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyeleven' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyeleven' ) ); ?></div>
+			<div class="nav-previous"><?php previous_comments_link( __( '&#8592; Older Comments', 'twentyeleven' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &#8594;', 'twentyeleven' ) ); ?></div>
 		</nav>
 		<?php endif; // check for comment navigation ?>
 
Index: wp-content/themes/twentyeleven/content-aside.php===================================================================
--- wp-content/themes/twentyeleven/content-aside.php	2011-07-11 17:58:42 -0400
+++ wp-content/themes/twentyeleven/content-aside.php	2012-06-14 14:07:15 -0400
@@ -30,7 +30,7 @@
 		</div><!-- .entry-summary -->
 		<?php else : ?>
 		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 		<?php endif; ?>
Index: wp-content/themes/twentyeleven/content-gallery.php===================================================================
--- wp-content/themes/twentyeleven/content-gallery.php	2011-11-21 14:40:12 -0500
+++ wp-content/themes/twentyeleven/content-gallery.php	2012-06-14 14:07:15 -0400
@@ -29,7 +29,7 @@
 		<?php else : ?>
 		<div class="entry-content">
 			<?php if ( post_password_required() ) : ?>
-				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+				<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 
 			<?php else : ?>
 				<?php
Index: wp-content/themes/twentyeleven/content-image.php===================================================================
--- wp-content/themes/twentyeleven/content-image.php	2011-12-10 18:18:50 -0500
+++ wp-content/themes/twentyeleven/content-image.php	2012-06-14 14:07:15 -0400
@@ -24,7 +24,7 @@
 		</header><!-- .entry-header -->
 
 		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 
Index: wp-content/themes/twentyeleven/content-link.php===================================================================
--- wp-content/themes/twentyeleven/content-link.php	2011-07-11 17:58:42 -0400
+++ wp-content/themes/twentyeleven/content-link.php	2012-06-14 14:07:15 -0400
@@ -30,7 +30,7 @@
 		</div><!-- .entry-summary -->
 		<?php else : ?>
 		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 		<?php endif; ?>
Index: wp-content/themes/twentyeleven/content-quote.php===================================================================
--- wp-content/themes/twentyeleven/content-quote.php	2011-07-11 17:58:42 -0400
+++ wp-content/themes/twentyeleven/content-quote.php	2012-06-14 14:07:15 -0400
@@ -32,7 +32,7 @@
 		</div><!-- .entry-summary -->
 		<?php else : ?>
 		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 		<?php endif; ?>
Index: wp-content/themes/twentyeleven/content-single.php===================================================================
--- wp-content/themes/twentyeleven/content-single.php	2012-02-21 04:44:30 -0500
+++ wp-content/themes/twentyeleven/content-single.php	2012-06-14 14:07:15 -0400
@@ -61,7 +61,7 @@
 				<?php the_author_meta( 'description' ); ?>
 				<div id="author-link">
 					<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
-						<?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyeleven' ), get_the_author() ); ?>
+						<?php printf( __( 'View all posts by %s <span class="meta-nav">&#8594;</span>', 'twentyeleven' ), get_the_author() ); ?>
 					</a>
 				</div><!-- #author-link	-->
 			</div><!-- #author-description -->
Index: wp-content/themes/twentyeleven/content-status.php===================================================================
--- wp-content/themes/twentyeleven/content-status.php	2011-07-11 17:58:42 -0400
+++ wp-content/themes/twentyeleven/content-status.php	2012-06-14 14:07:15 -0400
@@ -31,7 +31,7 @@
 		<div class="entry-content">
 			<div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div>
 
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 		<?php endif; ?>
Index: wp-content/themes/twentyeleven/content.php===================================================================
--- wp-content/themes/twentyeleven/content.php	2011-07-11 17:58:42 -0400
+++ wp-content/themes/twentyeleven/content.php	2012-06-14 14:07:15 -0400
@@ -38,7 +38,7 @@
 		</div><!-- .entry-summary -->
 		<?php else : ?>
 		<div class="entry-content">
-			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
+			<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?>
 			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
 		</div><!-- .entry-content -->
 		<?php endif; ?>
Index: wp-content/themes/twentyeleven/functions.php===================================================================
--- wp-content/themes/twentyeleven/functions.php	2012-06-04 14:43:18 -0400
+++ wp-content/themes/twentyeleven/functions.php	2012-06-14 14:07:15 -0400
@@ -341,7 +341,7 @@
  * Returns a "Continue Reading" link for excerpts
  */
 function twentyeleven_continue_reading_link() {
-	return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) . '</a>';
+	return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) . '</a>';
 }
 
 /**
@@ -351,7 +351,7 @@
  * function tied to the excerpt_more filter hook.
  */
 function twentyeleven_auto_excerpt_more( $more ) {
-	return ' &hellip;' . twentyeleven_continue_reading_link();
+	return ' &#8230;' . twentyeleven_continue_reading_link();
 }
 add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' );
 
@@ -448,8 +448,8 @@
 	if ( $wp_query->max_num_pages > 1 ) : ?>
 		<nav id="<?php echo $nav_id; ?>">
 			<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
-			<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyeleven' ) ); ?></div>
-			<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></div>
+			<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyeleven' ) ); ?></div>
+			<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?></div>
 		</nav><!-- #nav-above -->
 	<?php endif;
 }
@@ -560,7 +560,7 @@
 			<div class="comment-content"><?php comment_text(); ?></div>
 
 			<div class="reply">
-				<?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&darr;</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
+				<?php comment_reply_link( array_merge( $args, array( 'reply_text' => __( 'Reply <span>&#8595;</span>', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
 			</div><!-- .reply -->
 		</article><!-- #comment-## -->
 
Index: wp-content/themes/twentyeleven/image.php===================================================================
--- wp-content/themes/twentyeleven/image.php	2011-12-10 18:18:50 -0500
+++ wp-content/themes/twentyeleven/image.php	2012-06-14 14:07:15 -0400
@@ -16,8 +16,8 @@
 
 				<nav id="nav-single">
 					<h3 class="assistive-text"><?php _e( 'Image navigation', 'twentyeleven' ); ?></h3>
-					<span class="nav-previous"><?php previous_image_link( false, __( '&larr; Previous' , 'twentyeleven' ) ); ?></span>
-					<span class="nav-next"><?php next_image_link( false, __( 'Next &rarr;' , 'twentyeleven' ) ); ?></span>
+					<span class="nav-previous"><?php previous_image_link( false, __( '&#8592; Previous' , 'twentyeleven' ) ); ?></span>
+					<span class="nav-next"><?php next_image_link( false, __( 'Next &#8594;' , 'twentyeleven' ) ); ?></span>
 				</nav><!-- #nav-single -->
 
 					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
@@ -27,7 +27,7 @@
 							<div class="entry-meta">
 								<?php
 									$metadata = wp_get_attachment_metadata();
-									printf( __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
+									printf( __( '<span class="meta-prep meta-prep-entry-date">Published </span> <span class="entry-date"><abbr class="published" title="%1$s">%2$s</abbr></span> at <a href="%3$s" title="Link to full-size image">%4$s &#215; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', 'twentyeleven' ),
 										esc_attr( get_the_time() ),
 										get_the_date(),
 										esc_url( wp_get_attachment_url() ),
Index: wp-content/themes/twentyeleven/inc/widgets.php===================================================================
--- wp-content/themes/twentyeleven/inc/widgets.php	2011-11-15 23:08:28 -0500
+++ wp-content/themes/twentyeleven/inc/widgets.php	2012-06-14 14:07:15 -0400
@@ -88,7 +88,7 @@
 				<li class="widget-entry-title">
 					<a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
 					<span class="comments-link">
-						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
+						<?php comments_popup_link( __( '0 <span class="reply">comments &#8594;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &#8594;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &#8594;</span>', 'twentyeleven' ) ); ?>
 					</span>
 				</li>
 
@@ -102,9 +102,9 @@
 						if ( empty( $link_url ) )
 							$link_url = get_permalink();
 					?>
-					<a href="<?php echo esc_url( $link_url ); ?>" title="<?php printf( esc_attr__( 'Link to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?>&nbsp;<span>&rarr;</span></a>
+					<a href="<?php echo esc_url( $link_url ); ?>" title="<?php printf( esc_attr__( 'Link to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?>&#160;<span>&#8594;</span></a>
 					<span class="comments-link">
-						<?php comments_popup_link( __( '0 <span class="reply">comments &rarr;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &rarr;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &rarr;</span>', 'twentyeleven' ) ); ?>
+						<?php comments_popup_link( __( '0 <span class="reply">comments &#8594;</span>', 'twentyeleven' ), __( '1 <span class="reply">comment &#8594;</span>', 'twentyeleven' ), __( '% <span class="reply">comments &#8594;</span>', 'twentyeleven' ) ); ?>
 					</span>
 				</li>
 
Index: wp-content/themes/twentyeleven/single.php===================================================================
--- wp-content/themes/twentyeleven/single.php	2011-06-27 22:02:28 -0400
+++ wp-content/themes/twentyeleven/single.php	2012-06-14 14:07:15 -0400
@@ -16,8 +16,8 @@
 
 					<nav id="nav-single">
 						<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
-						<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
-						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
+						<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&#8592;</span> Previous', 'twentyeleven' ) ); ?></span>
+						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&#8594;</span>', 'twentyeleven' ) ); ?></span>
 					</nav><!-- #nav-single -->
 
 					<?php get_template_part( 'content', 'single' ); ?>
Index: wp-content/themes/twentyten/comments.php===================================================================
--- wp-content/themes/twentyten/comments.php	2011-12-16 16:13:16 -0500
+++ wp-content/themes/twentyten/comments.php	2012-06-14 14:07:15 -0400
@@ -38,8 +38,8 @@
 
 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
 			<div class="navigation">
-				<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'twentyten' ) ); ?></div>
-				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
+				<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&#8592;</span> Older Comments', 'twentyten' ) ); ?></div>
+				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
 			</div> <!-- .navigation -->
 <?php endif; // check for comment navigation ?>
 
@@ -57,8 +57,8 @@
 
 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
 			<div class="navigation">
-				<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'twentyten' ) ); ?></div>
-				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
+				<div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">&#8592;</span> Older Comments', 'twentyten' ) ); ?></div>
+				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
 			</div><!-- .navigation -->
 <?php endif; // check for comment navigation ?>
 
Index: wp-content/themes/twentyten/functions.php===================================================================
--- wp-content/themes/twentyten/functions.php	2012-06-04 14:43:18 -0400
+++ wp-content/themes/twentyten/functions.php	2012-06-14 14:07:15 -0400
@@ -250,7 +250,7 @@
  * @return string "Continue Reading" link
  */
 function twentyten_continue_reading_link() {
-	return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) . '</a>';
+	return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) . '</a>';
 }
 
 /**
@@ -263,7 +263,7 @@
  * @return string An ellipsis
  */
 function twentyten_auto_excerpt_more( $more ) {
-	return ' &hellip;' . twentyten_continue_reading_link();
+	return ' &#8230;' . twentyten_continue_reading_link();
 }
 add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
 
Index: wp-content/themes/twentyten/loop-attachment.php===================================================================
--- wp-content/themes/twentyten/loop-attachment.php	2011-12-16 16:13:16 -0500
+++ wp-content/themes/twentyten/loop-attachment.php	2012-06-14 14:07:15 -0400
@@ -20,7 +20,7 @@
 				<?php if ( ! empty( $post->post_parent ) ) : ?>
 					<p class="page-title"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="<?php echo esc_attr( sprintf( __( 'Return to %s', 'twentyten' ), strip_tags( get_the_title( $post->post_parent ) ) ) ); ?>" rel="gallery"><?php
 						/* translators: %s - title of parent post */
-						printf( __( '<span class="meta-nav">&larr;</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
+						printf( __( '<span class="meta-nav">&#8592;</span> %s', 'twentyten' ), get_the_title( $post->post_parent ) );
 					?></a></p>
 				<?php endif; ?>
 
@@ -51,7 +51,7 @@
 								echo ' <span class="meta-sep">|</span> ';
 								$metadata = wp_get_attachment_metadata();
 								printf( __( 'Full size is %s pixels', 'twentyten' ),
-									sprintf( '<a href="%1$s" title="%2$s">%3$s &times; %4$s</a>',
+									sprintf( '<a href="%1$s" title="%2$s">%3$s &#215; %4$s</a>',
 										wp_get_attachment_url(),
 										esc_attr( __( 'Link to full-size image', 'twentyten' ) ),
 										$metadata['width'],
@@ -101,7 +101,7 @@
 						</div><!-- .entry-attachment -->
 						<div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
 
-<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
+<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
 <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
 
 					</div><!-- .entry-content -->
Index: wp-content/themes/twentyten/loop-single.php===================================================================
--- wp-content/themes/twentyten/loop-single.php	2011-12-16 16:13:16 -0500
+++ wp-content/themes/twentyten/loop-single.php	2012-06-14 14:07:15 -0400
@@ -18,8 +18,8 @@
 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 
 				<div id="nav-above" class="navigation">
-					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
-					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
+					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&#8592;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
+					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&#8594;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
 				</div><!-- #nav-above -->
 
 				<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
@@ -44,7 +44,7 @@
 							<?php the_author_meta( 'description' ); ?>
 							<div id="author-link">
 								<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" rel="author">
-									<?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
+									<?php printf( __( 'View all posts by %s <span class="meta-nav">&#8594;</span>', 'twentyten' ), get_the_author() ); ?>
 								</a>
 							</div><!-- #author-link	-->
 						</div><!-- #author-description -->
@@ -58,8 +58,8 @@
 				</div><!-- #post-## -->
 
 				<div id="nav-below" class="navigation">
-					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
-					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
+					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&#8592;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
+					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&#8594;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
 				</div><!-- #nav-below -->
 
 				<?php comments_template( '', true ); ?>
Index: wp-content/themes/twentyten/loop.php===================================================================
--- wp-content/themes/twentyten/loop.php	2011-12-16 16:13:16 -0500
+++ wp-content/themes/twentyten/loop.php	2012-06-14 14:07:15 -0400
@@ -22,8 +22,8 @@
 <?php /* Display navigation to next/previous pages when applicable */ ?>
 <?php if ( $wp_query->max_num_pages > 1 ) : ?>
 	<div id="nav-above" class="navigation">
-		<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
-		<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
+		<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyten' ) ); ?></div>
+		<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
 	</div><!-- #nav-above -->
 <?php endif; ?>
 
@@ -112,7 +112,7 @@
 			</div><!-- .entry-summary -->
 		<?php else : ?>
 			<div class="entry-content">
-				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
+				<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
 			</div><!-- .entry-content -->
 		<?php endif; ?>
 
@@ -140,7 +140,7 @@
 			</div><!-- .entry-summary -->
 	<?php else : ?>
 			<div class="entry-content">
-				<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
+				<?php the_content( __( 'Continue reading <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?>
 				<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
 			</div><!-- .entry-content -->
 	<?php endif; ?>
@@ -175,7 +175,7 @@
 <?php /* Display navigation to next/previous pages when applicable */ ?>
 <?php if (  $wp_query->max_num_pages > 1 ) : ?>
 				<div id="nav-below" class="navigation">
-					<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
-					<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>
+					<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&#8592;</span> Older posts', 'twentyten' ) ); ?></div>
+					<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&#8594;</span>', 'twentyten' ) ); ?></div>
 				</div><!-- #nav-below -->
 <?php endif; ?>
Index: wp-includes/admin-bar.php===================================================================
--- wp-includes/admin-bar.php	2012-06-08 18:45:12 -0400
+++ wp-includes/admin-bar.php	2012-06-14 14:07:15 -0400
@@ -229,7 +229,7 @@
 
 	$title = wp_html_excerpt( $blogname, 40 );
 	if ( $title != $blogname )
-		$title = trim( $title ) . '&hellip;';
+		$title = trim( $title ) . '&#8230;';
 
 	$wp_admin_bar->add_menu( array(
 		'id'    => 'site-name',
Index: wp-includes/category-template.php===================================================================
--- wp-includes/category-template.php	2012-05-01 22:09:54 -0400
+++ wp-includes/category-template.php	2012-06-14 14:07:15 -0400
@@ -934,7 +934,7 @@
 	 * @param array $args Uses 'selected' and 'show_count' keys, if they exist.
 	 */
 	function start_el( &$output, $category, $depth, $args, $id = 0 ) {
-		$pad = str_repeat('&nbsp;', $depth * 3);
+		$pad = str_repeat('&#160;', $depth * 3);
 
 		$cat_name = apply_filters('list_cats', $category->name, $category);
 		$output .= "\t<option class=\"level-$depth\" value=\"".$category->term_id."\"";
@@ -943,7 +943,7 @@
 		$output .= '>';
 		$output .= $pad.$cat_name;
 		if ( $args['show_count'] )
-			$output .= '&nbsp;&nbsp;('. $category->count .')';
+			$output .= '&#160;&#160;('. $category->count .')';
 		$output .= "</option>\n";
 	}
 }
Index: wp-includes/class-snoopy.php===================================================================
--- wp-includes/class-snoopy.php	2010-10-27 09:54:16 -0400
+++ wp-includes/class-snoopy.php	2012-06-14 14:07:16 -0400
@@ -701,7 +701,7 @@
 						"'&A(uml|UML);'",
 						"'&O(uml|UML);'",
 						"'&U(uml|UML);'",
-						"'&szlig;'i",
+						"'&#223;'i",
 						);
 		$replace = array(	"",
 							"",
Index: wp-includes/class-wp-customize-control.php===================================================================
--- wp-includes/class-wp-customize-control.php	2012-06-10 00:32:18 -0400
+++ wp-includes/class-wp-customize-control.php	2012-06-14 14:07:16 -0400
@@ -219,7 +219,7 @@
 					array(
 						'name'              => '_customize-dropdown-pages-' . $this->id,
 						'echo'              => 0,
-						'show_option_none'  => __( '&mdash; Select &mdash;' ),
+						'show_option_none'  => __( '&#8212; Select &#8212;' ),
 						'option_none_value' => '0',
 						'selected'          => $this->value(),
 					)
Index: wp-includes/class-wp-customize-manager.php===================================================================
--- wp-includes/class-wp-customize-manager.php	2012-06-12 19:27:40 -0400
+++ wp-includes/class-wp-customize-manager.php	2012-06-14 14:07:16 -0400
@@ -867,10 +867,10 @@
 		) );
 
 		if ( $menus ) {
-			$choices = array( 0 => __( '&mdash; Select &mdash;' ) );
+			$choices = array( 0 => __( '&#8212; Select &#8212;' ) );
 			foreach ( $menus as $menu ) {
 				$truncated_name = wp_html_excerpt( $menu->name, 40 );
-				$truncated_name = ( $truncated_name == $menu->name ) ? $menu->name : trim( $truncated_name ) . '&hellip;';
+				$truncated_name = ( $truncated_name == $menu->name ) ? $menu->name : trim( $truncated_name ) . '&#8230;';
 				$choices[ $menu->term_id ] = $truncated_name;
 			}
 
Index: wp-includes/comment-template.php===================================================================
--- wp-includes/comment-template.php	2012-06-01 20:47:08 -0400
+++ wp-includes/comment-template.php	2012-06-14 14:07:16 -0400
@@ -1364,7 +1364,7 @@
 		<div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">
 			<?php
 				/* translators: 1: date, 2: time */
-				printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),'&nbsp;&nbsp;','' );
+				printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php edit_comment_link(__('(Edit)'),'&#160;&#160;','' );
 			?>
 		</div>
 
Index: wp-includes/default-widgets.php===================================================================
--- wp-includes/default-widgets.php	2012-03-24 14:00:52 -0400
+++ wp-includes/default-widgets.php	2012-06-14 14:07:16 -0400
@@ -355,7 +355,7 @@
 
 	function widget( $args, $instance ) {
 		extract($args);
-		$title = apply_filters('widget_title', empty($instance['title']) ? '&nbsp;' : $instance['title'], $instance, $this->id_base);
+		$title = apply_filters('widget_title', empty($instance['title']) ? '&#160;' : $instance['title'], $instance, $this->id_base);
 		echo $before_widget;
 		if ( $title )
 			echo $before_title . $title . $after_title;
@@ -427,7 +427,7 @@
 
 		<textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id('text'); ?>" name="<?php echo $this->get_field_name('text'); ?>"><?php echo $text; ?></textarea>
 
-		<p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked(isset($instance['filter']) ? $instance['filter'] : 0); ?> />&nbsp;<label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p>
+		<p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked(isset($instance['filter']) ? $instance['filter'] : 0); ?> />&#160;<label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Automatically add paragraphs'); ?></label></p>
 <?php
 	}
 }
@@ -848,11 +848,11 @@
 		$desc = str_replace( array("\n", "\r"), ' ', esc_attr( strip_tags( @html_entity_decode( $item->get_description(), ENT_QUOTES, get_option('blog_charset') ) ) ) );
 		$desc = wp_html_excerpt( $desc, 360 );
 
-		// Append ellipsis. Change existing [...] to [&hellip;].
+		// Append ellipsis. Change existing [...] to [&#8230;].
 		if ( '[...]' == substr( $desc, -5 ) )
-			$desc = substr( $desc, 0, -5 ) . '[&hellip;]';
-		elseif ( '[&hellip;]' != substr( $desc, -10 ) )
-			$desc .= ' [&hellip;]';
+			$desc = substr( $desc, 0, -5 ) . '[&#8230;]';
+		elseif ( '[&#8230;]' != substr( $desc, -10 ) )
+			$desc .= ' [&#8230;]';
 
 		$desc = esc_html( $desc );
 
Index: wp-includes/functions.php===================================================================
--- wp-includes/functions.php	2012-05-03 16:41:58 -0400
+++ wp-includes/functions.php	2012-06-14 14:07:16 -0400
@@ -2023,7 +2023,7 @@
 	}
 
 	if ( isset( $r['back_link'] ) && $r['back_link'] ) {
-		$back_text = $have_gettext? __('&laquo; Back') : '&laquo; Back';
+		$back_text = $have_gettext? __('&#171; Back') : '&#171; Back';
 		$message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>";
 	}
 
@@ -2035,7 +2035,7 @@
 		}
 
 		if ( empty($title) )
-			$title = $have_gettext ? __('WordPress &rsaquo; Error') : 'WordPress &rsaquo; Error';
+			$title = $have_gettext ? __('WordPress &#8250; Error') : 'WordPress &#8250; Error';
 
 		$text_direction = 'ltr';
 		if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] )
Index: wp-includes/general-template.php===================================================================
--- wp-includes/general-template.php	2012-06-04 16:04:54 -0400
+++ wp-includes/general-template.php	2012-06-14 14:07:16 -0400
@@ -520,12 +520,12 @@
  *
  * @since 1.0.0
  *
- * @param string $sep Optional, default is '&raquo;'. How to separate the various items within the page title.
+ * @param string $sep Optional, default is '&#187;'. How to separate the various items within the page title.
  * @param bool $display Optional, default is true. Whether to display or retrieve title.
  * @param string $seplocation Optional. Direction to display title, 'right'.
  * @return string|null String on retrieve, null when displaying.
  */
-function wp_title($sep = '&raquo;', $display = true, $seplocation = '') {
+function wp_title($sep = '&#187;', $display = true, $seplocation = '') {
 	global $wpdb, $wp_locale;
 
 	$m = get_query_var('m');
@@ -938,7 +938,7 @@
 				/* translators: 1: month name, 2: 4-digit year */
 				$text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month), $arcresult->year);
 				if ( $show_post_count )
-					$after = '&nbsp;('.$arcresult->posts.')' . $afterafter;
+					$after = '&#160;('.$arcresult->posts.')' . $afterafter;
 				$output .= get_archives_link($url, $text, $format, $before, $after);
 			}
 		}
@@ -959,7 +959,7 @@
 				$url = get_year_link($arcresult->year);
 				$text = sprintf('%d', $arcresult->year);
 				if ($show_post_count)
-					$after = '&nbsp;('.$arcresult->posts.')' . $afterafter;
+					$after = '&#160;('.$arcresult->posts.')' . $afterafter;
 				$output .= get_archives_link($url, $text, $format, $before, $after);
 			}
 		}
@@ -981,7 +981,7 @@
 				$date = sprintf('%1$d-%2$02d-%3$02d 00:00:00', $arcresult->year, $arcresult->month, $arcresult->dayofmonth);
 				$text = mysql2date($archive_day_date_format, $date);
 				if ($show_post_count)
-					$after = '&nbsp;('.$arcresult->posts.')'.$afterafter;
+					$after = '&#160;('.$arcresult->posts.')'.$afterafter;
 				$output .= get_archives_link($url, $text, $format, $before, $after);
 			}
 		}
@@ -1010,7 +1010,7 @@
 						$url  = sprintf('%1$s/%2$s%3$sm%4$s%5$s%6$sw%7$s%8$d', home_url(), '', '?', '=', $arc_year, '&amp;', '=', $arcresult->week);
 						$text = $arc_week_start . $archive_week_separator . $arc_week_end;
 						if ($show_post_count)
-							$after = '&nbsp;('.$arcresult->posts.')'.$afterafter;
+							$after = '&#160;('.$arcresult->posts.')'.$afterafter;
 						$output .= get_archives_link($url, $text, $format, $before, $after);
 					}
 				}
@@ -1170,17 +1170,17 @@
 	<tr>';
 
 	if ( $previous ) {
-		$calendar_output .= "\n\t\t".'<td colspan="3" id="prev"><a href="' . get_month_link($previous->year, $previous->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($previous->month), date('Y', mktime(0, 0 , 0, $previous->month, 1, $previous->year)))) . '">&laquo; ' . $wp_locale->get_month_abbrev($wp_locale->get_month($previous->month)) . '</a></td>';
+		$calendar_output .= "\n\t\t".'<td colspan="3" id="prev"><a href="' . get_month_link($previous->year, $previous->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($previous->month), date('Y', mktime(0, 0 , 0, $previous->month, 1, $previous->year)))) . '">&#171; ' . $wp_locale->get_month_abbrev($wp_locale->get_month($previous->month)) . '</a></td>';
 	} else {
-		$calendar_output .= "\n\t\t".'<td colspan="3" id="prev" class="pad">&nbsp;</td>';
+		$calendar_output .= "\n\t\t".'<td colspan="3" id="prev" class="pad">&#160;</td>';
 	}
 
-	$calendar_output .= "\n\t\t".'<td class="pad">&nbsp;</td>';
+	$calendar_output .= "\n\t\t".'<td class="pad">&#160;</td>';
 
 	if ( $next ) {
-		$calendar_output .= "\n\t\t".'<td colspan="3" id="next"><a href="' . get_month_link($next->year, $next->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($next->month), date('Y', mktime(0, 0 , 0, $next->month, 1, $next->year))) ) . '">' . $wp_locale->get_month_abbrev($wp_locale->get_month($next->month)) . ' &raquo;</a></td>';
+		$calendar_output .= "\n\t\t".'<td colspan="3" id="next"><a href="' . get_month_link($next->year, $next->month) . '" title="' . esc_attr( sprintf(__('View posts for %1$s %2$s'), $wp_locale->get_month($next->month), date('Y', mktime(0, 0 , 0, $next->month, 1, $next->year))) ) . '">' . $wp_locale->get_month_abbrev($wp_locale->get_month($next->month)) . ' &#187;</a></td>';
 	} else {
-		$calendar_output .= "\n\t\t".'<td colspan="3" id="next" class="pad">&nbsp;</td>';
+		$calendar_output .= "\n\t\t".'<td colspan="3" id="next" class="pad">&#160;</td>';
 	}
 
 	$calendar_output .= '
@@ -1232,7 +1232,7 @@
 	// See how much we should pad in the beginning
 	$pad = calendar_week_mod(date('w', $unixmonth)-$week_begins);
 	if ( 0 != $pad )
-		$calendar_output .= "\n\t\t".'<td colspan="'. esc_attr($pad) .'" class="pad">&nbsp;</td>';
+		$calendar_output .= "\n\t\t".'<td colspan="'. esc_attr($pad) .'" class="pad">&#160;</td>';
 
 	$daysinmonth = intval(date('t', $unixmonth));
 	for ( $day = 1; $day <= $daysinmonth; ++$day ) {
@@ -1257,7 +1257,7 @@
 
 	$pad = 7 - calendar_week_mod(date('w', mktime(0, 0 , 0, $thismonth, $day, $thisyear))-$week_begins);
 	if ( $pad != 0 && $pad != 7 )
-		$calendar_output .= "\n\t\t".'<td class="pad" colspan="'. esc_attr($pad) .'">&nbsp;</td>';
+		$calendar_output .= "\n\t\t".'<td class="pad" colspan="'. esc_attr($pad) .'">&#160;</td>';
 
 	$calendar_output .= "\n\t</tr>\n\t</tbody>\n\t</table>";
 
@@ -1599,7 +1599,7 @@
 
 	$defaults = array(
 		/* translators: Separator between blog name and feed type in feed links */
-		'separator'	=> _x('&raquo;', 'feed link'),
+		'separator'	=> _x('&#187;', 'feed link'),
 		/* translators: 1: blog title, 2: separator (raquo) */
 		'feedtitle'	=> __('%1$s %2$s Feed'),
 		/* translators: %s: blog title, 2: separator (raquo) */
@@ -1622,7 +1622,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('&#187;', '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 */
@@ -1924,8 +1924,8 @@
 		'current' => 0,
 		'show_all' => false,
 		'prev_next' => true,
-		'prev_text' => __('&laquo; Previous'),
-		'next_text' => __('Next &raquo;'),
+		'prev_text' => __('&#171; Previous'),
+		'next_text' => __('Next &#187;'),
 		'end_size' => 1,
 		'mid_size' => 2,
 		'type' => 'plain',
@@ -1972,7 +1972,7 @@
 				$page_links[] = "<a class='page-numbers' href='" . esc_url( apply_filters( 'paginate_links', $link ) ) . "'>$n_display</a>";
 				$dots = true;
 			elseif ( $dots && !$show_all ) :
-				$page_links[] = '<span class="page-numbers dots">' . __( '&hellip;' ) . '</span>';
+				$page_links[] = '<span class="page-numbers dots">' . __( '&#8230;' ) . '</span>';
 				$dots = false;
 			endif;
 		endif;
Index: wp-includes/js/tinymce/plugins/media/media.htm===================================================================
--- wp-includes/js/tinymce/plugins/media/media.htm	2012-03-15 00:47:06 -0400
+++ wp-includes/js/tinymce/plugins/media/media.htm	2012-06-14 14:07:17 -0400
@@ -38,7 +38,7 @@
 									<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input id="src" name="src" type="text" value="" class="mceFocus" onchange="Media.formToData();" /></td>
-										<td id="filebrowsercontainer">&nbsp;</td>
+										<td id="filebrowsercontainer">&#160;</td>
 									</tr>
 									</table>
 								</td>
@@ -53,7 +53,7 @@
 									<table role="presentation" border="0" cellpadding="0" cellspacing="0">
 										<tr>
 											<td><input type="text" id="width" name="width" value="" class="size" onchange="Media.formToData('width');" onfocus="Media.beforeResize();" /> x <input type="text" id="height" name="height" value="" class="size" onfocus="Media.beforeResize();" onchange="Media.formToData('height');" /></td>
-											<td>&nbsp;&nbsp;<input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td>
+											<td>&#160;&#160;<input id="constrain" type="checkbox" name="constrain" class="checkbox" checked="checked" /></td>
 											<td><label id="constrainlabel" for="constrain">{#media_dlg.constrain_proportions}</label></td>
 										</tr>
 									</table>
@@ -97,7 +97,7 @@
 								<table role="presentation" border="0" cellpadding="0" cellspacing="0">
 									<tr>
 										<td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');Media.formToData();" /></td>
-										<td id="bgcolor_pickcontainer">&nbsp;</td>
+										<td id="bgcolor_pickcontainer">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -122,7 +122,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="video_altsource1" name="video_altsource1" onchange="Media.formToData();" style="width: 240px" /></td>
-										<td id="video_altsource1_filebrowser">&nbsp;</td>
+										<td id="video_altsource1_filebrowser">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -134,7 +134,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="video_altsource2" name="video_altsource2" onchange="Media.formToData();" style="width: 240px" /></td>
-										<td id="video_altsource2_filebrowser">&nbsp;</td>
+										<td id="video_altsource2_filebrowser">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -146,7 +146,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="video_poster" name="video_poster" onchange="Media.formToData();" style="width: 240px" /></td>
-										<td id="video_poster_filebrowser">&nbsp;</td>
+										<td id="video_poster_filebrowser">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -250,7 +250,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="audio_altsource1" name="audio_altsource1" onchange="Media.formToData();" style="width: 240px" /></td>
-										<td id="audio_altsource1_filebrowser">&nbsp;</td>
+										<td id="audio_altsource1_filebrowser">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -262,7 +262,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="audio_altsource2" name="audio_altsource2" onchange="Media.formToData();" style="width: 240px" /></td>
-										<td id="audio_altsource2_filebrowser">&nbsp;</td>
+										<td id="audio_altsource2_filebrowser">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -535,7 +535,7 @@
 								</select>
 							</td>
 
-							<td colspan="2">&nbsp;</td>
+							<td colspan="2">&#160;</td>
 						</tr>
 
 						<tr>
@@ -568,7 +568,7 @@
 								<table role="presentation" border="0" cellspacing="0" cellpadding="0">
 									<tr>
 										<td><input type="text" id="quicktime_qtsrc" name="quicktime_qtsrc" onchange="Media.formToData();" /></td>
-										<td id="qtsrcfilebrowsercontainer">&nbsp;</td>
+										<td id="qtsrcfilebrowsercontainer">&#160;</td>
 									</tr>
 								</table>
 							</td>
@@ -798,7 +798,7 @@
 							</td>
 
 							<td colspan="2">
-								&nbsp;
+								&#160;
 							</td>
 						</tr>
 
Index: wp-includes/js/tinymce/themes/advanced/about.htm===================================================================
--- wp-includes/js/tinymce/themes/advanced/about.htm	2012-03-15 00:47:06 -0400
+++ wp-includes/js/tinymce/themes/advanced/about.htm	2012-06-14 14:07:17 -0400
@@ -21,7 +21,7 @@
 				<p>Version: <span id="version"></span> (<span id="date"></span>)</p>
 				<p>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under <a href="../../license.txt" target="_blank">LGPL</a>
 				by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.</p>
-				<p>Copyright &copy; 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
+				<p>Copyright &#169; 2003-2008, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
 				<p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p>
 
 				<div id="buttoncontainer">
@@ -36,7 +36,7 @@
 					<div id="plugintablecontainer">
 					</div>
 
-					<p>&nbsp;</p>
+					<p>&#160;</p>
 				</div>
 			</div>
 
Index: wp-includes/js/tinymce/themes/advanced/charmap.htm===================================================================
--- wp-includes/js/tinymce/themes/advanced/charmap.htm	2012-03-15 00:47:06 -0400
+++ wp-includes/js/tinymce/themes/advanced/charmap.htm	2012-06-14 14:07:17 -0400
@@ -17,10 +17,10 @@
 		<td width="100" align="center" valign="top">
 			<table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
 				<tr>
-					<td id="codeV">&nbsp;</td>
+					<td id="codeV">&#160;</td>
 				</tr>
 				<tr>
-					<td id="codeN">&nbsp;</td>
+					<td id="codeN">&#160;</td>
 				</tr>
 			</table>
 		</td>
@@ -32,16 +32,16 @@
 					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
 				</tr>
 				<tr>
-					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
+					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&#160;</td>
 				</tr>
 				<tr>
-					<td style="font-size: 1px;">&nbsp;</td>
+					<td style="font-size: 1px;">&#160;</td>
 				</tr>
 				<tr>
 					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
 				</tr>
 				<tr>
-					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
+					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&#160;</td>
 				</tr>
 			</table>
 		</td>
Index: wp-includes/js/tinymce/themes/advanced/image.htm===================================================================
--- wp-includes/js/tinymce/themes/advanced/image.htm	2012-03-15 00:47:06 -0400
+++ wp-includes/js/tinymce/themes/advanced/image.htm	2012-06-14 14:07:17 -0400
@@ -23,7 +23,7 @@
 					<td><table border="0" cellspacing="0" cellpadding="0">
 						<tr>
 							<td><input id="src" name="src" type="text" class="mceFocus" value="" style="width: 200px" onchange="ImageDialog.getImageData();" /></td>
-							<td id="srcbrowsercontainer">&nbsp;</td>
+							<td id="srcbrowsercontainer">&#160;</td>
 						</tr>
 					</table></td>
 				</tr>
Index: wp-includes/js/tinymce/themes/advanced/link.htm===================================================================
--- wp-includes/js/tinymce/themes/advanced/link.htm	2012-03-15 00:47:06 -0400
+++ wp-includes/js/tinymce/themes/advanced/link.htm	2012-06-14 14:07:17 -0400
@@ -24,7 +24,7 @@
 					<td><table border="0" cellspacing="0" cellpadding="0"> 
 						<tr> 
 							<td><input id="href" name="href" type="text" class="mceFocus" value="" style="width: 200px" onchange="LinkDialog.checkPrefix(this);" /></td> 
-							<td id="hrefbrowsercontainer">&nbsp;</td>
+							<td id="hrefbrowsercontainer">&#160;</td>
 						</tr> 
 					</table></td>
 				</tr>
Index: wp-includes/js/tinymce/wp-mce-help.php===================================================================
--- wp-includes/js/tinymce/wp-mce-help.php	2011-12-08 22:02:32 -0500
+++ wp-includes/js/tinymce/wp-mce-help.php	2012-06-14 14:07:17 -0400
@@ -253,7 +253,7 @@
 		<tr><th>n</th><td><?php _e('Check Spelling') ?></td><th>l</th><td><?php _e('Align Left') ?></td></tr>
 		<tr><th>j</th><td><?php _e('Justify Text') ?></td><th>c</th><td><?php _e('Align Center') ?></td></tr>
 		<tr><th>d</th><td><span style="text-decoration: line-through;"><?php _e('Strikethrough') ?></span></td><th>r</th><td><?php _e('Align Right') ?></td></tr>
-		<tr><th>u</th><td><strong>&bull;</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link') ?></td></tr>
+		<tr><th>u</th><td><strong>&#8226;</strong> <?php _e('List') ?></td><th>a</th><td><?php _e('Insert link') ?></td></tr>
 		<tr><th>o</th><td>1. <?php _e('List') ?></td><th>s</th><td><?php _e('Remove link') ?></td></tr>
 		<tr><th>q</th><td><?php _e('Quote') ?></td><th>m</th><td><?php _e('Insert Image') ?></td></tr>
 		<tr><th>g</th><td><?php _e('Full Screen') ?></td><th>t</th><td><?php _e('Insert More Tag') ?></td></tr>
@@ -272,7 +272,7 @@
 
     <p><?php _e('Version:'); ?> <span id="version"></span> (<span id="date"></span>)</p>
 	<p><?php printf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor released as Open Source under %sLGPL</a>	by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'), '<a href="'.home_url('/wp-includes/js/tinymce/license.txt').'" target="_blank" title="'.esc_attr__('GNU Library General Public Licence').'">') ?></p>
-	<p><?php _e('Copyright &copy; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
+	<p><?php _e('Copyright &#169; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.') ?></p>
 	<p><?php _e('For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.') ?></p>
 
 	<div id="buttoncontainer">
Index: wp-includes/kses.php===================================================================
--- wp-includes/kses.php	2012-06-01 20:47:08 -0400
+++ wp-includes/kses.php	2012-06-14 14:07:17 -0400
@@ -1241,7 +1241,7 @@
  * Convert all entities to their character counterparts.
  *
  * This function decodes numeric HTML entities (&#65; and &#x41;). It doesn't do
- * anything with other entities like &auml;, but we don't need them in the URL
+ * anything with other entities like &#228;, but we don't need them in the URL
  * protocol whitelisting system anyway.
  *
  * @since 1.0.0
Index: wp-includes/link-template.php===================================================================
--- wp-includes/link-template.php	2012-05-27 16:25:42 -0400
+++ wp-includes/link-template.php	2012-06-14 14:07:17 -0400
@@ -1306,7 +1306,7 @@
  * @param bool $in_same_cat Optional. Whether link should be in a same category.
  * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs.
  */
-function previous_post_link($format='&laquo; %link', $link='%title', $in_same_cat = false, $excluded_categories = '') {
+function previous_post_link($format='&#171; %link', $link='%title', $in_same_cat = false, $excluded_categories = '') {
 	adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, true);
 }
 
@@ -1320,7 +1320,7 @@
  * @param bool $in_same_cat Optional. Whether link should be in a same category.
  * @param array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs.
  */
-function next_post_link($format='%link &raquo;', $link='%title', $in_same_cat = false, $excluded_categories = '') {
+function next_post_link($format='%link &#187;', $link='%title', $in_same_cat = false, $excluded_categories = '') {
 	adjacent_post_link($format, $link, $in_same_cat, $excluded_categories, false);
 }
 
@@ -1493,7 +1493,7 @@
 	$nextpage = intval($paged) + 1;
 
 	if ( null === $label )
-		$label = __( 'Next Page &raquo;' );
+		$label = __( 'Next Page &#187;' );
 
 	if ( !is_single() && ( $nextpage <= $max_page ) ) {
 		$attr = apply_filters( 'next_posts_link_attributes', '' );
@@ -1564,7 +1564,7 @@
 	global $paged;
 
 	if ( null === $label )
-		$label = __( '&laquo; Previous Page' );
+		$label = __( '&#171; Previous Page' );
 
 	if ( !is_single() && $paged > 1 ) {
 		$attr = apply_filters( 'previous_posts_link_attributes', '' );
@@ -1600,8 +1600,8 @@
 	if ( !is_singular() ) {
 		$defaults = array(
 			'sep' => ' &#8212; ',
-			'prelabel' => __('&laquo; Previous Page'),
-			'nxtlabel' => __('Next Page &raquo;'),
+			'prelabel' => __('&#171; Previous Page'),
+			'nxtlabel' => __('Next Page &#187;'),
 		);
 		$args = wp_parse_args( $args, $defaults );
 
@@ -1702,7 +1702,7 @@
 		return;
 
 	if ( empty($label) )
-		$label = __('Newer Comments &raquo;');
+		$label = __('Newer Comments &#187;');
 
 	return '<a href="' . esc_url( get_comments_pagenum_link( $nextpage, $max_page ) ) . '" ' . apply_filters( 'next_comments_link_attributes', '' ) . '>'. preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
 }
@@ -1739,7 +1739,7 @@
 	$prevpage = intval($page) - 1;
 
 	if ( empty($label) )
-		$label = __('&laquo; Older Comments');
+		$label = __('&#171; Older Comments');
 
 	return '<a href="' . esc_url( get_comments_pagenum_link( $prevpage ) ) . '" ' . apply_filters( 'previous_comments_link_attributes', '' ) . '>' . preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
 }
Index: wp-includes/post-template.php===================================================================
--- wp-includes/post-template.php	2012-06-11 21:25:04 -0400
+++ wp-includes/post-template.php	2012-06-14 14:07:17 -0400
@@ -1104,7 +1104,7 @@
 	 * @param array $args Uses 'selected' argument for selected page to set selected HTML attribute for option element.
 	 */
 	function start_el(&$output, $page, $depth, $args, $id = 0) {
-		$pad = str_repeat('&nbsp;', $depth * 3);
+		$pad = str_repeat('&#160;', $depth * 3);
 
 		$output .= "\t<option class=\"level-$depth\" value=\"$page->ID\"";
 		if ( $page->ID == $args['selected'] )
Index: wp-includes/script-loader.php===================================================================
--- wp-includes/script-loader.php	2012-06-08 19:22:10 -0400
+++ wp-includes/script-loader.php	2012-06-14 14:07:17 -0400
@@ -212,7 +212,7 @@
 		'file_cancelled' => __('File canceled.'),
 		'upload_stopped' => __('Upload stopped.'),
 		'dismiss' => __('Dismiss'),
-		'crunching' => __('Crunching&hellip;'),
+		'crunching' => __('Crunching&#8230;'),
 		'deleted' => __('moved to the trash.'),
 		'error_uploading' => __('&#8220;%s&#8221; has failed to upload.')
 	);
Index: wp-includes/theme-compat/comments-popup.php===================================================================
--- wp-includes/theme-compat/comments-popup.php	2011-10-20 15:04:46 -0400
+++ wp-includes/theme-compat/comments-popup.php	2012-06-14 14:07:18 -0400
@@ -68,7 +68,7 @@
 
 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
 <?php if ( $user_ID ) : ?>
-	<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &raquo;</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
+	<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out &#187;</a>'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity, wp_logout_url(get_permalink())); ?></p>
 <?php else : ?>
 	<p>
 	  <input type="text" name="author" id="author" class="textarea" value="<?php echo esc_attr($comment_author); ?>" size="28" tabindex="1" />
Index: wp-includes/theme-compat/comments.php===================================================================
--- wp-includes/theme-compat/comments.php	2012-01-05 19:10:38 -0500
+++ wp-includes/theme-compat/comments.php	2012-06-14 14:07:18 -0400
@@ -69,7 +69,7 @@
 
 <?php if ( is_user_logged_in() ) : ?>
 
-<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out &raquo;'); ?></a></p>
+<p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out &#187;'); ?></a></p>
 
 <?php else : ?>
 
Index: wp-includes/theme-compat/header.php===================================================================
--- wp-includes/theme-compat/header.php	2012-01-05 19:10:38 -0500
+++ wp-includes/theme-compat/header.php	2012-06-14 14:07:18 -0400
@@ -15,7 +15,7 @@
 <head profile="http://gmpg.org/xfn/11">
 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
 
-<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
+<title><?php wp_title('&#171;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
 
 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Index: wp-includes/wp-diff.php===================================================================
--- wp-includes/wp-diff.php	2012-01-08 16:01:10 -0500
+++ wp-includes/wp-diff.php	2012-06-14 14:07:18 -0400
@@ -127,7 +127,7 @@
 	 * @return string
 	 */
 	function emptyLine() {
-		return '<td colspan="2">&nbsp;</td>';
+		return '<td colspan="2">&#160;</td>';
 	}
 
 	/**
Index: wp-load.php===================================================================
--- wp-load.php	2012-04-22 08:05:16 -0400
+++ wp-load.php	2012-06-14 14:07:18 -0400
@@ -57,5 +57,5 @@
 	$die .= '<p>' . __( "You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '</p>';
 	$die .= '<p><a href="' . $path . '" class="button">' . __( "Create a Configuration File" ) . '</a>';
 
-	wp_die( $die, __( 'WordPress &rsaquo; Error' ) );
+	wp_die( $die, __( 'WordPress &#8250; Error' ) );
 }
Index: wp-login.php===================================================================
--- wp-login.php	2012-06-08 19:22:10 -0400
+++ wp-login.php	2012-06-14 14:07:18 -0400
@@ -58,7 +58,7 @@
 	<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 	<head>
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
-	<title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
+	<title><?php bloginfo('name'); ?> &#8250; <?php echo $title; ?></title>
 	<?php
 
 	wp_admin_css( 'wp-admin', true );
@@ -137,7 +137,7 @@
 
 	// Don't allow interim logins to navigate away from the page.
 	if ( ! $interim_login ): ?>
-	<p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr_e( 'Are you lost?' ); ?>"><?php printf( __( '&larr; Back to %s' ), get_bloginfo( 'title', 'display' ) ); ?></a></p>
+	<p id="backtoblog"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php esc_attr_e( 'Are you lost?' ); ?>"><?php printf( __( '&#8592; Back to %s' ), get_bloginfo( 'title', 'display' ) ); ?></a></p>
 	<?php endif; ?>
 
 	</div>
Index: wp-signup.php===================================================================
--- wp-signup.php	2012-04-21 06:40:30 -0400
+++ wp-signup.php	2012-06-14 14:07:18 -0400
@@ -130,7 +130,7 @@
 	_e( '(Must be at least 4 characters, letters and numbers only.)' );
 	?>
 
-	<label for="user_email"><?php _e( 'Email&nbsp;Address:' ) ?></label>
+	<label for="user_email"><?php _e( 'Email&#160;Address:' ) ?></label>
 	<?php if ( $errmsg = $errors->get_error_message('user_email') ) { ?>
 		<p class="error"><?php echo $errmsg ?></p>
 	<?php } ?>
