Index: wp-login.php
===================================================================
--- wp-login.php	(revision 4745)
+++ wp-login.php	(working copy)
@@ -29,7 +29,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 <head>
-	<title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
+	<title><?php bloginfo('name'); ?> &#8250; <?php echo $title; ?></title>
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
 	<link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
@@ -145,7 +145,7 @@
 		<input type="text" name="user_email" id="user_email" class="input" value="<?php echo attribute_escape(stripslashes($_POST['user_email'])); ?>" size="25" tabindex="20" /></label>
 	</p>
 <?php do_action('lostpassword_form'); ?>
-	<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Get New Password &raquo;'); ?>" tabindex="100" /></p>
+	<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Get New Password &#187;'); ?>" tabindex="100" /></p>
 </form>
 </div>
 
@@ -265,7 +265,7 @@
 	</p>
 <?php do_action('register_form'); ?>
 	<p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
-	<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Register &raquo;'); ?>" tabindex="100" /></p>
+	<p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Register &#187;'); ?>" tabindex="100" /></p>
 </form>
 </div>
 
@@ -353,7 +353,7 @@
 <?php do_action('login_form'); ?>
 	<p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> <?php _e('Remember me'); ?></label></p>
 	<p class="submit">
-		<input type="submit" name="submit" id="submit" value="<?php _e('Login'); ?> &raquo;" tabindex="100" />
+		<input type="submit" name="submit" id="submit" value="<?php _e('Login'); ?> &#187;" tabindex="100" />
 		<input type="hidden" name="redirect_to" value="<?php echo attribute_escape($redirect_to); ?>" />
 	</p>
 </form>
Index: wp-blog-header.php
===================================================================
--- wp-blog-header.php	(revision 4745)
+++ wp-blog-header.php	(working copy)
@@ -6,7 +6,7 @@
 	else $path = 'wp-admin/';
 
   require_once( dirname(__FILE__) . '/wp-includes/functions.php');
-  wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='{$path}setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &rsaquo; Error");
+  wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='{$path}setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &#8250; Error");
 }
 
 $wp_did_header = true;
Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 4745)
+++ wp-includes/link-template.php	(working copy)
@@ -361,7 +361,7 @@
 	echo $format;
 }
 
-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 = '') {
 	$post = get_next_post($in_same_cat, $excluded_categories);
 
 	if ( !$post )
@@ -458,7 +458,7 @@
 	}
 }
 
-function next_posts_link($label='Next Page &raquo;', $max_page=0) {
+function next_posts_link($label='Next Page &#187;', $max_page=0) {
 	global $paged, $wpdb, $wp_query;
 	if ( !$max_page ) {
 		$max_page = $wp_query->max_num_pages;
@@ -495,7 +495,7 @@
 	}
 }
 
-function posts_nav_link($sep=' &#8212; ', $prelabel='&laquo; Previous Page', $nxtlabel='Next Page &raquo;') {
+function posts_nav_link($sep=' &#8212; ', $prelabel='&laquo; Previous Page', $nxtlabel='Next Page &#187;') {
 	global $wp_query;
 	if ( !is_singular() ) {
 		$max_num_pages = $wp_query->max_num_pages;
Index: wp-includes/wp-db.php
===================================================================
--- wp-includes/wp-db.php	(revision 4745)
+++ wp-includes/wp-db.php	(working copy)
@@ -369,7 +369,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>WordPress &rsaquo; Error</title>
+	<title>WordPress &#8250; Error</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="stylesheet" href="<?php echo $admin_dir; ?>install.css" type="text/css" />
 </head>
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 4745)
+++ wp-includes/general-template.php	(working copy)
@@ -146,7 +146,7 @@
 }
 
 
-function wp_title($sep = '&raquo;', $display = true) {
+function wp_title($sep = '&#187;', $display = true) {
 	global $wpdb;
 	global $m, $year, $monthnum, $day, $category_name, $wp_locale, $posts;
 
@@ -342,7 +342,7 @@
 				$url	= get_month_link($arcresult->year,	$arcresult->month);
 				$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;
 				echo get_archives_link($url, $text, $format, $before, $after);
 			}
 		}
@@ -354,7 +354,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;
                 echo get_archives_link($url, $text, $format, $before, $after);
             }
 		}		  	
@@ -367,7 +367,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;
 				echo get_archives_link($url, $text, $format, $before, $after);
 			}
 		}
@@ -387,7 +387,7 @@
 						$url  = sprintf('%1$s/%2$s%3$sm%4$s%5$s%6$sw%7$s%8$d', get_option('home'), '', '?', '=', $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;
 						echo get_archives_link($url, $text, $format, $before, $after);
 					}
 				}
@@ -512,17 +512,17 @@
 		get_month_link($previous->year, $previous->month) . '" title="' . 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>';
 	} else {
-		echo "\n\t\t".'<td colspan="3" id="prev" class="pad">&nbsp;</td>';
+		echo "\n\t\t".'<td colspan="3" id="prev" class="pad">&#160;</td>';
 	}
 
