Is there a way to change character support in IntelliJ?
Between working with IntelliJ / Eclipse / github, I have a bullet used in some lines of text that are annoying.
Eclipse shows the bullet in order, like github, but when I pull the file into the intelliJ environment, the bullet is replaced with the unkown character.
โข =>
Now, when I copy pasta that the marker marks the gifub web viewer into a file, it looks, works and compiles in order. After you go to github, the bullet will then change to a different character set and then make me fix again.
โข => รข โฌ ยข
Thoughts on how I can avoid the need to always fix this when switching between environments?
source
share