Webshpere 上的外部 javascript 字符编码
如何仅使用 Websphere (5.1) 在外部 JavaScript 文件上设置字符编码? 我前面没有 Apache,所以我无法使用“AddCharset UTF-8 .js”设置它。
或者也许还有其他方法可以通过 web.xml 或类似的魔法将其强制到 Web 容器上?
How can one set character encoding on external JavaScript files using only Websphere (5.1)? I don't have Apache in front of it so I can't set it using "AddCharset UTF-8 .js".
Or maybe there is some other way to force it on a web container via web.xml or similar magic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://www-01.ibm.com/software/globalization /j2ee/encoding.jsp
您还可以通过 servlet 提供 JavaScript 文件。
See http://www-01.ibm.com/software/globalization/j2ee/encoding.jsp
You could also serve the JavaScript file through a servlet.