Advertisement
codeuniv

IDEA - UTF-8 encoding in Console Problem

Jul 19th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Help -> Edit Custom VM Options
  2.  
  3. -Dfile.encoding=UTF-8
  4. -Dconsole.encoding=UTF-8
  5.  
  6. File - REstart and INVALIDATE caches
  7.  
  8. Even though I've set the IDE encoding & Project encoding to UTF-8 in Idea's Settings, the console continued to not display properly the characters.
  9.  
  10. https://stackoverflow.com/questions/29695918/intellij-idea-console-issue#33035499
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement