open-lms-open-source / moodle-mod_lightboxgallery

Lightbox Gallery resource module for Moodle 2.0
GNU General Public License v3.0
30 stars 37 forks source link

accent encoding error into edit form #70

Closed OctaveBabel closed 9 years ago

OctaveBabel commented 9 years ago

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

aolley commented 9 years ago

Hi @OctaveBabel,

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.