Eclipse的properties文件中文乱码解决方法

Posted HarkLee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse的properties文件中文乱码解决方法相关的知识,希望对你有一定的参考价值。

转自:http://jingyan.baidu.com/article/ed2a5d1f3381d709f6be17f8.html

 

  1. 打开Myeclipse,找到window这一栏,点击Preference

    技术分享
  2. 2

    然后会弹出一个窗体,点击General展开选项,然后点击Content Types

    技术分享
     
  3. 3

    在右边的窗口中点击Text展开,然后点击java Properties File

    技术分享
     
  4. 4

    将下面的编码格式设置成UTF-8就能解决java Web项目文件中的config.properties文件中文乱码的问题,注意“UTF-8”最好用大写的

    技术分享
  5. 5

    设置完编码格式后,别忘了点击一下右边的“update”哦。

以上是关于Eclipse的properties文件中文乱码解决方法的主要内容,如果未能解决你的问题,请参考以下文章

读取properties中文乱码解决

eclipse解决properties文件中文乱码(两种方试)

java程序读取properties配置文件出现中文乱码

Eclipse的properties文件中文乱码解决方法

eclipse 中properties文件乱码解决方式

eclipse的.properties文件中文显示问题