WordPress 外部页面中的泰米尔字符不正确
我有一个使用泰米尔语的网站。我在 WordPress 中显示泰米尔字符没有问题。我在 WordPress 之外创建了一个页面,其中使用 wp-load.php 嵌入了 WordPress 函数,但是它显示了不正确的泰米尔字符。
如何解决这个问题?请帮忙!
I have a site using tamil language. I have no problem with displaying tamil characters inside wordpress. I have created a page outside wordpress in which i embed wordpress functions by using wp-load.php however, it displays incorrect tamil characters.
How to fix this issue? Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 WP 网站的
中找到元字符集标记。看起来应该类似于
,但可能不是
UTF-8
将其粘贴到其他网站的头部。Find the meta charset tag in the
<head>
of your WP site. Should look something like<meta charset="UTF-8" />
, but it might not beUTF-8
Paste that into the head of your other site.