I am trying to set title in PHPlot chart, but in cyrilic characters. For example:
$plot = new PHPlot();
$plot->SetTitle('Наслов');
But when I open this in browser then, it shows gibberfish, like this:

Is possible to set title in unicode in PHPlot?
See section 3.8.5 at the documentation.