当前位置: 代码迷 >> WebSphere >> websphere 静态页面字符集怎么设置为UTF-8
  详细解决方案

websphere 静态页面字符集怎么设置为UTF-8

热度:4502   发布时间:2013-02-26 00:00:00.0
websphere 静态页面字符集如何设置为UTF-8
websphere 静态页面字符集总是返回 charset=GB2312(在返回头信息中), 如何将静态页面字符集设置为UTF-8呢?特别是对于html页面,即使加上 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
在 IE 打开时仍然以 GB2312 显示。

------解决方案--------------------------------------------------------
没人知道