Google App Engine 的 java 数据查看器未正确显示 utf8 字符
我可以访问数据查看器 http://localhost:8888/_ah/admin/
但 UTF-8 字符始终显示为问号?
我可以编写 UTF-8 并以 UTF-8 形式从数据存储区读回我的网页(因为我已包含所有标签)。当数据查看器实际上是 UTF-8 格式时,数据查看器会显示 ?
,这很烦人(具有误导性)?
有人可以告诉我是否有关于数据查看器设置的问题需要修复吗?
谢谢。
I can access the data viewer
http://localhost:8888/_ah/admin/
but the UTF-8 characters are always displayed as question marks?
I could write UTF-8 and read back from the datastore into my web page as UTF-8 (because I've included all the tags). It's just annoying (misleading) that the data viewer displays a ?
when it's really in UTF-8 inside?
Can someone tell me if there's something I should fix regarding the data viewer setup?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像是本地数据查看器的一个错误。如果您确定您的文本采用 UTF-8(而不是其他编解码器)编码,请在问题跟踪器上提交错误。
This sounds like a bug with the local data viewer. If you're positive that your text is encoded in UTF-8 (and not another codec), please file a bug on the issue tracker.