Created
September 30, 2012 12:31
-
-
Save zen0wu/3806636 to your computer and use it in GitHub Desktop.
Add this to your .profile or .bashrc to fuck things up with java & UTF-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias javac='javac -J-Dfile.encoding=UTF8' | |
alias java='java -Dfile.encoding=UTF8' # What the fuck is this!!! Why should I do this!!! How stupid is JAVA!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment