首页> 文章> 详情

webstorm 源码UTF8中文显示乱码

教程分享 > WEB基础 (1425) 2024-04-19 09:53:17

情况说明

webstorm 源文件中文显示乱码,同样版本的代码文件再git服务器显示正确。且文件编码已经是UTF8如下图所示

中文乱码

webstorm 中文源码UTF8显示乱码解决

改字符编码

在 Editor->Font->Fallback font: 选择DialogInput 即可解决。

 

https://www.leftso.com/article/813.html

相关文章
情况说明webstorm 源文件中文显示乱码,同样版本的代码文件再git服务器显示正确