dompdf:如何删除货币前面的附加符号?
我在使用 dompdf 显示表格时遇到一些问题。在渲染的pdf中,我在货币£之前有一个附加符号:
http://dl. dropbox.com/u/72686/domPdfTable.png
如何从最终的 pdf 文档中删除此符号?
谢谢
I'm having some issues in displaying a table with dompdf. In the rendered pdf I have an additional symbol before the currency £:
http://dl.dropbox.com/u/72686/domPdfTable.png
how can I remove this symbol from the final pdf document ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下处理该角色的方式可能存在错误。您应该能够通过在文档标头的元标记中指定正确的字符集编码来解决该问题。
There might be a bug in how that character is handled by default. You should be able to address the issue by specifying the correct character set encoding in a meta tag in your document header.