欧元符号显示为“?”

时间:2014-01-10 09:51:25

标签: java jsp jstl

我在使用<fmt:formatNumber type="currency">显示欧元符号时遇到以下代码问题。

<fmt:formatNumber value="$l_thresholdValue}" minFractionDigits="0" type="currency" var="thresholdValue"/>

此代码在其他jsp页面中正常工作。我尝试了所有可能的方法,例如在UTF-8中保存文件,并在jsp文件中包含编码样式<%@page contentType="text/html;charset=UTF-8"%>

仍然是欧元符号显示为“?

任何人都可以帮助我

1 个答案:

答案 0 :(得分:1)

最好使用它:

<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">

我希望这会对你有所帮助