From: Zheng Zhu Date: Mon, 22 Nov 2004 22:03:13 +0000 (+0000) Subject: Still need to convert UTF8 to a hex string for search. X-Git-Tag: 1.5.0alpha1~1268 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=f3b62684a08a166da56150f54c413b3919507865;p=lhc%2Fweb%2Fwiklou.git Still need to convert UTF8 to a hex string for search. --- diff --git a/languages/LanguageZh.php b/languages/LanguageZh.php index c81a21e566..f01e373597 100644 --- a/languages/LanguageZh.php +++ b/languages/LanguageZh.php @@ -109,6 +109,7 @@ class LanguageZh extends LanguageZh_cn { $fname="zhsegment"; wfProfileIn( $fname ); $t = $this->mZhClient->segment($string); + $t = LanguageUtf8::stripForSearch( $t ); wfProfileOut( $fname ); return $t;