https://bugzilla.wikimedia.org/show_bug.cgi?id=17020





--- Comment #8 from zayoo <za...@126.com>  2009-04-28 04:45:24 UTC ---
This problem remains on 1.13.5, and may remain on 1.14.0.

It occured an error only once when $this->load(); in function
fallback8bitEncoding() be deleted. I'm now having return $this->iconv(
$this->fallback8bitEncoding(), "utf-8", $s ); changed into return $this->iconv(
"", "utf-8", $s ); on two servers and they have worked for a long time.

More research shows when the server is Windows(English) and client is
Windows(Chinese), it also works nice as if the server is also Chinese.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to