未拾取字符编码
http://www.mamstore.co.uk/bin/pxisapi1 .exe/catalogue?level=805838
看看它(意思是说)5 英镑的 T 恤在哪里。相反,“£”作为无效字符出现,但产品下方显示了完全相同的字符。
当我用 Jquery 提取 php 文件内容时,我得到了同样的结果。实际的 PHP 文件正确显示了字符(没有任何头部/主体设置等),当我将其拉入站点时,它突然出现问题。
它存储在自定义构建的 CMS/WMS 系统上的 SQL 数据库中。
任何建议将不胜感激。
干杯
http://www.mamstore.co.uk/bin/pxisapi1.exe/catalogue?level=805838
Look where its (meant to say) £5 T-shirts. Instead the '£' comes up as an invalid character, yet the exact same char is shown just below on the products.
I am getting the same when i pull a php files contents in with Jquery. The actual PHP file shows the chars correctly (without any head/body set etc) as soon as i pull it into the site it suddenly has issues with it.
Its stored in an SQL DB on a custom build CMS / WMS system.
Any suggestions would be much appreciated.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的页面使用 UTF 编码,但面包屑中的字符使用 ISO 编码。你的数据库里有什么编码?
Your page is encoded with UTF, but character in breadcrumbs is encoded with ISO. What encoding do you have in your database?