开发者

Google App Engine's data viewer for java is not showing utf8 char correctly

开发者 https://www.devze.com 2023-04-05 10:52 出处:网络
I can access the data viewer http://localhost:8888/_ah/admin/ but the UTF-8 characters are always displayed as question marks?

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). 开发者_如何学JAVAIt'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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消