MyEclipse编码设置
问题:这10种设置字符编码的区别与作用域(作用域:所有空间、当前工作空间、当前工程、当前文件)
1、Window->Preferences->General->Content Types->比如选中右边的JSP,窗口下面则出现Default encoding,在右边修改该文件默认的编码方式,update即可(图一)
————修改一类文件的编码方式
2、Window->Preferences->General->Editors->Text Editors->Spelling(图二)
3、Window->Preferences->General->Workspace(图三)————修改工作空间的编码方式
4、Window->Preferences->Myeclipse Enterprise Workbench->Files and Editors(图四)
5、Window->Preferences->SQL Development->Execution Plan View Options(图五)
6、Window->Preferences->SQL Development->SQL Results View Options->Export Format Options(图五)
7、Window->Preferences->Web and XML->CSS Files(图六)
8、Window->Preferences->Web and XML->HTML Files(图六)
9、Window->Preferences->Web and XML->JSP Files(图六)
10、改变项目的编码方式:右键单击项目名称->Properties->Resource->Text file encoding (图七)
————修改单个工程的编码方式;若右键单击一个文件,则修改单个文件的编码方式