速度模板中的非 ASCII 字符在显示时会被破坏
我的速度模板文件中有非 ASCII 字符。并且在处理时它们会出现乱码。
文件以 UTF-8 编码保存,响应标头 contentType 也设置为 text/html;charset=UTF-8
。
还可以做什么?
I have non-ascii chars in velocity template files. And when processed they are garbled.
The files are saved in UTF-8 encoding and response header contentType is also set to text/html;charset=UTF-8
.
What else can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,解决方案是设置以下速度属性(Spring bean def 的一部分):
Ok, so the solution was to set up following velocity properties (part of Spring's bean def):