Index: trunk/phase3/languages/classes/LanguageZh.php |
— | — | @@ -171,15 +171,6 @@ |
172 | 172 | } |
173 | 173 | |
174 | 174 | /** |
175 | | - * word segmentation |
176 | | - */ |
177 | | - function wordSegmentation( $string ) { |
178 | | - // LanguageZh_hans::wordSegmentation |
179 | | - $s = parent::wordSegmentation( $string ); |
180 | | - return $s; |
181 | | - } |
182 | | - |
183 | | - /** |
184 | 175 | * auto convert to zh-hans and normalize special characters. |
185 | 176 | * |
186 | 177 | * @param $string String |