设置myeclipse新建文件默认编码为UTF-8

时间:2021-09-22 22:21:36

window---preferences--搜索jsp--按下jsp,修改encoding

-------------------------------------------------------------

有三个地方需要改编码设置:

1.

window--》preference--》general--》contenttype

然后在content types中展开每一个子项,并在Defaultencoding中输入“UTF-8”,再点Update


2.

window--》preference--》MyEclipse--》Filesand Editor

将每个子项的“Encoding”改为“ISO 10645/Unicode(UTF-8)”或"Chinese,Nationalstandard",点Applay,

以后创建的文档类型都是UTF-8的格式!

3为了使项目中不会出现extjs中文乱码的问题,建议把myeclipse的workspace的设置改为UTF-8的编码

window--》preference--》general--》workspace--》textfiles encoding--》other 选择UTF-8

这样在加载js代码的时候js的代码就和jsp的编码相同就不会出现乱码,或是extjs效果不能显示的问题了

(MyEclipse6.0的版本是window--》preference--》myeclipse--》files andEditors 下面的css、dtd、html、js、jsp的Ecoding改为UTF-8)

转自 http://blog.csdn.net/zouxuhong/article/details/7311590