1 Mar 2009 01:23
[Bug 8143] Localized magic words don't ignore case if containing nonASCII characters
<bugzilla-daemon <at> mail.wikimedia.org>
2009-03-01 00:23:43 GMT
2009-03-01 00:23:43 GMT
https://bugzilla.wikimedia.org/show_bug.cgi?id=8143 Danny B. <danny.b <at> email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #2 from Danny B. <danny.b <at> email.cz> 2009-03-01 00:23:43 UTC --- They do not. Did you check localized magic words of those I mentioned above? Excerpt from MessagesCs.php: 'lcfirst' => array( '0', 'PRVNÍMALÉ:', 'LCFIRST:' ), // contains non-ASCII char(s) 'ucfirst' => array( '0', 'PRVNÍVELKÉ:', 'UCFIRST:' ), 'lc' => array( '0', 'MALÁ:', 'LC:' ), 'uc' => array( '0', 'VELKÁ:', 'UC:' ), ... 'padleft' => array( '0', 'ZAROVNATVLEVO', 'PADLEFT' ), // ASCII only 'padright'=> array( '0', 'ZAROVNATVPRAVO', 'PADRIGHT' ), Tested on w:cs: sandbox: {{PRVNÍVELKÉ:ěščř}} - OK {{prvnívelké:ěščř}} - redlink to nonexisting template {{PRVNÍMALÉ:ěščř}} - OK {{prvnímalé:ěščř}} - redlink to nonexisting template {{MALÁ:ěščř}} - OK(Continue reading)
RSS Feed