当前位置:网站首页>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
边栏推荐
- jenkins send mail system configuration
- [QNX Hypervisor 2.2用户手册]10.4 vdev hpet
- d枚举生成位
- Implementing class target method exception using proxy object execution
- KT148A电子语音芯片ic方案适用的场景以及常见产品类型
- @Async注解的作用以及如何实现异步监听机制
- 基于Appian低代码平台开发一个SpaceX网站
- [Happy Qixi Festival] How does Nacos realize the service registration function?
- 直接插入排序
- 4-《PyTorch深度学习实践》-反向传播
猜你喜欢
KT148A语音芯片怎么烧录语音进入芯片里面通过串口和电脑端的工具
Xiaohei leetcode surfing: 94. Inorder traversal of binary tree
OPENCV学习DAY8
手写分布式配置中心(1)
[Cultivation of internal skills of string functions] strncpy + strncat + strncmp (2)
Statistical words (DAY 101) Huazhong University of Science and Technology postgraduate examination questions
【CVA估值训练营】财务建模指南——第一讲
C5750X7R2E105K230KA(电容器)MSP430F5249IRGCR微控制器资料
Day118. Shangyitong: order list, details, payment
【无标题】线程三连鞭之“线程池”
随机推荐
jenkins发送邮件系统配置
手写分布式配置中心(1)
KT148A电子语音芯片ic方案适用的场景以及常见产品类型
基于深度学习的路面坑洞检测(详细教程)
为何越来越多人选择进入软件测试行业?深度剖析软件测试的优势...
怎么将自己新文章自动推送给自己的粉丝(巨简单,学不会来打我)
生产者消费者问题
【数据挖掘概论】数据挖掘的简单描述
MongoDB permission verification is turned on and mongoose database configuration
Go 语言快速入门指南:什么是 TSL 安全传输层
Day118. Shangyitong: order list, details, payment
矩阵数学原理
【云原生--Kubernetes】调度约束
#yyds干货盘点#交换设备丢包严重的故障处理
NebulaGraph v3.2.0 Release Note, many optimizations such as the performance of querying the shortest path
【无标题】
三、实战---爬取百度指定词条所对应的结果页面(一个简单的页面采集器)
LeetCode Hot 100
uniapp 分享功能-分享给朋友群聊朋友圈效果(整理)
ClickHouse 二级索引