我需要渲染为 UTF-8 编码,但出现编码问题
抱歉,这可能有一百万种不同的答案,但我认为我的问题可能有不同的问题。
所以我想在页面上显示这个值。该值以 UTF-8 格式保存,并且我有一个页面以 UTF-8 呈现(到目前为止听起来不错);
我的挫折是,值的存储方式不是以 utf 格式显示,而是以这种方式显示: ã¡¡¡£ã¡¡¡¡¡¡š
所以我的问题是如何找出编码类型乱码文本并使其以 UTF-8 格式正确显示?
正确的版本应该是这样的 チャート设定
谢谢,
Sorry this might have been answered a million different ways but I figured my issue might have a different problem.
So I have this value I want to show on the page. The value is saved in UTF-8 format and I have a page being rendered in UTF-8(sounds good so far);
My setback, is that the way the value is being store it's not showing it utf format, but rather in this : ãƒãƒ£ãƒ¼ãƒˆè¨å®š
So my question is how do I find out the encoding type of the garbled text and get it so that its correctly in UTF-8?
The correct version should look like this チャート設定
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以这个问题似乎很模糊,可能会得到不同的解决。我已经找到了一种正确解析数据的方法,我将更多地处理数据值来解决这个问题。
感谢@LB 和@Mark Ransom 的反馈!
So this question seems to vague and probably will be addressed differently. I've found a way to parse the data correctly, I'm going to work more with the data values to fix this problem.
Thanks to @L.B and @Mark Ransom for feedback!