检索和回显希腊字符问题
假设我有一个像这样的字符串 - " Πρώτη θέση Δεύτερη θέση" 使用 php DOM 树,我搜索元素 td,并尝试回显 Πρώτη θέση 和 Δεύτερη θέση。尽管当我回应时,希腊字符并没有定期出现。相反,我得到了一些奇怪的符号!
我已经设置了适当的编码。我认为问题是在检索过程中引起的。
Lets say I have a string like this - " Πρώτη θέση Δεύτερη θέση"
Using php DOM tree I search for elements td and I am trying to echo Πρώτη Θέση and Δεύτερη Θέση. Although when I am echoing the Greek characters do not appear regularly. Instead I get some weird symbols!
I have already set the appropriate encoding. I think the problem is caused during the retrieval.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下代码对我有用!
干杯
the following code works for me!
Cheers