Sledent
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
-
-
-
-
Sledent created a post, AnsweredIssue with IntelliJ run output console not displaying utf-8 characters:
I have a simple class file that outputs some special characters encoded in UTF-8:public static void main(String[] args) { String str = "1:a\n2:à\n3:ù\n4:§"; System.err.printf("->[%s]\n",str);}Whe...