Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 17448)
+++ wp-includes/formatting.php	(working copy)
@@ -649,7 +649,9 @@
 		// Euro Sign
 		chr(226).chr(130).chr(172) => 'E',
 		// GBP (Pound) Sign
-		chr(194).chr(163) => '');
+		chr(194).chr(163) => '',		
+		chr(169) => '',		
+		chr(174) => '');
 
 		$string = strtr($string, $chars);
 	} else {
