MyEclipse2016统一字符编码

MyEclipse一般没做修改,默认的字符编码是GBK,但是在实际的开发中常用的是utf-8,为了避免出现乱码等情况,我们需要把开发工具的编码都统一设置成utf-8,修改步骤如下:

1、打开MyEclipse2016,依次在菜单栏打开Window->Preferences->General->Workspace->Text file encoding,选择Other,改变为UTF-8,以后新建立工程其属性对话框中的Text fileencoding即为UTF-8

MyEclipse2016统一字符编码

2、依次打开Window->Preferences->General->Content Types中可以修改具体的不同格式的文件的默认编码,右侧Context Types树,点开Text中每一颗子项,并在中输入"UTF-8",点击update!如果不知道具体修改哪项,可以逐个点开修改!!

MyEclipse2016统一字符编码

3、windows---->preferences---->myeclipse---->file and editors----->jsp--->把这个目录下的encoding选为你要设置的编码(如UTF-8)

MyEclipse2016统一字符编码

编码统一完成!

上一篇:django之cookie、session和ajax


下一篇:sqlMapConfig.xml配置文件详解