--- pathauto.inc	2008-01-19 23:25:06.000000000 +0200
+++ pathautonew.inc	2008-01-20 17:11:36.000000000 +0200
@@ -124,6 +124,10 @@ function pathauto_cleanstring($string, $
     }
   }
 
+  //Replace accents
+  $output = module_invoke_all('pathauto_cleanstrings', $output);
+  $output = $output[0];
+
   // If something is already urlsafe then don't remove slashes
   if ($clean_slash) {
     $output = str_replace('/', '', $output);
