如何在 PHPlot 中插入 utf-8 标题
我试图在 PHPlot 图表中设置标题,但使用西里尔字符。例如:
$plot = new PHPlot();
$plot->SetTitle('Наслов');
但是当我在浏览器中打开它时,它显示 gibberfish,如下所示:
可以在 PHPlot 中以 unicode 设置标题吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅文档第 3.8.5 节。
See section 3.8.5 at the documentation.