Skip to content

Commit c23655e

Browse files
UTF8 support only for string type columns
1 parent 4fdf8a2 commit c23655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Source.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ protected function _normalizeData( $data ) {
221221
);
222222
}
223223
break;
224-
default:
224+
case 'string':
225225
$data[ $i ] = utf8_encode( $data[ $i ] );
226226
break;
227227
}

0 commit comments

Comments
 (0)