速度模板中的非ASCII字符在显示时会被破坏

时间:2010-03-23 16:53:54

标签: unicode velocity non-ascii-characters

我在速度模板文件中有非ascii字符。处理时它们会出现乱码。

文件以UTF-8编码保存,响应标头contentType也设置为text/html;charset=UTF-8

还能做些什么?

1 个答案:

答案 0 :(得分:3)

好的,所以解决方案是设置以下速度属性(Spring的bean def的一部分):

<entry key="input.encoding" value="UTF-8"/>
<entry key="output.encoding" value="UTF-8"/>