Index: branches/REL1_16/phase3/languages/classes/LanguageZh_hans.php |
— | — | @@ -26,7 +26,6 @@ |
27 | 27 | $s = self::convertDoubleWidth( $string ); |
28 | 28 | $s = trim( $s ); |
29 | 29 | $s = self::wordSegmentation( $s ); |
30 | | - $s = self::convertDoubleWidth( $s ); |
31 | 30 | $s = parent::normalizeForSearch( $s ); |
32 | 31 | |
33 | 32 | wfProfileOut( __METHOD__ ); |