当前位置:网站首页>IDEA file encoding modification
IDEA file encoding modification
2022-08-04 23:50:00 【Cham valley Gooyuit】
Original link: https://blog.csdn.net/cgl125167016/article/details/78666432
IDEA Chinese Tutorial: https://github.com/judasn/IntelliJ-IDEA-Tutorial/
BrotherThank you to these two bloggers~
This article introduces how to modify the file encoding in IntelliJ IDEA, refer to the IntelliJ IDEA Simplified Chinese special tutorial, students who are good in English can view the official English documentation
File encoding modification
IntelliJ IDEA can modify the encoding of the project file under File -> Settings -> Editor -> File Encoding in the menu
Write picture description here
The default global encoding of IDE is UTF-8, and Project Encoding will be GBK of the operating system by default, which is generally modified to UTF-8
IntelliJ IDEA can set special encoding settings for Properties files, and it is also recommended to change toUTF-8, one of the key points is the property Transparent native-to-ascii conversion, which is generally checked, otherwise the comments in the Properties file will not be displayed in Chinese.
IntelliJ IDEA supports setting the encoding for the entire Project.In addition, it also supports encoding settings for directories and files.If you want to set the encoding of the directory, there may be a pop-up operation option that requires Convert encoding. It is strongly recommended to back up the files before conversion, otherwise the conversion process may become garbled and cannot be restored
In addition, the individual files ofThe encoding can also be set like this
Write picture description here
may pop up such a pop-up box
Write picture description here
Reload means to reload with the new code, the new code will not be saved to the file
Convert means to use the new code to convert, the new code will be saved to the file
The code file containing Chinese, Convert 2Xf2E6aEU7n685eHEbXGYHrmWn2y7a62UWBrtZzodVdD
Compilation errors caused by encoding problems
Compilation error: cannot find symbols, unterminated string literals, etc. Solutions:
Because UTF-8 encoded files have BOM and no BOM, the compiler used by IntelliJ IDEA is javac by default, and this compilation can only compile files without BOM. Many Eclipse users are using IntelliJ IDEAThis problem is often encountered when developing Eclipse projects.Mainly because the compiler of Eclipse is Eclipse, which supports the compilation of files with BOM.Therefore, the solution is to perform BOM removal for this file
To remove BOM in batches, you can Google: batch removal of BOM, batch conversion without BOM and other keywords, various solutions have been provided on the Internet
If the above problems cannot be solvedSolved, and you also confirmed that all configuration encodings of IntelliJ IDEA are UTF-8, and the error file encoding is also UTF-8 without BOM, then there is another possibility that this situation will also occur: there is a problem with the project configuration file.The configuration file of project encoding is in: /project directory/.idea/encodings.xml.If you can modify this file, you can modify it. If not, delete the entire .idea directory, restart IntelliJ IDEA, and reconfigure the project.
Tomcat console output garbled characters
IDEA's unified console coding control, find idea.exe.vmoptions in your idea.bin or 64 directory or add -Dconsole.encoding=UTF-8 in 64. Note that it is console reference: https://stackoverflow.com/questions/35231291/intellij-idea-incorrect-encoding-in-console-output
If your Tomcat console outputs garbled characters, and you have ensured that the console font settings in this article contain Chinese, you can also try adding: -Dfile.encoding to the VM parameters of Tomcat=UTF-8, as shown in the figure
Write picture description here
边栏推荐
- 招标公告 | 海纳百创公众号运维项目
- After another 3 days, I have sorted out 90 NumPy examples, and I can't help but bookmark it!
- C语言实现扫雷 附带源代码
- The role of the annotation @ EnableAutoConfiguration and how to use
- 基于深度学习的路面坑洞检测(详细教程)
- C5750X7R2E105K230KA(电容器)MSP430F5249IRGCR微控制器资料
- 407. 接雨水 II
- 小黑leetcode之旅:95. 至少有 K 个重复字符的最长子串
- 3. Actual combat---crawl the result page corresponding to Baidu's specified entry (a simple page collector)
- Bidding Announcement | Operation and Maintenance Project of Haina Baichuang Official Account
猜你喜欢
[CVA Valuation Training Camp] Financial Modeling Guide - Lecture 1
App测试和Web测试的区别
【云原生--Kubernetes】调度约束
Literature reading ten - Detect Rumors on Twitter by Promoting Information Campaigns with Generative Adversarial Learn
2022牛客暑期多校训练营5(BCDFGHK)
Vscode连接远程服务器(一套配置成功)
【CVA估值训练营】财务建模指南——第一讲
golang 协程的实现原理
Basic web in PLSQL
[Cultivation of internal skills of string functions] strncpy + strncat + strncmp (2)
随机推荐
Cython
中日颜色风格
未上市就“一举成名”,空间媲美途昂,安全、舒适一个不落
Basic web in PLSQL
Service Mesh landing path
Mathematical Principles of Matrix
The role of @ Import annotations as well as how to use
2022年华数杯数学建模
一、爬虫基本概念
美团二面:Redis与MySQL双写一致性如何保证?
为何越来越多人选择进入软件测试行业?深度剖析软件测试的优势...
d枚举生成位
如何写好测试用例
Xiaohei leetcode surfing: 94. Inorder traversal of binary tree
What is next-generation modeling (with learning materials)
小黑leetcode之旅:95. 至少有 K 个重复字符的最长子串
Privacy Computing Overview
956. 最高的广告牌
Develop a SpaceX website based on the Appian low-code platform
jenkins send mail system configuration