Deprecate $wgFixArabicUnicode / $wgFixMalayalamUnicode
authorC. Scott Ananian <cscott@cscott.net>
Fri, 19 Oct 2018 15:06:15 +0000 (11:06 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Mon, 22 Oct 2018 01:55:39 +0000 (21:55 -0400)
commit103a4f76dca2ef45158e3420a81fe6b6bfb10efb
treef65c5d7d9cbb892fd2ada9e5f71e3c76c442c3f8
parent72e5b5af6599d9f1878c393559534f54d07801e4
Deprecate $wgFixArabicUnicode / $wgFixMalayalamUnicode

These were introduced in MW 1.17 and are always true in production.

They were useful to allow folks to defer title conversion, but it's
been a long time now.  We don't need to make this optional any more.

Change-Id: I65dcfe80dc3e1dfeb4d63924a8928655e012a20c
RELEASE-NOTES-1.33
includes/DefaultSettings.php
languages/classes/LanguageAr.php
languages/classes/LanguageMl.php
tests/phpunit/languages/classes/LanguageArTest.php
tests/phpunit/languages/classes/LanguageMlTest.php