-	echo "\n\t\t".'<td class="pad">&nbsp;</td>';
+	echo "\n\t\t".'<td class="pad">&#160;</td>';
 
 	if ( $next ) {
 		echo "\n\t\t".'<td abbr="' . $wp_locale->get_month($next->month) . '" colspan="3" id="next"><a href="' .
 		get_month_link($next->year, $next->month) . '" title="' . 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>';
+			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 {
-		echo "\n\t\t".'<td colspan="3" id="next" class="pad">&nbsp;</td>';
+		echo "\n\t\t".'<td colspan="3" id="next" class="pad">&#160;</td>';
 	}
 
 	echo '
@@ -576,7 +576,7 @@
 	// See how much we should pad in the beginning
 	$pad = calendar_week_mod(date('w', $unixmonth)-$week_begins);
 	if ( 0 != $pad )
-		echo "\n\t\t".'<td colspan="'.$pad.'" class="pad">&nbsp;</td>';
+		echo "\n\t\t".'<td colspan="'.$pad.'" class="pad">&#160;</td>';
 
 	$daysinmonth = intval(date('t', $unixmonth));
 	for ( $day = 1; $day <= $daysinmonth; ++$day ) {
@@ -601,7 +601,7 @@
 
 	$pad = 7 - calendar_week_mod(date('w', mktime(0, 0 , 0, $thismonth, $day, $thisyear))-$week_begins);
 	if ( $pad != 0 && $pad != 7 )
-		echo "\n\t\t".'<td class="pad" colspan="'.$pad.'">&nbsp;</td>';
+		echo "\n\t\t".'<td class="pad" colspan="'.$pad.'">&#160;</td>';
 
 	echo "\n\t</tr>\n\t</tbody>\n\t</table>";
 
@@ -934,7 +934,7 @@
 	$show_all = false;
 	$prev_next = true;
 	$prev_text = __('&laquo; Previous');
-	$next_text = __('Next &raquo;');
+	$next_text = __('Next &#187;');
 	$end_size = 1; // How many numbers on either end including the end
 	$mid_size = 2; // How many numbers to either side of current not including current
 	$type = 'plain';
Index: wp-includes/js/colorpicker.js
===================================================================
--- wp-includes/js/colorpicker.js	(revision 4745)
+++ wp-includes/js/colorpicker.js	(working copy)
@@ -681,7 +681,7 @@
 		if ((i % width) == 0) { cp_contents += "<tr>"; }
 		if (use_highlight) { var mo = 'onMouseOver="'+windowRef+'ColorPicker_highlightColor(\''+colors[i]+'\',window.document)"'; }
 		else { mo = ""; }
-		cp_contents += '<td bgcolor="'+colors[i]+'"><a href="javascript:void()" onclick="'+windowRef+'ColorPicker_pickColor(\''+colors[i]+'\','+windowRef+'window.popupWindowObjects['+cp.index+']);return false;" '+mo+'>&nbsp;</a></td>';
+		cp_contents += '<td bgcolor="'+colors[i]+'"><a href="javascript:void()" onclick="'+windowRef+'ColorPicker_pickColor(\''+colors[i]+'\','+windowRef+'window.popupWindowObjects['+cp.index+']);return false;" '+mo+'>&#160;</a></td>';
 		if ( ((i+1)>=total) || (((i+1) % width) == 0)) { 
 			cp_contents += "</tr>";
 			}
@@ -690,7 +690,7 @@
 	if (document.getElementById) {
 		var width1 = Math.floor(width/2);
 		var width2 = width = width1;
-		cp_contents += "<tr><td colspan='"+width1+"' bgcolor='#ffffff' ID='colorPickerSelectedColor'>&nbsp;</td><td colspan='"+width2+"' align='center' id='colorPickerSelectedColorValue'>#FFFFFF</td></tr>";
+		cp_contents += "<tr><td colspan='"+width1+"' bgcolor='#ffffff' ID='colorPickerSelectedColor'>&#160;</td><td colspan='"+width2+"' align='center' id='colorPickerSelectedColorValue'>#FFFFFF</td></tr>";
 		}
 	cp_contents += "</table>";
 	if (windowMode) {
Index: wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js
===================================================================
--- wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js	(revision 4745)
+++ wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js	(working copy)
@@ -240,7 +240,7 @@
 				}
 
 				// Remove anonymous, empty paragraphs.
-				content = content.replace(new RegExp('<p>(\\s|&nbsp;)*</p>', 'mg'), '');
+				content = content.replace(new RegExp('<p>(\\s|&#160;)*</p>', 'mg'), '');
 
 				// Handle table badness.
 				content = content.replace(new RegExp('<(table( [^>]*)?)>.*?<((tr|thead)( [^>]*)?)>', 'mg'), '<$1><$3>');
@@ -586,7 +586,7 @@
 	pee = pee.replace(new RegExp('\\s*\\n', 'gi'), "<br />\n");
 	pee = pee.replace(new RegExp('(</?(?:table|thead|tfoot|caption|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|blockquote|address|math|p|h[1-6])[^>]*>)\\s*<br />', 'gi'), "$1");
 	pee = pee.replace(new RegExp('<br />(\\s*</?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)>)', 'gi'), '$1');
-	pee = pee.replace(new RegExp('^((?:&nbsp;)*)\\s', 'mg'), '$1&nbsp;');
+	pee = pee.replace(new RegExp('^((?:&#160;)*)\\s', 'mg'), '$1&#160;');
 	//pee = pee.replace(new RegExp('(<pre.*?>)(.*?)</pre>!ise', " stripslashes('$1') .  stripslashes(clean_pre('$2'))  . '</pre>' "); // Hmm...
 	return pee;
 }
Index: wp-includes/js/tinymce/plugins/paste/editor_plugin.js
===================================================================
--- wp-includes/js/tinymce/plugins/paste/editor_plugin.js	(revision 4745)
+++ wp-includes/js/tinymce/plugins/paste/editor_plugin.js	(working copy)
@@ -211,11 +211,11 @@
 			content = content.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3");

 			content = content.replace(/<\\?\?xml[^>]*>/gi, "");

 			content = content.replace(/<\/?\w+:[^>]*>/gi, "");

-			content = content.replace(/-- page break --\s*<p>&nbsp;<\/p>/gi, ""); // Remove pagebreaks

+			content = content.replace(/-- page break --\s*<p>&#160;<\/p>/gi, ""); // Remove pagebreaks

 			content = content.replace(/-- page break --/gi, ""); // Remove pagebreaks

 

-	//		content = content.replace(/\/?&nbsp;*/gi, ""); &nbsp;

-	//		content = content.replace(/<p>&nbsp;<\/p>/gi, '');

+	//		content = content.replace(/\/?&#160;*/gi, ""); &#160;

+	//		content = content.replace(/<p>&#160;<\/p>/gi, '');

 

 			if (!tinyMCE.settings['force_p_newlines']) {

 				content = content.replace('', '' ,'gi');

@@ -245,11 +245,11 @@
 

 			// Replace all headers with strong and fix some other issues

 			if (tinyMCE.getParam("paste_convert_headers_to_strong", false)) {

-				content = content.replace(/<h[1-6]>&nbsp;<\/h[1-6]>/gi, '<p>&nbsp;&nbsp;</p>');

+				content = content.replace(/<h[1-6]>&#160;<\/h[1-6]>/gi, '<p>&#160;&#160;</p>');

 				content = content.replace(/<h[1-6]>/gi, '<p><b>');

 				content = content.replace(/<\/h[1-6]>/gi, '</b></p>');

-				content = content.replace(/<b>&nbsp;<\/b>/gi, '<b>&nbsp;&nbsp;</b>');

-				content = content.replace(/^(&nbsp;)*/gi, '');

+				content = content.replace(/<b>&#160;<\/b>/gi, '<b>&#160;&#160;</b>');

+				content = content.replace(/^(&#160;)*/gi, '');

 			}

 

 			content = content.replace(/--list--/gi, ""); // Remove --list--

@@ -299,7 +299,7 @@
 

 				// Add the first one

 				var li = document.createElement("li");

-				li.innerHTML = p.innerHTML.replace(new RegExp('' + mdot + '|' + bull + '|--list--|&nbsp;', "gi"), '');

+				li.innerHTML = p.innerHTML.replace(new RegExp('' + mdot + '|' + bull + '|--list--|&#160;', "gi"), '');

 				ul.appendChild(li);

 

 				// Add the rest

@@ -313,7 +313,7 @@
 			        }

 

 					if (search == mdot) {

-					        if (np.nodeType == 1 && new RegExp('^o(\\s+|&nbsp;)').test(np.innerHTML)) {

+					        if (np.nodeType == 1 && new RegExp('^o(\\s+|&#160;)').test(np.innerHTML)) {

 					                // Second level of nesting

 					                if (!prevul) {

 					                        prevul = ul;

@@ -339,7 +339,7 @@
 

 					var cp = np.nextSibling;

 					var li = document.createElement("li");

-					li.innerHTML = np.innerHTML.replace(new RegExp('' + mdot + '|' + bull + '|--list--|&nbsp;', "gi"), '');

+					li.innerHTML = np.innerHTML.replace(new RegExp('' + mdot + '|' + bull + '|--list--|&#160;', "gi"), '');

 					np.parentNode.removeChild(np);

 					ul.appendChild(li);

 					np = cp;

Index: wp-includes/js/tinymce/tiny_mce.js
===================================================================
--- wp-includes/js/tinymce/tiny_mce.js	(revision 4745)
+++ wp-includes/js/tinymce/tiny_mce.js	(working copy)
@@ -1223,9 +1223,9 @@
 
 						if (!elm.hasChildNodes() && !re.test(elm.nodeName)) {
 							if (dre.test(elm.nodeName))
-								elm.innerHTML = "&nbsp;&nbsp;";
+								elm.innerHTML = "&#160;&#160;";
 							else
-								elm.innerHTML = "&nbsp;";
+								elm.innerHTML = "&#160;";
 						}
 					}
 				}
@@ -2059,11 +2059,11 @@
 
 				html = doc.body.innerHTML;
 				html = tinyMCE.regexpReplace(html, "<o:p><\/o:p>", "<br />");
-				html = tinyMCE.regexpReplace(html, "<o:p>&nbsp;<\/o:p>", "");
+				html = tinyMCE.regexpReplace(html, "<o:p>&#160;<\/o:p>", "");
 				html = tinyMCE.regexpReplace(html, "<st1:.*?>", "");
 				html = tinyMCE.regexpReplace(html, "<p><\/p>", "");
 				html = tinyMCE.regexpReplace(html, "<p><\/p>\r\n<p><\/p>", "");
-				html = tinyMCE.regexpReplace(html, "<p>&nbsp;<\/p>", "<br />");
+				html = tinyMCE.regexpReplace(html, "<p>&#160;<\/p>", "<br />");
 				html = tinyMCE.regexpReplace(html, "<p>\s*(<p>\s*)?", "<p>");
 				html = tinyMCE.regexpReplace(html, "<\/p>\s*(<\/p>\s*)?", "</p>");
 			}*/
@@ -3285,7 +3285,7 @@
 
 				if (tinyMCE.isGecko || tinyMCE.isOpera) {
 					try {
-						// Is plain text or HTML, &amp;, &nbsp; etc will be encoded wrong in FF
+						// Is plain text or HTML, &amp;, &#160; etc will be encoded wrong in FF
 						if (value.indexOf('<') == -1 && !value.match(/(&#38;|&#160;|&#60;|&#62;)/g)) {
 							var r = this.getRng();
 							var n = this.getDoc().createTextNode(tinyMCE.entityDecode(value));
@@ -3878,8 +3878,8 @@
 /* file:jscripts/tiny_mce/classes/TinyMCE_Cleanup.class.js */
 
 TinyMCE_Engine.prototype.cleanupHTMLCode = function(s) {
-	s = s.replace(new RegExp('<p \\/>', 'gi'), '<p>&nbsp;</p>');
-	s = s.replace(new RegExp('<p>\\s*<\\/p>', 'gi'), '<p>&nbsp;</p>');
+	s = s.replace(new RegExp('<p \\/>', 'gi'), '<p>&#160;</p>');
+	s = s.replace(new RegExp('<p>\\s*<\\/p>', 'gi'), '<p>&#160;</p>');
 
 	// Fix close BR elements
 	s = s.replace(new RegExp('<br>\\s*<\\/br>', 'gi'), '<br />');
@@ -4165,7 +4165,7 @@
 
 				if (!np) {
 					np = d.createElement('li');
-					np.innerHTML = '&nbsp;';
+					np.innerHTML = '&#160;';
 					np.appendChild(n);
 					p.insertBefore(np, p.firstChild);
 				} else
@@ -4244,23 +4244,23 @@
 		t3 = new Date().getTime();
 
 	// Post processing
-	nb = tinyMCE.getParam('entity_encoding') == 'numeric' ? '&#160;' : '&nbsp;';
+	nb = tinyMCE.getParam('entity_encoding') == 'numeric' ? '&#160;' : '&#160;';
 	h = h.replace(/<\/?(body|head|html)[^>]*>/gi, '');
 	h = h.replace(new RegExp(' (rowspan="1"|colspan="1")', 'g'), '');
 	h = h.replace(/<p><hr \/><\/p>/g, '<hr />');
-	h = h.replace(/<p>(&nbsp;|&#160;)<\/p><hr \/><p>(&nbsp;|&#160;)<\/p>/g, '<hr />');
+	h = h.replace(/<p>(&#160;|&#160;)<\/p><hr \/><p>(&#160;|&#160;)<\/p>/g, '<hr />');
 	h = h.replace(/<td>\s*<br \/>\s*<\/td>/g, '<td>' + nb + '</td>');
 	h = h.replace(/<p>\s*<br \/>\s*<\/p>/g, '<p>' + nb + '</p>');
 	h = h.replace(/<br \/>$/, ''); // Remove last BR for Gecko
 	h = h.replace(/<br \/><\/p>/g, '</p>'); // Remove last BR in P tags for Gecko
-	h = h.replace(/<p>\s*(&nbsp;|&#160;)\s*<br \/>\s*(&nbsp;|&#160;)\s*<\/p>/g, '<p>' + nb + '</p>');
-	h = h.replace(/<p>\s*(&nbsp;|&#160;)\s*<br \/>\s*<\/p>/g, '<p>' + nb + '</p>');
-	h = h.replace(/<p>\s*<br \/>\s*&nbsp;\s*<\/p>/g, '<p>' + nb + '</p>');
+	h = h.replace(/<p>\s*(&#160;|&#160;)\s*<br \/>\s*(&#160;|&#160;)\s*<\/p>/g, '<p>' + nb + '</p>');
+	h = h.replace(/<p>\s*(&#160;|&#160;)\s*<br \/>\s*<\/p>/g, '<p>' + nb + '</p>');
+	h = h.replace(/<p>\s*<br \/>\s*&#160;\s*<\/p>/g, '<p>' + nb + '</p>');
 	h = h.replace(new RegExp('<a>(.*?)<\\/a>', 'g'), '$1');
 	h = h.replace(/<p([^>]*)>\s*<\/p>/g, '<p$1>' + nb + '</p>');
 
 	// Clean body
-	if (/^\s*(<br \/>|<p>&nbsp;<\/p>|<p>&#160;<\/p>|<p><\/p>)\s*$/.test(h))
+	if (/^\s*(<br \/>|<p>&#160;<\/p>|<p>&#160;<\/p>|<p><\/p>)\s*$/.test(h))
 		h = '';
 
 	// If preformatted
@@ -4277,7 +4277,7 @@
 	}
 
 	if (s.force_br_newlines)
-		h = h.replace(/<p>(&nbsp;|&#160;)<\/p>/g, '<br />');
+		h = h.replace(/<p>(&#160;|&#160;)<\/p>/g, '<br />');
 
 	// Call custom cleanup code
 	h = tinyMCE._customCleanup(inst, on_save ? "get_from_editor" : "insert_to_editor", h);
@@ -4378,7 +4378,7 @@
 			s.extended_valid_elements = '';
 		}
 
-		this.fillStr = s.entity_encoding == "named" ? "&nbsp;" : "&#160;";
+		this.fillStr = s.entity_encoding == "named" ? "&#160;" : "&#160;";
 		this.idCount = 0;
 	},
 
@@ -5112,9 +5112,9 @@
 		h = h.replace(/\s\/>/g, '>');
 
 		// Since MSIE auto generated emtpy P tags some times we must tell it to keep the real ones
-		h = h.replace(/<p([^>]*)>\u00A0?<\/p>/gi, '<p$1 mce_keep="true">&nbsp;</p>'); // Keep empty paragraphs
-		h = h.replace(/<p([^>]*)>\s*&nbsp;\s*<\/p>/gi, '<p$1 mce_keep="true">&nbsp;</p>'); // Keep empty paragraphs
-		h = h.replace(/<p([^>]*)>\s+<\/p>/gi, '<p$1 mce_keep="true">&nbsp;</p>'); // Keep empty paragraphs
+		h = h.replace(/<p([^>]*)>\u00A0?<\/p>/gi, '<p$1 mce_keep="true">&#160;</p>'); // Keep empty paragraphs
+		h = h.replace(/<p([^>]*)>\s*&#160;\s*<\/p>/gi, '<p$1 mce_keep="true">&#160;</p>'); // Keep empty paragraphs
+		h = h.replace(/<p([^>]*)>\s+<\/p>/gi, '<p$1 mce_keep="true">&#160;</p>'); // Keep empty paragraphs
 
 		// Remove first comment
 		e.innerHTML = tinyMCE.uniqueTag + h;
@@ -6789,11 +6789,11 @@
 
 				// Check if it's a empty paragraph
 				if (isEmpty(paraBefore))
-					paraBefore.innerHTML = "&nbsp;";
+					paraBefore.innerHTML = "&#160;";
 
 				// Check if it's a empty paragraph
 				if (isEmpty(paraAfter))
-					paraAfter.innerHTML = "&nbsp;";
+					paraAfter.innerHTML = "&#160;";
 
 				// Delete old contents
 				rng.deleteContents();
@@ -6815,7 +6815,7 @@
 
 				//tinyMCE.debug("1: ", paraBefore.innerHTML, paraAfter.innerHTML);
 			} else {
-				body.innerHTML = "<" + blockName + ">&nbsp;</" + blockName + "><" + blockName + ">&nbsp;</" + blockName + ">";
+				body.innerHTML = "<" + blockName + ">&#160;</" + blockName + "><" + blockName + ">&#160;</" + blockName + ">";
 				paraAfter = body.childNodes[1];
 			}
 
@@ -6853,11 +6853,11 @@
 
 		// Check if it's a empty paragraph
 		if (isEmpty(paraBefore))
-			paraBefore.innerHTML = "&nbsp;";
+			paraBefore.innerHTML = "&#160;";
 
 		// Check if it's a empty paragraph
 		if (isEmpty(paraAfter))
-			paraAfter.innerHTML = "&nbsp;";
+			paraAfter.innerHTML = "&#160;";
 
 		// Create a range around everything
 		rng = doc.createRange();
Index: wp-includes/js/tinymce/themes/advanced/jscripts/charmap.js
===================================================================
--- wp-includes/js/tinymce/themes/advanced/jscripts/charmap.js	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/jscripts/charmap.js	(working copy)
@@ -292,7 +292,7 @@
 	if (cols % charsPerRow > 0) {
 		var padd = charsPerRow - (cols % charsPerRow);
 		for (var i=0; i<padd-1; i++)
-			html += '<td width="' + tdWidth + '" height="' + tdHeight + '" class="charmap">&nbsp;</td>';
+			html += '<td width="' + tdWidth + '" height="' + tdHeight + '" class="charmap">&#160;</td>';
 	}
 	html += '</tr></table>';
 	document.write(html);
Index: wp-includes/js/tinymce/themes/advanced/about.htm
===================================================================
--- wp-includes/js/tinymce/themes/advanced/about.htm	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/about.htm	(working copy)
@@ -34,7 +34,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	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/charmap.htm	(working copy)
@@ -18,10 +18,10 @@
         <td width="100" align="center" valign="top">
             <table border="0" cellpadding="0" cellspacing="0" width="100" style="height: 100px">
                 <tr>
-                    <td class="charmapOver" style="font-size: 40px; height:80px;" id="codeV">&nbsp;</td>
+                    <td class="charmapOver" style="font-size: 40px; height:80px;" id="codeV">&#160;</td>
                 </tr>
                 <tr>
-                    <td style="font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align:center;" id="codeN">&nbsp;</td>
+                    <td style="font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align:center;" id="codeN">&#160;</td>
                 </tr>
             </table>
         </td>
@@ -33,16 +33,16 @@
                     <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</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;">NUM-Code</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/link.htm
===================================================================
--- wp-includes/js/tinymce/themes/advanced/link.htm	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/link.htm	(working copy)
@@ -24,7 +24,7 @@
             <td><table border="0" cellspacing="0" cellpadding="0"> 
 				  <tr> 
 					<td><input id="href" name="href" type="text" value="" style="width: 200px" /></td> 
-					<td id="hrefbrowsercontainer">&nbsp;</td>
+					<td id="hrefbrowsercontainer">&#160;</td>
 				  </tr> 
 				</table></td>
           </tr>
Index: wp-includes/js/tinymce/themes/advanced/image.htm
===================================================================
--- wp-includes/js/tinymce/themes/advanced/image.htm	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/image.htm	(working copy)
@@ -23,7 +23,7 @@
             <td><table border="0" cellspacing="0" cellpadding="0">
                 <tr>
                   <td><input id="src" name="src" type="text" value="" style="width: 200px" onchange="getImageData();"></td>
-                  <td id="srcbrowsercontainer">&nbsp;</td>
+                  <td id="srcbrowsercontainer">&#160;</td>
                 </tr>
               </table></td>
           </tr>
Index: wp-includes/js/tinymce/themes/advanced/editor_template.js
===================================================================
--- wp-includes/js/tinymce/themes/advanced/editor_template.js	(revision 4745)
+++ wp-includes/js/tinymce/themes/advanced/editor_template.js	(working copy)
@@ -909,7 +909,7 @@
 				html += '<a title="' + nodeData + '" href="javascript:' + cmd + '" onclick="' + cmd + 'return false;" onmousedown="return false;" target="_self" class="mcePathItem">' + nodeName + '</a>';
 
 				if (i > 0) {
-					html += " &raquo; ";
+					html += " &#187; ";
 				}
 			}
 
Index: wp-includes/classes.php
===================================================================
--- wp-includes/classes.php	(revision 4745)
+++ wp-includes/classes.php	(working copy)
@@ -536,7 +536,7 @@
 	var $db_fields = array ('parent' => 'post_parent', 'id' => 'ID'); //TODO: decouple this
 
 	function start_el($output, $page, $depth, $args) {
-				$pad = str_repeat('&nbsp;', $depth * 3);
+				$pad = str_repeat('&#160;', $depth * 3);
 
 				$output .= "\t<option value=\"$page->ID\"";
 				if ( $page->ID == $args['selected'] )
@@ -651,7 +651,7 @@
 	var $db_fields = array ('parent' => 'category_parent', 'id' => 'cat_ID'); //TODO: decouple this
 
 	function start_el($output, $category, $depth, $args) {
-		$pad = str_repeat('&nbsp;', $depth * 3);
+		$pad = str_repeat('&#160;', $depth * 3);
 
 		$cat_name = apply_filters('list_cats', $category->cat_name, $category);
 		$output .= "\t<option value=\"".$category->cat_ID."\"";
@@ -660,10 +660,10 @@
 		$output .= '>';
 		$output .= $pad.$cat_name;
 		if ( $args['show_count'] )
-			$output .= '&nbsp;&nbsp;('. $category->category_count .')';
+			$output .= '&#160;&#160;('. $category->category_count .')';
 		if ( $args['show_last_update'] ) {
 			$format = 'Y-m-d';
-			$output .= '&nbsp;&nbsp;' . gmdate($format, $category->last_update_timestamp);
+			$output .= '&#160;&#160;' . gmdate($format, $category->last_update_timestamp);
 		}
 		$output .= "</option>\n";
 
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 4745)
+++ wp-includes/functions.php	(working copy)
@@ -1207,7 +1207,7 @@
 	header('Content-Type: text/html; charset=utf-8');
 
 	if ( empty($title) )
-		$title = __('WordPress &rsaquo; Error');
+		$title = __('WordPress &#8250; Error');
 
 	if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
 		$admin_dir = '';
Index: wp-content/themes/classic/comments.php
===================================================================
--- wp-content/themes/classic/comments.php	(revision 4745)
+++ wp-content/themes/classic/comments.php	(working copy)
@@ -4,7 +4,7 @@
 
 <h2 id="comments"><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>
 <?php if ( comments_open() ) : ?>
-	<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
+	<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&#187;</a>
 <?php endif; ?>
 </h2>
 
@@ -42,7 +42,7 @@
 
 <?php if ( $user_ID ) : ?>
 
-<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout &raquo;</a></p>
+<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout &#187;</a></p>
 
 <?php else : ?>
 
Index: wp-content/themes/classic/index.php
===================================================================
--- wp-content/themes/classic/index.php	(revision 4745)
+++ wp-content/themes/classic/index.php	(working copy)
@@ -27,6 +27,6 @@
 <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
 <?php endif; ?>
 
-<?php posts_nav_link(' &#8212; ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
+<?php posts_nav_link(' &#8212; ', __('&laquo; Previous Page'), __('Next Page &#187;')); ?>
 
 <?php get_footer(); ?>
Index: wp-content/themes/default/search.php
===================================================================
--- wp-content/themes/default/search.php	(revision 4745)
+++ wp-content/themes/default/search.php	(working copy)
@@ -8,7 +8,7 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
-			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &#187;') ?></div>
 		</div>
 
 
@@ -25,7 +25,7 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
-			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &#187;') ?></div>
 		</div>
 
 	<?php else : ?>
Index: wp-content/themes/default/index.php
===================================================================
--- wp-content/themes/default/index.php	(revision 4745)
+++ wp-content/themes/default/index.php	(working copy)
@@ -11,7 +11,7 @@
 				<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
 
 				<div class="entry">
-					<?php the_content('Read the rest of this entry &raquo;'); ?>
+					<?php the_content('Read the rest of this entry &#187;'); ?>
 				</div>
 
 				<p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
@@ -21,7 +21,7 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
-			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &#187;') ?></div>
 		</div>
 
 	<?php else : ?>
Index: wp-content/themes/default/functions.php
===================================================================
--- wp-content/themes/default/functions.php	(revision 4745)
+++ wp-content/themes/default/functions.php	(working copy)
@@ -361,7 +361,7 @@
 				<input type="hidden" name="hi" id="hi" value="<?php echo kubrick_header_image(); ?>" />

 				<input type="submit" name="toggledisplay" id="toggledisplay" value="Toggle Text" />

 				<input type="submit" name="defaults" value="Use Defaults" />

-				<input type="submit" class="defbutton" name="submitform" value="&nbsp;&nbsp;Save&nbsp;&nbsp;" />

+				<input type="submit" class="defbutton" name="submitform" value="&#160;&#160;Save&#160;&#160;" />

 				<input type="hidden" name="action" value="save" />

 				<input type="hidden" name="njform" value="true" />

 			</form>

@@ -379,7 +379,7 @@
 				<input type="hidden" name="uppercolor" id="uppercolor" value="<?php echo kubrick_upper_color(); ?>" />

 				<input type="hidden" name="lowercolor" id="lowercolor" value="<?php echo kubrick_lower_color(); ?>" />

 				<input type="hidden" name="headerimage" id="headerimage" value="<?php echo kubrick_header_image(); ?>" />

-				<p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php _e('Update Header &raquo;'); ?>" onclick="cp.hidePopup('prettyplease')" /></p>

+				<p class="submit"><input type="submit" name="submitform" class="defbutton" value="<?php _e('Update Header &#187;'); ?>" onclick="cp.hidePopup('prettyplease')" /></p>

 			</form>

 			<div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div>

 			<div id="advanced">

Index: wp-content/themes/default/page.php
===================================================================
--- wp-content/themes/default/page.php	(revision 4745)
+++ wp-content/themes/default/page.php	(working copy)
@@ -6,7 +6,7 @@
 		<div class="post" id="post-<?php the_ID(); ?>">
 		<h2><?php the_title(); ?></h2>
 			<div class="entry">
-				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
+				<?php the_content('<p class="serif">Read the rest of this page &#187;</p>'); ?>
 
 				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
 
Index: wp-content/themes/default/single.php
===================================================================
--- wp-content/themes/default/single.php	(revision 4745)
+++ wp-content/themes/default/single.php	(working copy)
@@ -6,14 +6,14 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
-			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
+			<div class="alignright"><?php next_post_link('%link &#187;') ?></div>
 		</div>
 
 		<div class="post" id="post-<?php the_ID(); ?>">
 			<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
 
 			<div class="entry">
-				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
+				<?php the_content('<p class="serif">Read the rest of this entry &#187;</p>'); ?>
 
 				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
 
Index: wp-content/themes/default/archive.php
===================================================================
--- wp-content/themes/default/archive.php	(revision 4745)
+++ wp-content/themes/default/archive.php	(working copy)
@@ -28,7 +28,7 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
-			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &#187;') ?></div>
 		</div>
 
 		<?php while (have_posts()) : the_post(); ?>
@@ -48,7 +48,7 @@
 
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
-			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
+			<div class="alignright"><?php previous_posts_link('Next Entries &#187;') ?></div>
 		</div>
 
 	<?php else : ?>
Index: wp-content/themes/default/comments.php
===================================================================
--- wp-content/themes/default/comments.php	(revision 4745)
+++ wp-content/themes/default/comments.php	(working copy)
@@ -73,7 +73,7 @@
 
 <?php if ( $user_ID ) : ?>
 
-<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></p>
+<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &#187;</a></p>
 
 <?php else : ?>
 
Index: wp-content/themes/default/header.php
===================================================================
--- wp-content/themes/default/header.php	(revision 4745)
+++ wp-content/themes/default/header.php	(working copy)
@@ -4,7 +4,7 @@
 <head profile="http://gmpg.org/xfn/11">
 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
 
-<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
+<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &#187; Blog Archive <?php } ?> <?php wp_title(); ?></title>
 
 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
 
Index: wp-content/themes/default/attachment.php
===================================================================
--- wp-content/themes/default/attachment.php	(revision 4745)
+++ wp-content/themes/default/attachment.php	(working copy)
@@ -5,17 +5,17 @@
   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
 		<div class="navigation">
-			<div class="alignleft">&nbsp;</div>
-			<div class="alignright">&nbsp;</div>
+			<div class="alignleft">&#160;</div>
+			<div class="alignright">&#160;</div>
 		</div>
 <?php $attachment_link = get_the_attachment_link($post->ID, true, array(450, 800)); // This also populates the iconsize for the next line ?>
 <?php $_post = &get_post($post->ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?>
 		<div class="post" id="post-<?php the_ID(); ?>">
-			<h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
+			<h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &#187; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
 			<div class="entry">
 				<p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p>
 
-				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
+				<?php the_content('<p class="serif">Read the rest of this entry &#187;</p>'); ?>
 
 				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
 
Index: readme.html
===================================================================
--- readme.html	(revision 4745)
+++ readme.html	(working copy)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<title>WordPress &rsaquo; ReadMe</title>
+	<title>WordPress &#8250; ReadMe</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="stylesheet" href="wp-admin/install.css" type="text/css" />
 </head>
Index: wp-admin/users.php
===================================================================
--- wp-admin/users.php	(revision 4745)
+++ wp-admin/users.php	(working copy)
@@ -86,7 +86,7 @@
 				'total' => ceil($this->total_users_for_query / $this->users_per_page),
 				'current' => $this->page,
 				'prev_text' => '&laquo; Previous Page',
-				'next_text' => 'Next Page &raquo;',
+				'next_text' => 'Next Page &#187;',
 				'base' => 'users.php?%_%',
 				'format' => 'userspage=%#%',
 				'add_args' => array( 'usersearch' => urlencode($this->search_term) )
@@ -338,7 +338,7 @@
 	<?php endif; ?>
 
 	<form action="" method="get" name="search" id="search">
-		<p><input type="text" name="usersearch" id="usersearch" value="<?php echo attribute_escape($wp_user_search->search_term); ?>" /> <input type="submit" value="<?php _e('Search 	users &raquo;'); ?>" class="button" /></p>
+		<p><input type="text" name="usersearch" id="usersearch" value="<?php echo attribute_escape($wp_user_search->search_term); ?>" /> <input type="submit" value="<?php _e('Search 	users &#187;'); ?>" class="button" /></p>
 	</form>
 
 	<?php if ( is_wp_error( $wp_user_search->search_errors ) ) : ?>
@@ -419,7 +419,7 @@
 	</ul>
 	<p class="submit" style="width: 420px">
 		<?php echo $referer; ?>
-		<input type="submit" value="<?php _e('Bulk Update &raquo;'); ?>" />
+		<input type="submit" value="<?php _e('Bulk Update &#187;'); ?>" />
 	</p>
 </form>
 <?php endif; ?>
@@ -498,7 +498,7 @@
 </table>
 <p class="submit">
 	<?php echo $referer; ?>
-	<input name="adduser" type="submit" id="addusersub" value="<?php _e('Add User &raquo;') ?>" />
+	<input name="adduser" type="submit" id="addusersub" value="<?php _e('Add User &#187;') ?>" />
 </p>
 </form>
 
Index: wp-admin/options-privacy.php
===================================================================
--- wp-admin/options-privacy.php	(revision 4745)
+++ wp-admin/options-privacy.php	(working copy)
@@ -24,7 +24,7 @@
 </tr>
 </table>
 
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" />
 <input type="hidden" name="action" value="update" />
 <input type="hidden" name="page_options" value="blog_public" />
 </p>
Index: wp-admin/edit-comments.php
===================================================================
--- wp-admin/edit-comments.php	(revision 4745)
+++ wp-admin/edit-comments.php	(working copy)
@@ -122,7 +122,7 @@
 }
 if ( ( $page ) * 20 < $total || -1 == $total ) {
 	$args['apage'] = $page + 1;
-	$r .=  '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &raquo;</a>' . "\n";
+	$r .=  '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &#187;</a>' . "\n";
 }
 echo "<p>$r</p>";
 ?>
@@ -229,8 +229,8 @@
 		<?php 
 		} // end foreach
 	?></table>
-<p class="submit"><input type="submit" name="delete_button" class="delete" value="<?php _e('Delete Checked Comments &raquo;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to delete")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to delete %s comments permanently \n  'Cancel' to stop, 'OK' to delete.")), "' + numchecked + '"); ?>')" />
-			<input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam &raquo;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to mark as spam")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to mark %s comments as spam \n  'Cancel' to stop, 'OK' to mark as spam.")), "' + numchecked + '"); ?>')" /></p>
+<p class="submit"><input type="submit" name="delete_button" class="delete" value="<?php _e('Delete Checked Comments &#187;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to delete")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to delete %s comments permanently \n  'Cancel' to stop, 'OK' to delete.")), "' + numchecked + '"); ?>')" />
+			<input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam &#187;') ?>" onclick="var numchecked = getNumChecked(document.getElementById('deletecomments')); if(numchecked < 1) { alert('<?php echo js_escape(__("Please select some comments to mark as spam")); ?>'); return false } return confirm('<?php echo sprintf(js_escape(__("You are about to mark %s comments as spam \n  'Cancel' to stop, 'OK' to mark as spam.")), "' + numchecked + '"); ?>')" /></p>
   </form>
 <div id="ajax-response"></div>
 <?php
@@ -269,7 +269,7 @@
 }
 if ( ( $page ) * 20 < $total || -1 == $total ) {
 	$args['apage'] = $page + 1;
-	$r .=  '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &raquo;</a>' . "\n";
+	$r .=  '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &#187;</a>' . "\n";
 }
 echo "<p>$r</p>";
 ?>
Index: wp-admin/post-new.php
===================================================================
--- wp-admin/post-new.php	(revision 4745)
+++ wp-admin/post-new.php	(working copy)
@@ -20,7 +20,7 @@
 }
 
 if ( isset($_GET['posted']) && $_GET['posted'] ) : ?>
-<div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post'); ?> &raquo;</a></p></div>
+<div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post'); ?> &#187;</a></p></div>
 <?php
 endif;
 
@@ -41,7 +41,7 @@
 	}
 
 	if ( 15 < count($drafts) ) { ?>
-		, <a href="edit.php"><?php echo sprintf(__('and %s more'), (count($drafts) - 15) ); ?> &raquo;</a>
+		, <a href="edit.php"><?php echo sprintf(__('and %s more'), (count($drafts) - 15) ); ?> &#187;</a>
 	<?php } ?>
 .</p>
 </div>
Index: wp-admin/theme-editor.php
===================================================================
--- wp-admin/theme-editor.php	(revision 4745)
+++ wp-admin/theme-editor.php	(working copy)
@@ -93,7 +93,7 @@
 	}
 ?>
  </select>
- <input type="submit" name="Submit" value="<?php _e('Select &raquo;') ?>" class="button" />
+ <input type="submit" name="Submit" value="<?php _e('Select &#187;') ?>" class="button" />
  </form>
  </div>
 
@@ -131,7 +131,7 @@
 <?php if ( is_writeable($real_file) ) : ?>
 	<p class="submit">
 <?php
-	echo "<input type='submit' name='submit' value='	" . __('Update File &raquo;') . "' tabindex='2' />";
+	echo "<input type='submit' name='submit' value='	" . __('Update File &#187;') . "' tabindex='2' />";
 ?>
 </p>
 <?php else : ?>
@@ -143,7 +143,7 @@
 		echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
 	}
 	?>
-<div class="clear"> &nbsp; </div>
+<div class="clear"> &#160; </div>
 </div>
 <?php
 break;
Index: wp-admin/templates.php
===================================================================
--- wp-admin/templates.php	(revision 4745)
+++ wp-admin/templates.php	(working copy)
@@ -126,7 +126,7 @@
 <?php if ( is_writeable($real_file) ) : ?>
 	<p class="submit">
 <?php
-	echo "<input type='submit' name='submit' value='	" . __('Update File &raquo;') . "' tabindex='2' />";
+	echo "<input type='submit' name='submit' value='	" . __('Update File &#187;') . "' tabindex='2' />";
 ?>
 </p>
 <?php else : ?>
@@ -138,7 +138,7 @@
 		echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
 	}
 	?>
-<div class="clear"> &nbsp; </div>
+<div class="clear"> &#160; </div>
 </div>
 <div class="wrap">
 <h2><?php _e('Other Files') ?></h2>
@@ -146,7 +146,7 @@
 	<p><?php _e('To edit a file, type its name here. You can edit any file <a href="http://codex.wordpress.org/Changing_File_Permissions" title="Read more about making files writable">writable by the server</a>, e.g. CHMOD 666.') ?></p>
 	<form name="file" action="templates.php" method="get">
 		<input type="text" name="file" />
-		<input type="submit" name="submit"  value="<?php _e('Edit file &raquo;') ?>" />
+		<input type="submit" name="submit"  value="<?php _e('Edit file &#187;') ?>" />
 	</form>
 
 	<p><?php _e('Note: of course, you can also edit the files/templates in your text editor of choice and upload them. This online editor is only meant to be used when you don&#8217;t have access to a text editor or FTP client.') ?></p>
Index: wp-admin/admin-functions.php
===================================================================
--- wp-admin/admin-functions.php	(revision 4745)
+++ wp-admin/admin-functions.php	(working copy)
@@ -877,7 +877,7 @@
 	global $post_ID;
 	// Exit if no meta
 	if (!$meta ) {
-		echo '<tbody id="the-list"><tr style="display: none;"><td>&nbsp;</td></tr></tbody>'; //TBODY needed for list-manipulation JS
+		echo '<tbody id="the-list"><tr style="display: none;"><td>&#160;</td></tr></tbody>'; //TBODY needed for list-manipulation JS
 		return;
 	}
 	$count = 0;
@@ -978,7 +978,7 @@
 	</tr>
 
 </table>
-<p class="submit"><input type="submit" id="updatemetasub" name="updatemeta" tabindex="9" value="<?php _e( 'Add Custom Field &raquo;' ) ?>" /></p>
+<p class="submit"><input type="submit" id="updatemetasub" name="updatemeta" tabindex="9" value="<?php _e( 'Add Custom Field &#187;' ) ?>" /></p>
 <?php
 
 }
@@ -1240,7 +1240,7 @@
 					continue;
 				}
 			}
-			$pad = str_repeat( '&nbsp;', $level * 3 );
+			$pad = str_repeat( '&#160;', $level * 3 );
 			if ( $item->ID == $default)
 				$current = ' selected="selected"';
 			else
@@ -1887,7 +1887,7 @@
 <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
 </p>
 <p class="submit">
-<input type="submit" value="<?php _e( 'Upload file and import' ); ?> &raquo;" />
+<input type="submit" value="<?php _e( 'Upload file and import' ); ?> &#187;" />
 </p>
 </form>
 <?php
Index: wp-admin/upload-js.php
===================================================================
--- wp-admin/upload-js.php	(revision 4745)
+++ wp-admin/upload-js.php	(working copy)
@@ -88,7 +88,7 @@
 				h += "<img src='" + ( this.currentImage.thumb ? this.currentImage.thumb : this.currentImage.src ) + "' alt='" + this.currentImage.title + "' width='" + this.currentImage.width + "' height='" + this.currentImage.height + "' />";
 				h += "</a>";
 			} else
-				h += '&nbsp;';
+				h += '&#160;';
 			h += "</div>";
 
 			h += "<form name='uploadoptions' id='uploadoptions' class='alignleft'>";
@@ -119,7 +119,7 @@
 			h += "</td></tr>";
 
 			h += "<tr><td colspan='2'><p class='submit'>";
-			h += "<input type='button' class='button' name='send' onclick='theFileList.sendToEditor(" + id + ")' value='<?php echo attribute_escape(__('Send to editor &raquo;')); ?>' />";
+			h += "<input type='button' class='button' name='send' onclick='theFileList.sendToEditor(" + id + ")' value='<?php echo attribute_escape(__('Send to editor &#187;')); ?>' />";
 			h += "</p></td></tr></table>";
 			h += "</form>";
 
@@ -166,7 +166,7 @@
 				h += "<img src='" + ( this.currentImage.thumb ? this.currentImage.thumb : this.currentImage.src ) + "' alt='" + this.currentImage.title + "' width='" + this.currentImage.width + "' height='" + this.currentImage.height + "' />";
 				h += "</a>";
 			} else
-				h += '&nbsp;';
+				h += '&#160;';
 			h += "</div>";
 
 
@@ -184,7 +184,7 @@
 			h += "<input type='hidden' name='action' id='action-value' value='save' />";
 			h += "<input type='hidden' name='ID' value='" + id + "' />";
 			h += "<input type='hidden' name='_wpnonce' value='" + this.nonce + "' />";
-			h += "<div class='submit'><input type='submit' value='<?php echo attribute_escape(__('Save &raquo;')); ?>' /></div>";
+			h += "<div class='submit'><input type='submit' value='<?php echo attribute_escape(__('Save &#187;')); ?>' /></div>";
 			h += "</td></tr></table></form>";
 
 			new Insertion.Top('upload-content', h);
Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 4745)
+++ wp-admin/custom-header.php	(working copy)
@@ -165,7 +165,7 @@
 <form method="post" action="<?php echo get_option('siteurl') ?>/wp-admin/themes.php?page=custom-header&amp;updated=true">
 <input type="button" value="<?php _e('Hide Text'); ?>" onclick="hide_text()" id="hidetext" />
 <input type="button" value="<?php _e('Select a Text Color'); ?>" onclick="colorSelect($('textcolor'), 'pickcolor')" id="pickcolor" /><input type="button" value="<?php _e('Use Original Color'); ?>" onclick="colorDefault()" id="defaultcolor" />
-<input type="hidden" name="textcolor" id="textcolor" value="#<?php header_textcolor() ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes'); ?> &raquo;" /></form>
+<input type="hidden" name="textcolor" id="textcolor" value="#<?php header_textcolor() ?>" /><input name="submit" type="submit" value="<?php _e('Save Changes'); ?> &#187;" /></form>
 <?php } ?>
 
 <div id="colorPickerDiv" style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;visibility:hidden;"> </div>
@@ -178,7 +178,7 @@
 <label for="upload"><?php _e('Choose an image from your computer:'); ?></label><br /><input type="file" id="upload" name="import" />
 <input type="hidden" name="action" value="save" />
 <p class="submit">
-<input type="submit" value="<?php _e('Upload'); ?> &raquo;" />
+<input type="submit" value="<?php _e('Upload'); ?> &#187;" />
 </p>
 </form>
 
@@ -256,7 +256,7 @@
 <input type="hidden" name="height" id="height" />
 <input type="hidden" name="attachment_id" id="attachment_id" value="<?php echo $id; ?>" />
 <input type="hidden" name="oitar" id="oitar" value="<?php echo $oitar; ?>" />
-<input type="submit" value="<?php _e('Crop Header &raquo;'); ?>" />
+<input type="submit" value="<?php _e('Crop Header &#187;'); ?>" />
 </p>
 
 </form>
Index: wp-admin/moderation.php
===================================================================
--- wp-admin/moderation.php	(revision 4745)
+++ wp-admin/moderation.php	(working copy)
@@ -131,9 +131,9 @@
 ?>
 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>" title="<?php echo $post_title; ?>"><?php _e('View Post') ?></a> ] &#8212;
  <?php _e('Bulk action:') ?>
-	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-approve" value="approve" /> <label for="comment-<?php echo $comment->comment_ID; ?>-approve"><?php _e('Approve') ?></label> &nbsp;
-	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-spam" value="spam" /> <label for="comment-<?php echo $comment->comment_ID; ?>-spam"><?php _e('Spam') ?></label> &nbsp;
-	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-delete" value="delete" /> <label for="comment-<?php echo $comment->comment_ID; ?>-delete"><?php _e('Delete') ?></label> &nbsp;
+	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-approve" value="approve" /> <label for="comment-<?php echo $comment->comment_ID; ?>-approve"><?php _e('Approve') ?></label> &#160;
+	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-spam" value="spam" /> <label for="comment-<?php echo $comment->comment_ID; ?>-spam"><?php _e('Spam') ?></label> &#160;
+	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-delete" value="delete" /> <label for="comment-<?php echo $comment->comment_ID; ?>-delete"><?php _e('Delete') ?></label> &#160;
 	<input type="radio" name="comment[<?php echo $comment->comment_ID; ?>]" id="comment-<?php echo $comment->comment_ID; ?>-nothing" value="later" checked="checked" /> <label for="comment-<?php echo $comment->comment_ID; ?>-nothing"><?php _e('Defer until later') ?></label>
 	</p>
 
@@ -145,7 +145,7 @@
 
 <div id="ajax-response"></div>
 
-<p class="submit"><input type="submit" name="submit" value="<?php _e('Bulk Moderate Comments &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="submit" value="<?php _e('Bulk Moderate Comments &#187;') ?>" /></p>
 <script type="text/javascript">
 // <![CDATA[
 function markAllForDelete() {
Index: wp-admin/options-general.php
===================================================================
--- wp-admin/options-general.php	(revision 4745)
+++ wp-admin/options-general.php	(working copy)
@@ -11,7 +11,7 @@
 <h2><?php _e('General Options') ?></h2>
 <form method="post" action="options.php"> 
 <?php wp_nonce_field('update-options') ?>
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /></p>
 <table class="optiontable"> 
 <tr valign="top"> 
 <th scope="row"><?php _e('Weblog title:') ?></th> 
@@ -78,7 +78,7 @@
 <?php _e('Output:') ?> <strong><?php echo gmdate(get_option('time_format'), current_time('timestamp')); ?></strong></td>
 </tr> 
 <tr>
-<th scope="row">&nbsp;</th>
+<th scope="row">&#160;</th>
 <td><?php _e('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Update options" to update sample output.') ?> </td>
 </tr>
 <tr>
@@ -95,7 +95,7 @@
 </table>
 </fieldset> 
 
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" />
 <input type="hidden" name="action" value="update" /> 
 <input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" /> 
 </p>
Index: wp-admin/index.php
===================================================================
--- wp-admin/index.php	(revision 4745)
+++ wp-admin/index.php	(working copy)
@@ -39,10 +39,10 @@
 if ( $comments || $numcomments ) :
 ?>
 <div>
-<h3><?php _e('Comments'); ?> <a href="edit-comments.php" title="<?php _e('More comments...'); ?>">&raquo;</a></h3>
+<h3><?php _e('Comments'); ?> <a href="edit-comments.php" title="<?php _e('More comments...'); ?>">&#187;</a></h3>
 
 <?php if ( $numcomments ) : ?>
-<p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> &raquo;</a></strong></p>
+<p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> &#187;</a></strong></p>
 <?php endif; ?>
 
 <ul>
@@ -63,7 +63,7 @@
 if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 5") ) :
 ?>
 <div>
-<h3><?php _e('Posts'); ?> <a href="edit.php" title="<?php _e('More posts...'); ?>">&raquo;</a></h3>
+<h3><?php _e('Posts'); ?> <a href="edit.php" title="<?php _e('More posts...'); ?>">&#187;</a></h3>
 <ul>
 <?php
 foreach ($recentposts as $post) {
@@ -138,7 +138,7 @@
 
 <div id="planetnews"></div>
 
-<div style="clear: both">&nbsp;
+<div style="clear: both">&#160;
 <br clear="all" />
 </div>
 </div>
Index: wp-admin/edit-link-form.php
===================================================================
--- wp-admin/edit-link-form.php	(revision 4745)
+++ wp-admin/edit-link-form.php	(working copy)
@@ -1,12 +1,12 @@
 <?php
 if ( ! empty($link_id) ) {
 	$heading = __('Edit Link');
-	$submit_text = __('Save Changes &raquo;');
+	$submit_text = __('Save Changes &#187;');
 	$form = '<form name="editlink" id="editlink" method="post" action="link.php">';
 	$nonce_action = 'update-bookmark_' . $link_id;
 } else {
 	$heading = __('Add Link');
-	$submit_text = __('Add Link &raquo;');
+	$submit_text = __('Add Link &#187;');
 	$form = '<form name="addlink" id="addlink" method="post" action="link.php">';
 	$nonce_action = 'add-bookmark';
 }
@@ -237,7 +237,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/upload.php
===================================================================
--- wp-admin/upload.php	(revision 4745)
+++ wp-admin/upload.php	(working copy)
@@ -62,7 +62,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 bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; WordPress</title>
+<title><?php bloginfo('name') ?> &#8250; <?php _e('Uploads'); ?> &#8212; WordPress</title>
 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
@@ -109,7 +109,7 @@
 				'total' => ceil($total / $per),
 				'current' => $paged ? $paged : 1,
 				'prev_text' => '&laquo;',
-				'next_text' => '&raquo;'
+				'next_text' => '&#187;'
 			));
 			if ( $page_links )
 				$page_links = "<span id='current-tab-nav'>: $page_links</span>";
Index: wp-admin/options-misc.php
===================================================================
--- wp-admin/options-misc.php	(revision 4745)
+++ wp-admin/options-misc.php	(working copy)
@@ -12,7 +12,7 @@
 <h2><?php _e('Miscellaneous Options') ?></h2>
 <form method="post" action="options.php">
 <?php wp_nonce_field('update-options') ?>
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /></p>
 <fieldset class="options">
 <legend><?php _e('Uploading'); ?></legend>
 <table class="editform optiontable">
@@ -44,7 +44,7 @@
 <p class="submit">
 <input type="hidden" name="action" value="update" />
 <input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" />
-<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
+<input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" />
 </p>
 </form>
 </div>
Index: wp-admin/import/dotclear.php
===================================================================
--- wp-admin/import/dotclear.php	(revision 4745)
+++ wp-admin/import/dotclear.php	(working copy)
@@ -148,7 +148,7 @@
 		echo '<p>'.__('Your DotClear Configuration settings are as follows:').'</p>';
 		echo '<form action="admin.php?import=dotclear&amp;step=1" method="post">';
 		$this->db_form();
-		echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Categories').' &raquo;" /></p>';
+		echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Categories').' &#187;" /></p>';
 		echo '</form></div>';
 	}
 
Index: wp-admin/import/textpattern.php
===================================================================
--- wp-admin/import/textpattern.php	(revision 4745)
+++ wp-admin/import/textpattern.php	(working copy)
@@ -57,7 +57,7 @@
 		echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
 		echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';
 		$this->db_form();
-		echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Categories').' &raquo;" /></p>';
+		echo '<p class="submit"><input type="submit" name="submit" value="'.__('Import Categories').' &#187;" /></p>';
 		echo '</form>';
 		echo '</div>';
 	}
Index: wp-admin/import/greymatter.php
===================================================================
--- wp-admin/import/greymatter.php	(revision 4745)
+++ wp-admin/import/greymatter.php	(working copy)
@@ -29,7 +29,7 @@
 <li><?php _e('Import gm-templates.') ?></li>
 <li><?php _e("Doesn't keep entries on top.")?></li>
 </ul>
-<p>&nbsp;</p>
+<p>&#160;</p>
 
 <form name="stepOne" method="get">
 <input type="hidden" name="import" value="greymatter" />
@@ -280,7 +280,7 @@
 	}
 	?>
 </ul><strong><?php _e('Done') ?></strong></li></ul>
-<p>&nbsp;</p>
+<p>&#160;</p>
 <p><?php _e('Completed GreyMatter import!') ?></p>
 <?php
 	$this->footer();
Index: wp-admin/edit-form.php
===================================================================
--- wp-admin/edit-form.php	(revision 4745)
+++ wp-admin/edit-form.php	(working copy)
@@ -62,7 +62,7 @@
 <?php endif; ?>
 
 <?php if ('bookmarklet' != $mode) {
-		echo '<input name="advanced" type="submit" id="advancededit" tabindex="7" value="' .  __('Advanced Editing &raquo;') . '" />';
+		echo '<input name="advanced" type="submit" id="advancededit" tabindex="7" value="' .  __('Advanced Editing &#187;') . '" />';
 	} ?>
 	<input name="referredby" type="hidden" id="referredby" value="<?php if ( wp_get_referer() ) echo urlencode(wp_get_referer()); ?>" />
 </p>
Index: wp-admin/edit-form-comment.php
===================================================================
--- wp-admin/edit-form-comment.php	(revision 4745)
+++ wp-admin/edit-form-comment.php	(working copy)
@@ -1,5 +1,5 @@
 <?php
-$submitbutton_text = __('Edit Comment &raquo;');
+$submitbutton_text = __('Edit Comment &#187;');
 $toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID);
 $form_action = 'editedcomment';
 $form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment->comment_ID . "' />\n<input type='hidden' name='comment_post_ID' value='".$comment->comment_post_ID;
Index: wp-admin/upload-functions.php
===================================================================
--- wp-admin/upload-functions.php	(revision 4745)
+++ wp-admin/upload-functions.php	(working copy)
@@ -15,7 +15,7 @@
 	$innerHTML = get_attachment_innerHTML( $id, false, $dims );
 	if ( $image_src = get_attachment_icon_src() ) {
 		$image_rel = wp_make_link_relative($image_src);
-		$innerHTML = '&nbsp;' . str_replace($image_src, $image_rel, $innerHTML);
+		$innerHTML = '&#160;' . str_replace($image_src, $image_rel, $innerHTML);
 		$class = 'image';
 	}
 
@@ -70,13 +70,13 @@
 					echo '</a>';
 			?></h2>
 			<span><?php
-				echo '[&nbsp;';
+				echo '[&#160;';
 				echo '<a href="' . get_permalink() . '">' . __('view') . '</a>';
-				echo '&nbsp;|&nbsp;';
+				echo '&#160;|&#160;';
 					echo '<a href="' . attribute_escape(add_query_arg('action', 'edit')) . '" title="' . __('Edit this file') . '">' . __('edit') . '</a>';
-				echo '&nbsp;|&nbsp;';
+				echo '&#160;|&#160;';
 				echo '<a href="' . attribute_escape(remove_query_arg(array('action', 'ID'))) . '" title="' . __('Browse your files') . '">' . __('cancel') . '</a>';
-				echo '&nbsp;]'; ?></span>
+				echo '&#160;]'; ?></span>
 		</div>
 
 		<div id="upload-file-view" class="alignleft">
@@ -110,13 +110,13 @@
 					echo '</a>';
 			?></h2>
 			<span><?php
-				echo '[&nbsp;';
+				echo '[&#160;';
 				echo '<a href="' . get_permalink() . '">' . __('view') . '</a>';
-				echo '&nbsp;|&nbsp;';
+				echo '&#160;|&#160;';
 					echo '<a href="' . attribute_escape(add_query_arg('action', 'view')) . '">' . __('links') . '</a>';
-				echo '&nbsp;|&nbsp;';
+				echo '&#160;|&#160;';
 				echo '<a href="' . attribute_escape(remove_query_arg(array('action','ID'))) . '" title="' . __('Browse your files') . '">' . __('cancel') . '</a>';
-				echo '&nbsp;]'; ?></span>
+				echo '&#160;]'; ?></span>
 		</div>
 
 	<div id="upload-file-view" class="alignleft">
@@ -161,7 +161,7 @@
 <?php	endif; ?>
 					<?php wp_nonce_field( 'inlineuploading' ); ?>
 					<div class="submit">
-						<input type="submit" value="<?php $id ? _e('Save') : _e('Upload'); ?> &raquo;" />
+						<input type="submit" value="<?php $id ? _e('Save') : _e('Upload'); ?> &#187;" />
 					</div>
 				</td>
 			</tr>
Index: wp-admin/link-import.php
===================================================================
--- wp-admin/link-import.php	(revision 4745)
+++ wp-admin/link-import.php	(working copy)
@@ -55,7 +55,7 @@
 ?>
 </select></p>
 
-<p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File &#187;') ?>" /></p>
 </form>
 
 </div>
Index: wp-admin/options-discussion.php
===================================================================
--- wp-admin/options-discussion.php	(revision 4745)
+++ wp-admin/options-discussion.php	(working copy)
@@ -11,7 +11,7 @@
 <h2><?php _e('Discussion Options') ?></h2> 
 <form method="post" action="options.php"> 
 <?php wp_nonce_field('update-options') ?>
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /></p>
 <fieldset class="options">
 <legend><?php echo __('Usual settings for an article:').'<br /><small><em>('.__('These settings may be overridden for individual articles.').')</em></small>'; ?></legend> 
 <ul> 
@@ -78,7 +78,7 @@
 <p class="submit">
 <input type="hidden" name="action" value="update" /> 
 <input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys" /> 
-<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /> 
+<input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /> 
 </p>
 </form>
 </div>
Index: wp-admin/admin-header.php
===================================================================
--- wp-admin/admin-header.php	(revision 4745)
+++ wp-admin/admin-header.php	(working copy)
@@ -16,7 +16,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 bloginfo('name') ?> &rsaquo; <?php echo wp_specialchars( strip_tags( $title ) ); ?> &#8212; WordPress</title>
+<title><?php bloginfo('name') ?> &#8250; <?php echo wp_specialchars( strip_tags( $title ) ); ?> &#8212; WordPress</title>
 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
@@ -44,7 +44,7 @@
 </head>
 <body>
 <div id="wphead">
-<h1><?php echo wptexturize(get_option(('blogname'))); ?> <span>(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site &raquo;') ?></a>)</span></h1>
+<h1><?php echo wptexturize(get_option(('blogname'))); ?> <span>(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site &#187;') ?></a>)</span></h1>
 </div>
 <div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div>
 
Index: wp-admin/edit.php
===================================================================
--- wp-admin/edit.php	(revision 4745)
+++ wp-admin/edit.php	(working copy)
@@ -75,7 +75,7 @@
 
 <form name="searchform" id="searchform" action="" method="get">
   <fieldset> 
-  <legend><?php _e('Search Posts&hellip;') ?></legend> 
+  <legend><?php _e('Search Posts&#8230;') ?></legend> 
   <input type="text" name="s" value="<?php if (isset($s)) echo attribute_escape($s); ?>" size="17" /> 
   <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" /> 
   </fieldset>
@@ -87,7 +87,7 @@
 
 <form name="viewarc" id="viewarc" action="" method="get">
 	<fieldset>
-	<legend><?php _e('Browse Month&hellip;') ?></legend>
+	<legend><?php _e('Browse Month&#8230;') ?></legend>
 	<select name='m'>
 	<?php
 		foreach ($arc_result as $arc_row) {
@@ -114,7 +114,7 @@
 
 <form name="viewcat" id="viewcat" action="" method="get">
 	<fieldset>
-	<legend><?php _e('Browse Category&hellip;') ?></legend>
+	<legend><?php _e('Browse Category&#8230;') ?></legend>
 	<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
 	<input type="submit" name="submit" value="<?php _e('Show Category') ?>" class="button" /> 
 	</fieldset>
@@ -251,7 +251,7 @@
 
 <div class="navigation">
 <div class="alignleft"><?php next_posts_link(__('&laquo; Previous Entries')) ?></div>
-<div class="alignright"><?php previous_posts_link(__('Next Entries &raquo;')) ?></div>
+<div class="alignright"><?php previous_posts_link(__('Next Entries &#187;')) ?></div>
 </div>
 
 <?php
Index: wp-admin/upgrade.php
===================================================================
--- wp-admin/upgrade.php	(revision 4745)
+++ wp-admin/upgrade.php	(working copy)
@@ -17,7 +17,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; Upgrade'); ?></title>
+	<title><?php _e('WordPress &#8250; Upgrade'); ?></title>
 	<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/install.css?version=<?php bloginfo('version'); ?>" type="text/css" />
 	<?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
 	<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
@@ -31,7 +31,7 @@
 		$goback = attribute_escape(stripslashes(wp_get_referer()));
 ?> 
 <p><?php _e('This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.'); ?></p> 
-<h2 class="step"><a href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress &raquo;'); ?></a></h2>
+<h2 class="step"><a href="upgrade.php?step=1&amp;backto=<?php echo $goback; ?>"><?php _e('Upgrade WordPress &#187;'); ?></a></h2>
 <?php
 		break;
 	case 1:
Index: wp-admin/index-extra.php
===================================================================
--- wp-admin/index-extra.php	(revision 4745)
+++ wp-admin/index-extra.php	(working copy)
@@ -8,7 +8,7 @@
 $rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');
 if ( isset($rss->items) && 1 < count($rss->items) ) { // Technorati returns a 1-item feed when it has no results
 ?>
-<h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More &raquo;'); ?></a></cite></h3>
+<h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More &#187;'); ?></a></cite></h3>
 <ul>
 <?php
 $rss->items = array_slice($rss->items, 0, 10);
@@ -58,7 +58,7 @@
 	}
 ?>
 </ul>
-<p class="readmore"><a href="http://planet.wordpress.org/"><?php _e('Read more'); ?> &raquo;</a></p>
+<p class="readmore"><a href="http://planet.wordpress.org/"><?php _e('Read more'); ?> &#187;</a></p>
 <?php
 }
 break;
Index: wp-admin/options.php
===================================================================
--- wp-admin/options.php	(revision 4745)
+++ wp-admin/options.php	(working copy)
@@ -120,7 +120,7 @@
   <form name="form" action="options.php" method="post" id="all-options">
   <?php wp_nonce_field('update-options') ?>
   <input type="hidden" name="action" value="update" />
-	<p class="submit"><input type="submit" name="Update" value="<?php _e('Update Options &raquo;') ?>" /></p>
+	<p class="submit"><input type="submit" name="Update" value="<?php _e('Update Options &#187;') ?>" /></p>
   <table width="98%">
 <?php
 $options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name");
@@ -158,7 +158,7 @@
 ?>
   </table>
 <?php $options_to_update = implode(',', $options_to_update); ?>
-<p class="submit"><input type="hidden" name="page_options" value="<?php echo attribute_escape($options_to_update); ?>" /><input type="submit" name="Update" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="hidden" name="page_options" value="<?php echo attribute_escape($options_to_update); ?>" /><input type="submit" name="Update" value="<?php _e('Update Options &#187;') ?>" /></p>
   </form>
 </div>
 
Index: wp-admin/profile.php
===================================================================
--- wp-admin/profile.php	(revision 4745)
+++ wp-admin/profile.php	(working copy)
@@ -37,7 +37,7 @@
 
 <?php do_action('profile_personal_options'); ?>
 
-<p class="submit"><input type="submit" value="<?php _e('Update Profile &raquo;') ?>" name="submit" /></p>
+<p class="submit"><input type="submit" value="<?php _e('Update Profile &#187;') ?>" name="submit" /></p>
 
 <fieldset>
 <legend><?php _e('Name'); ?></legend>
@@ -142,7 +142,7 @@
     endif;
     ?>
   </table>
-<p class="submit"><input type="submit" value="<?php _e('Update Profile &raquo;') ?>" name="submit" /></p>
+<p class="submit"><input type="submit" value="<?php _e('Update Profile &#187;') ?>" name="submit" /></p>
 </form>
 
 </div>
Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 4745)
+++ wp-admin/user-edit.php	(working copy)
@@ -210,7 +210,7 @@
 <p class="submit">
 	<input type="hidden" name="action" value="update" />
 	<input type="hidden" name="user_id" id="user_id" value="<?php echo $user_id; ?>" />
-	<input type="submit" value="<?php _e('Update User &raquo;') ?>" name="submit" />
+	<input type="submit" value="<?php _e('Update User &#187;') ?>" name="submit" />
  </p>
 </form>
 </div>
Index: wp-admin/edit-category-form.php
===================================================================
--- wp-admin/edit-category-form.php	(revision 4745)
+++ wp-admin/edit-category-form.php	(working copy)
@@ -1,14 +1,14 @@
 <?php
 if ( ! empty($cat_ID) ) {
 	$heading = __('Edit Category');
-	$submit_text = __('Edit Category &raquo;');
+	$submit_text = __('Edit Category &#187;');
 	$form = '<form name="editcat" id="editcat" method="post" action="categories.php">';
 	$action = 'editedcat';
 	$nonce_action = 'update-category_' . $cat_ID;
 	do_action('edit_category_form_pre', $category);
 } else {
 	$heading = __('Add Category');
-	$submit_text = __('Add Category &raquo;');
+	$submit_text = __('Add Category &#187;');
 	$form = '<form name="addcat" id="addcat" method="post" action="categories.php">';
 	$action = 'addcat';
 	$nonce_action = 'add-category';
Index: wp-admin/options-reading.php
===================================================================
--- wp-admin/options-reading.php	(revision 4745)
+++ wp-admin/options-reading.php	(working copy)
@@ -11,7 +11,7 @@
 <h2><?php _e('Reading Options') ?></h2> 
 <form name="form1" method="post" action="options.php">
 <?php wp_nonce_field('update-options') ?>
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /></p>
 <?php if ( get_pages() ): ?>
 <fieldset class="options"> 
 <legend><?php _e('Front Page') ?></legend> 
@@ -91,7 +91,7 @@
 <p class="submit">
 <input type="hidden" name="action" value="update" /> 
 <input type="hidden" name="page_options" value="posts_per_page,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression,show_on_front,page_on_front,page_for_posts" /> 
-<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /> 
+<input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /> 
 </p> 
 </form> 
 </div> 
Index: wp-admin/page-new.php
===================================================================
--- wp-admin/page-new.php	(revision 4745)
+++ wp-admin/page-new.php	(working copy)
@@ -9,7 +9,7 @@
 ?>
 
 <?php if ( (isset($_GET['posted']) && $_GET['posted'])  || isset($_GET['saved'])  ) : ?>
-<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page') ; ?> &raquo;</a></p></div>
+<div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?></strong> <a href="edit-pages.php"><?php _e('Manage pages'); ?></a> | <a href="<?php echo get_page_link( isset($_GET['posted']) ? $_GET['posted'] : $_GET['saved'] ); ?>"><?php _e('View page') ; ?> &#187;</a></p></div>
 <?php endif; ?>
 
 <?php
Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 4745)
+++ wp-admin/setup-config.php	(working copy)
@@ -18,7 +18,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>WordPress &rsaquo; Setup Configuration File</title>
+<title>WordPress &#8250; Setup Configuration File</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <style media="screen" type="text/css">
 	<!--
Index: wp-admin/link-manager.php
===================================================================
--- wp-admin/link-manager.php	(revision 4745)
+++ wp-admin/link-manager.php	(working copy)
@@ -92,7 +92,7 @@
 
 printf(__('Currently showing %1$s links ordered by %2$s'), $select_cat, $select_order);
 ?>
-<input type="submit" name="action" value="<?php _e('Update &raquo;') ?>" /></p>
+<input type="submit" name="action" value="<?php _e('Update &#187;') ?>" /></p>
 </form>
 <?php
 $link_columns = array(
@@ -195,7 +195,7 @@
 
 <div id="ajax-response"></div>
 
-<p class="submit"><input type="submit" class="button" name="deletebookmarks" id="deletebookmarks" value="<?php _e('Delete Checked Links') ?> &raquo;" onclick="return confirm('<?php echo js_escape(__("You are about to delete these links permanently.\n'Cancel' to stop, 'OK' to delete.")); ?>')" /></p>
+<p class="submit"><input type="submit" class="button" name="deletebookmarks" id="deletebookmarks" value="<?php _e('Delete Checked Links') ?> &#187;" onclick="return confirm('<?php echo js_escape(__("You are about to delete these links permanently.\n'Cancel' to stop, 'OK' to delete.")); ?>')" /></p>
 </form>
 
 <?php } ?>
Index: wp-admin/install.php
===================================================================
--- wp-admin/install.php	(revision 4745)
+++ wp-admin/install.php	(working copy)
@@ -2,7 +2,7 @@
 define('WP_INSTALLING', true);
 if (!file_exists('../wp-config.php')) {
   require_once('../wp-includes/functions.php');
-  wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &rsaquo; Error");
+  wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &#8250; Error");
 }
 
 require_once('../wp-config.php');
@@ -18,7 +18,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>
 	<link rel="stylesheet" href="install.css?version=<?php bloginfo('version'); ?>" type="text/css" />
 	<?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
 	<link rel="stylesheet" href="install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
@@ -34,7 +34,7 @@
 	case 0:
 ?>
 <p><?php printf(__('Welcome to WordPress installation. We&#8217;re now going to go through a few steps to get you up and running with the latest in personal publishing platforms. You may want to peruse the <a href="%s">ReadMe documentation</a> at your leisure.'), '../readme.html'); ?></p>
-<h2 class="step"><a href="install.php?step=1"><?php _e('First Step &raquo;'); ?></a></h2>
+<h2 class="step"><a href="install.php?step=1"><?php _e('First Step &#187;'); ?></a></h2>
 <?php
 		break;
 	case 1:
@@ -58,7 +58,7 @@
 		</tr>
 	</table>
 	<p><em><?php _e('Double-check that email address before continuing.'); ?></em></p>
-	<h2 class="step"><input type="submit" name="Submit" value="<?php _e('Continue to Second Step &raquo;'); ?>" /></h2>
+	<h2 class="step"><input type="submit" name="Submit" value="<?php _e('Continue to Second Step &#187;'); ?>" /></h2>
 </form>
 
 <?php
Index: wp-admin/bookmarklet.php
===================================================================
--- wp-admin/bookmarklet.php	(revision 4745)
+++ wp-admin/bookmarklet.php	(working copy)
@@ -49,7 +49,7 @@
 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title><?php bloginfo('name') ?> &rsaquo; Bookmarklet &#8212; WordPress</title>
+<title><?php bloginfo('name') ?> &#8250; Bookmarklet &#8212; WordPress</title>
 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
 <link rel="stylesheet" href="wp-admin.css" type="text/css" />
 
Index: wp-admin/options-permalink.php
===================================================================
--- wp-admin/options-permalink.php	(revision 4745)
+++ wp-admin/options-permalink.php	(working copy)
@@ -104,7 +104,7 @@
   <h2><?php _e('Customize Permalink Structure') ?></h2> 
 <form name="form" action="options-permalink.php" method="post"> 
 <?php wp_nonce_field('update-permalink') ?>
-<p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure &#187;') ?>" /></p>
   <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
 
 <?php
@@ -123,19 +123,19 @@
 <p>
 	<label>
 <input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> 
-<?php _e('Default'); ?><br /> <span> &raquo; <code><?php echo get_option('home'); ?>/?p=123</code></span>
+<?php _e('Default'); ?><br /> <span> &#187; <code><?php echo get_option('home'); ?>/?p=123</code></span>
    </label>
 </p>
 <p>
 	<label>
 <input name="selection" type="radio" value="<?php echo $structures[1]; ?>" class="tog" <?php checked($structures[1], $permalink_structure); ?> /> 
-<?php _e('Date and name based'); ?><br /> <span> &raquo; <code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></span>
+<?php _e('Date and name based'); ?><br /> <span> &#187; <code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/' . date('d') . '/sample-post/'; ?></code></span>
    </label>
 </p>
 <p>
 	<label>
 <input name="selection" type="radio" value="<?php echo $structures[2]; ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> 
-<?php _e('Numeric'); ?><br /> <span> &raquo; <code><?php echo get_option('home') . $prefix  ; ?>/archives/123</code></span>
+<?php _e('Numeric'); ?><br /> <span> &#187; <code><?php echo get_option('home') . $prefix  ; ?>/archives/123</code></span>
    </label>
 </p>
 <p>
@@ -161,7 +161,7 @@
   <?php _e('Category base'); ?>: <input name="category_base" type="text" class="code"  value="<?php echo attribute_escape($category_base); ?>" size="30" /> 
      </p> 
     <p class="submit"> 
-      <input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" /> 
+      <input type="submit" name="submit" value="<?php _e('Update Permalink Structure &#187;') ?>" /> 
     </p> 
   </form> 
 <?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>
Index: wp-admin/options-writing.php
===================================================================
--- wp-admin/options-writing.php	(revision 4745)
+++ wp-admin/options-writing.php	(working copy)
@@ -11,7 +11,7 @@
 <h2><?php _e('Writing Options') ?></h2> 
 <form method="post" action="options.php"> 
 <?php wp_nonce_field('update-options') ?>
-<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" /></p>
+<p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" /></p>
 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 
 <tr valign="top"> 
 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> 
@@ -112,7 +112,7 @@
 <p class="submit">
 <input type="hidden" name="action" value="update" />
 <input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags,default_link_category" />
-<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
+<input type="submit" name="Submit" value="<?php _e('Update Options &#187;') ?>" />
 </p>
 </form>
 </div>
Index: wp-admin/export.php
===================================================================
--- wp-admin/export.php	(revision 4745)
+++ wp-admin/export.php	(working copy)
@@ -35,7 +35,7 @@
 </td>
 </tr>
 </table>
-<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
+<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &#187;" />
 <input type="hidden" name="download" value="true" />
 </p>
 </form>
Index: wp-admin/plugin-editor.php
===================================================================
--- wp-admin/plugin-editor.php	(revision 4745)
+++ wp-admin/plugin-editor.php	(working copy)
@@ -92,7 +92,7 @@
 <?php if ( is_writeable($real_file) ) : ?>
 	<p class="submit">
 	<?php
-		echo "<input type='submit' name='submit' value='	" . __('Update File &raquo;') . "' tabindex='2' />";
+		echo "<input type='submit' name='submit' value='	" . __('Update File &#187;') . "' tabindex='2' />";
 	?>
 	</p>
 <?php else : ?>
@@ -104,7 +104,7 @@
 		echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
 	}
 ?>
-<div class="clear"> &nbsp; </div>
+<div class="clear"> &#160; </div>
 </div>
 <?php
 break;
Index: wp-admin/edit-pages.php
===================================================================
--- wp-admin/edit-pages.php	(revision 4745)
+++ wp-admin/edit-pages.php	(working copy)
@@ -8,11 +8,11 @@
 
 <div class="wrap">
 <h2><?php _e('Page Management'); ?></h2>
-<p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page &raquo;'); ?></a></p>
+<p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page &#187;'); ?></a></p>
 
 <form name="searchform" action="" method="get">
 	<fieldset>
-	<legend><?php _e('Search Pages&hellip;') ?></legend>
+	<legend><?php _e('Search Pages&#8230;') ?></legend>
 	<input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" />
 	<input type="submit" name="submit" value="<?php _e('Search') ?>"  />
 	</fieldset>
@@ -55,7 +55,7 @@
 } // end if ($posts)
 ?>
 
-<h3><a href="page-new.php"><?php _e('Create New Page &raquo;'); ?></a></h3>
+<h3><a href="page-new.php"><?php _e('Create New Page &#187;'); ?></a></h3>
 
 </div>
 
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 4745)
+++ wp-admin/themes.php	(working copy)
@@ -26,7 +26,7 @@
 <?php if ( ! validate_current_theme() ) : ?>
 <div id="message1" class="updated fade"><p><?php _e('The active theme is broken.  Reverting to the default theme.'); ?></p></div>
 <?php elseif ( isset($_GET['activated']) ) : ?>
-<div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site &raquo;</a>'), get_bloginfo('home') . '/'); ?></p></div>
+<div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site &#187;</a>'), get_bloginfo('home') . '/'); ?></p></div>
 <?php endif; ?>
 
 <?php
