Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Although we specify UTF-8 in connection however the data in your database could be in other charset. so you can do this:
$this->src('yoursource')->query("SELECT myfield ... ")
->pipe(new Custom(function($data){
$data["myfield"] = utf8_encode($data["myfield"]);
return $data;
}))
...
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo