Author: Bryan.TongMinh
Description:
SVG.php uses mb_strtolower, but this function is not defined in Fallback.php, causing unit tests to fail if the mb extension is not enabled.
Version: 1.22.0
Severity: normal
Author: Bryan.TongMinh
Description:
SVG.php uses mb_strtolower, but this function is not defined in Fallback.php, causing unit tests to fail if the mb extension is not enabled.
Version: 1.22.0
Severity: normal
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Replace mb_strtolower with strtolower | mediawiki/core | master | +1 -1 |
I think an alternate implementation exists in the form of Language#lc. It'd just have to be hooked up in appropriate places.
Bryan.TongMinh wrote:
Or the implementation has to move to Fallback and Language could call mb_strtolower unconditionally
Change 199584 had a related patch set uploaded (by Nikerabbit):
Replace mb_strtolower with strtolower