https://bugzilla.wikimedia.org/show_bug.cgi?id=17020
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords|easy | Summary|why $this->load(); |Problems wih fallback |Language.php 1495 |character encoding --- Comment #1 from Niklas Laxström <[email protected]> 2009-01-14 15:12:31 UTC --- It is enough for you to describe problem, it is not necessary to throw guesses why it may be so, which may mislead developers. Now, this seems to be problem with fallback encodings. Further, it looks like that Chinese does not have any fallback encoding specified. And I guess it uses the default one which is windows-1252. This happens when non-utf8 text is inputted, which is the case when not following links. Can you try to set the $fallback8bitEncoding to gb2312 in appropriate Messages file helps? Alternative you can configure your browser to use utf-8 by default. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
