我正在使用 jQuery 来验证表单。我在我的html头上:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
我的脚本上有 utf-8:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js" charset="utf-8"></script>
<script type="text/javascript" src="validate.js" charset="utf-8"></script>
只要不是通过 jQuery 代码,我的 html 页面就可以很好地显示希伯来语。通过 jQuery(通过 validate.js 中的脚本)打印的任何希伯来字符都打印为:����
任何帮助,将不胜感激。