https://bugzilla.wikimedia.org/show_bug.cgi?id=53670
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |utf8 URL| |https://bugs.php.net/bug.ph | |p?id=52981 CC| |[email protected] --- Comment #1 from Ori Livneh <[email protected]> --- The majuscule form of 'ɑ' is U+2C6D Ɑ latin capital letter alpha. It was added to the Unicode standard for version 5.1, released in 2008. Up until version 5.3.3, PHP was using Unicode tables based on version 3.2 of the standard, released in 2002. When we last ran cleanupTitles.php (May 2012), we were still on PHP 5.3.2, which did not include the update. See <https://bugs.php.net/bug.php?id=52981> for more details. We should re-run cleanupTitles.php. -- 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
