--- loncom/interface/statistics/lonstudentassessment.pm 2011/12/22 00:28:11 1.166 +++ loncom/interface/statistics/lonstudentassessment.pm 2012/02/17 00:49:46 1.167 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.166 2011/12/22 00:28:11 www Exp $ +# $Id: lonstudentassessment.pm,v 1.167 2012/02/17 00:49:46 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -840,6 +840,7 @@ sub html_outputstudent { } my $base = length($title); my $width=$Apache::lonstatistics::StudentData{$field}->{'width'}; + utf8::decode($title); $Str .= $title.' 'x($width-$base).$padding; } # Get ALL the students data