Eclipse 修改字符集

默认情况下 Eclipse 字符集为 GBK,但现在很多项目采用的是 UTF-8,这是我们就需要设置我们的 Eclipse 开发环境字符集为 UTF-8, 设置步骤如下:

在菜单栏选择 Window -> Preferences -> General -> Workspace -> Text file encoding,在 Text file encoding 中点击 Other,选择 UTF-8,如图所示:

Eclipse教程(3)--- 修改字符集

相关文章:

  • 2021-05-10
  • 2021-08-07
  • 2021-09-15
  • 2022-01-05
  • 2021-12-14
  • 2021-07-11
  • 2022-03-03
  • 2021-10-21
猜你喜欢
  • 2021-09-24
  • 2022-01-21
  • 2021-05-08
  • 2021-06-25
  • 2021-09-24
  • 2021-11-28
相关资源
相似解决方案