Replace mb_strtolower with strtolower
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 25 Mar 2015 08:53:40 +0000 (09:53 +0100)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 25 Mar 2015 08:53:40 +0000 (09:53 +0100)
commit82e9fbc1749d722bf399bfd9b3821e1479620d29
treea7411788f1ce6d650d319a0779963270936f75e6
parent2b6eb60ce53cd71af8b6ef1d860ef6d3b3a684a2
Replace mb_strtolower with strtolower

Function mb_strtolower is not guaranteed to be present. In this case
we are dealing with language codes, which are ASCII, for which there
is no need to use multibyte version in the first place.

Bug: T55912
Change-Id: I009bab2ff03b22142d35c8be60711266ca3683c1
includes/media/SVG.php