PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.1.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.1.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Source.php +0 -6 3.0.72.1.8 View file →
@@ -220,14 +220,8 @@
220 220 0,
221 221 );
222 222 }
223 223 break;
224 - case 'string':
225 - // condition introduced for Issue with non-English text #240 where languages such as Hebrew get messed up.
226 - if ( function_exists( 'mb_detect_encoding' ) && mb_detect_encoding( $data[ $i ] ) !== 'UTF-8' ) {
227 - $data[ $i ] = utf8_encode( $data[ $i ] );
228 - }
229 - break;
230 224 }
231 225 }
232 226
233 227 // error_log(print_r($data,true));