This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Use the UTF-8, Luke! File Encodings in IntelliJ IDEA
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
Today we would like to answer the most frequent questions about file encodings in the IDE and show you a few tricks, which may help you to avoid potential pitfalls.
What is the problem with file encodings?
To be able to display the text correctly, IntelliJ IDEA needs to know which file encoding to use. Unfortunately, [...]