Moodle 1.5 Beta: problem with converting to uppercase in the file view.php of glossary module

Moodle 1.5 Beta: problem with converting to uppercase in the file view.php of glossary module

by Vu Hung -
Number of replies: 0

At the line 328, Moodle 1.5 Beta uses PHP function strtoupper:
$currentpivot = strtoupper($pivot);

But strtoupper seems to work incorrectly when converting non-english characters to uppercase. And as a result, when we view glossary entries by categories, categories are weirdly displayed . It's a problem with Vietnamese.

Thanks!

Average of ratings: -