操作系统:elementary
使用go-sciter开发的应用,中文不显示,utf8,gbk,gb2312字符集都试过了。
//加载文件
w.LoadHtml(`
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=gb2312" />
</head>
<body>
sss加载文件logd
</body>
</html>`, "")
//设置标题
w.SetTitle("你好,世界")
//显示窗口
w.Show()
//运行窗口,进入消息循环
w.Run()
![屏幕截图 2018-10-23 10.46.27.png](https://static.studygolang.com/181023/bf7bdb98e852a97b093c2b6170c4a9b7.png)
有疑问加站长微信联系(非本文作者))