my $font_encoding = $main::dbcharset || 'ISO-8859-15';
$self->{text_is_utf8} = $font_encoding =~ m/^utf-?8$/i;
my $font_encoding = $main::dbcharset || 'ISO-8859-15';
$self->{text_is_utf8} = $font_encoding =~ m/^utf-?8$/i;
push @{ $data_row }, $self->_decode_text($column->{text});
push @{ $cell_props_row }, {};
push @{ $data_row }, $self->_decode_text($column->{text});
push @{ $cell_props_row }, {};