https://bugzilla.wikimedia.org/show_bug.cgi?id=16638
--- Comment #5 from Brion Vibber <[email protected]> 2008-12-15 19:44:16 UTC --- This is due to the browser sending manually-typed non-ASCII characters URLs in a native encoding instead of UTF-8. (cf bug 11097) Try adding this into your languages/messages/MessagesFa.php, right before the line "$rtl = true;": $fallback8bitEncoding = 'windows-1256'; This should fix it if your server has the PHP iconv or mb_string extensions enabled, but probably won't otherwise. The browser's configuration can also be fixed; modern versions of IE I think will send UTF-8 by default, and some Firefox versions I think do while earlier ones don't. Not sure about others. -- 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
