Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.
[lhc/web/wiklou.git] / maintenance / cleanupImages.php
index d401094..db13f4c 100644 (file)
@@ -65,7 +65,7 @@ class ImageCleanup extends TableCleanup {
                $cleaned = $wgContLang->checkTitleEncoding( $cleaned );
                
                // Many of remainder look like non-normalized unicode
-               $cleaned = UtfNormal::cleanUp( $cleaned );
+               $cleaned = $wgContLang->normalize( $cleaned );
                
                $title = Title::makeTitleSafe( NS_FILE, $cleaned );