into "mod_form.php" (l. 88) : strtolower function cause accent encoding error (ex : obvious into french)
prefer to use mb_strtolower function instead which is more reliable
Thanks for the report. I've just pushed a commit that switches the strtolower functions used to the core moodle text class which uses mb_strtolower when available.
into "mod_form.php" (l. 88) : strtolower function cause accent encoding error (ex : obvious into french) prefer to use mb_strtolower function instead which is more reliable