### Eclipse Workspace Patch 1.0
#P wordpress-trunk
Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 17521)
+++ wp-includes/formatting.php	(working copy)
@@ -803,7 +803,7 @@
 	$raw_title = $title;
 
 	if ( 'save' == $context )
-		$title = remove_accents($title);
+		$title = apply_filters( 'sanitize_title_remove_accents', remove_accents( $title ), $raw_title );
 
 	$title = apply_filters('sanitize_title', $title, $raw_title, $context);
 
