[JAVA] When I switched to IntelliJ, I got a lot of differences in the encoding of the properties file.

When switching from Eclipse to IntelliJ IDEA When I edited the properties file, I got a lot of differences.

When the property file is encoded, it causes a lot of differences depending on whether the alphanumeric characters are uppercase or lowercase, which is a problem.

Unfortunately, it didn't seem to be possible to set it from the menu, It seems that it can be avoided by editing the property file

Add the following line to your idea.properties file. It seems that you can edit it by selecting Help → Edit Custom Properties.

idea.native2ascii.lowercase=true

Recommended Posts

When I switched to IntelliJ, I got a lot of differences in the encoding of the properties file.
I made a tool to output the difference of CSV file
The story of forgetting to close a file in Java and failing
How to change the value of a variable at a breakpoint in intelliJ
What I tried when I wanted to get all the fields of a bean
How to set environment variables in the properties file of Spring boot application
I managed to get a blank when I brought the contents of Beans to the textarea
I got stuck in a clone of a two-dimensional array
I learned about the existence of a gemspec file
[Rails] I want to display the link destination of link_to in a separate tab
Sample code to assign a value in a property file to a field of the expected type
A memorandum because I was addicted to the setting of the Android project of IntelliJ IDEA
[Swift] I already have a lot of information, but I tried to summarize the cast (as, as !, as?) In my own way.
About the solution of the error that occurred when trying to create a Japanese file of devise in the Docker development environment
I want to find the MD5 checksum of a file in Java and get the result as a string in hexadecimal notation.
Put the file in the properties of string in spring xml configuration
I got stuck in File
I want to get a list of the contents of a zip file and its uncompressed size
I want to create a Parquet file even in Ruby
I tried to make a client of RESAS-API in Java
[Swift] When you want to know if the number of characters in a String matches a certain number ...
I tried to make the "Select File" button of the sample application created in the Rails tutorial cool
It doesn't respond to the description in .js of the packs file
I tried to illuminate the Christmas tree in a life game
About what I did when creating a .clj file in Clojure
Fix the file name of war to the one set in Maven
I made a gem to post the text of org-mode to qiita
When I edit the properties file, it looks like garbled characters
Get the public URL of a private Flickr file in Java
Add a time stamp to the JAR file name in Gradle
I got a Permission Denied error when I put Laravel in Docker
I got stuck trying to write a where in clause in ActiveRecord
[chown] How to change the owner of a file or directory
I want to change the value of Attribute in Selenium of Ruby
How to get the length of an audio file in java
I tried to make a sample program using the problem of database specialist in Domain Driven Design
I tried to make a parent class of a value object in Ruby
A memo when you want to clear the time part of the calendar
[Rails] I want to send data of different models in a form
I examined the file created when selecting Empty Activity in Android Studio
[IntelliJ IDEA] How to automatically add final when saving a Java file
I summarized the points to note when using resources and resources in combination
A story I was addicted to when testing the API using MockMVC
Procedure to make the value of the property file visible in Spring Boot
I want to know the JSP of the open portlet when developing Liferay
How to find out the Java version of a compiled class file
How to find the total number of pages when paging in Java
Sample program that returns the hash value of a file in Java
How to constrain the action of the transition destination when not logged in
I want to get the IP address when connecting to Wi-Fi in Java
I thought about the best way to create a ValueObject in Ruby
I tried to make full use of the CPU core in Ruby
I want to display an error message when registering in the database
How to get the absolute path of a directory running in Java
Decrypt the entire bean in a properties file with some values encrypted
How to reference a column when overriding the column name method in ActiveRecord
What I did when I was addicted to the error "Could not find XXX in any of the sources" when I added a Gem and built it
The secret to the success of IntelliJ IDEA
In Apache POI 3.15, when I get the result of the formula, FormulaParseException occurs (the formula refers to "cell of sheet name including" ・ ")
I want to get a list of only unique character strings by excluding fixed character strings from the file name
In WSL2, when I did `docker-compose up`, I got an error saying that the sh file was not found.