* Implement normalization of fullwidth latin characters for all Languages, not just...
[lhc/web/wiklou.git] / languages / classes / LanguageJa.php
index e56d230..c5a992d 100644 (file)
@@ -23,14 +23,6 @@ class LanguageJa extends Language {
                return $s;
        }
 
-       function normalizeForSearch( $string ) {
-               // Double-width roman characters
-               $s = self::convertDoubleWidth( $string );
-               
-               # Do general case folding and UTF-8 armoring
-               return parent::normalizeForSearch( $s );
-       }
-
        # Italic is not appropriate for Japanese script
        # Unfortunately most browsers do not recognise this, and render <em> as italic
        function emphasize( $text ) {